Community Builder Canvas

This forum is for general questions about extensions for Joomla! 4.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
marll26
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri May 26, 2023 2:30 pm

Community Builder Canvas

Post by marll26 » Fri May 26, 2023 2:38 pm

I have a issue with the CB canvas (image behind the user's avatar)!
I changed domains and now the avatar background image is not showing!
I have a css rule as follows:
I see : #cbUserTable .card-header {
background: url(https://oldurl/images/backgroundcard.png)!important;
i.e. the background image of the avatar is calling to an old url,!
Does anyone know where I can find this string and change it, on my website??
1.PNG
You do not have the required permissions to view the files attached to this post.

User avatar
Pavel-ww
Joomla! Ace
Joomla! Ace
Posts: 1345
Joined: Tue Jun 30, 2020 12:17 pm

Re: Community Builder Canvas

Post by Pavel-ww » Fri May 26, 2023 5:20 pm

marll26 wrote:
Fri May 26, 2023 2:38 pm
Does anyone know where I can find this string and change it, on my website??
Hi.
The relative path should be used in CSS so that this never happens.
And it is better to use a separate property, but not a multi -property.

background-image: url(/images/backgroundcard.png) !important;

Hint, which file and line are usually located to the right. But on your screenshot it did not fit :) .
1.jpg
--

Here is example. Find similar link to the right of your CSS rule, hover over or click and you will see.
2.jpg
You do not have the required permissions to view the files attached to this post.

marll26
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri May 26, 2023 2:30 pm

Re: Community Builder Canvas

Post by marll26 » Fri May 26, 2023 8:12 pm


User avatar
Pavel-ww
Joomla! Ace
Joomla! Ace
Posts: 1345
Joined: Tue Jun 30, 2020 12:17 pm

Re: Community Builder Canvas

Post by Pavel-ww » Sat May 27, 2023 7:29 am

marll26 wrote:
Fri May 26, 2023 8:12 pm
Sorry!
This page:

https://inpatforense.com.br/siteperitos ... pt/peritos
Hi. Bad idea to install the site in the folder. Because of this, you will have to change the paths with any site transfer.

Now this line should look like that.
1.jpg
--
This code is not in any CSS file.
If you click on the "inline" link, then the place where this code is located will open.
3.jpg
--
Since you use Helix 3, I believe that this code is located in Custom CSS Field in the template settings.

Or perhaps your comments will help to remember, where you have added this code.
4.jpg
--

Tip. Do not use Custom CSS Field in the template settings. This adds the code in Head and in case of such problems, it is difficult to determine where it is to change, if you forgot.

Create custom.css file, following Helix documentation and transfer the code there.
You do not have the required permissions to view the files attached to this post.

marll26
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri May 26, 2023 2:30 pm

Re: Community Builder Canvas

Post by marll26 » Sat May 27, 2023 2:28 pm

Thank you!
I'll try to look for the solution, with the tips you gave me!


Post Reply

Return to “Extensions for Joomla! 4.x”