Lost Background Colour Of Text In Slideshow - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Lost Background Colour Of Text In Slideshow

GE

Galeriehaus Nord e.V.

SP Page Builder 2 years ago

Hi, I'm dealing with a problem on my website concerning background colour in the slideshow-addon. In the backend everything looks perfect, but the frontend does't show background colour. When checking the sourcecode of the site, every color code for background colour is followed by "px", which reports to be invalid of course. The site is [https://biennalederzeichnung.de/], the problem started after upgrading to Joomla 4.2.9 and Joomshaper 4.0.8, which I'm currently using. Thanks for addressing this issue, regards Ulrich

0
14 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113286

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113288

Hi, I do have screenshots, but couldn't find a way to post them here - the "insert image" button doesn't let me upload an image...

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113293
0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113296

Thanks - I didn't know that I would need additional software ...

Here is how it should look like (like it does in the editor): https://prnt.sc/5XhURy2hABj5

And this is the result for the visitor online: https://prnt.sc/9yrXXSO9U6Nv

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113306

Use this custom CSS


.sppb-sp-slider-title{
       background-color: white !important; 
}
.sppb-sp-slider-text{
     background-color: white !important;  
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113308

Thank you for that suggestion. But that doesn't solve my problem: if I use this code, EVERY title and text has a white background, but I need to define it for each item of the slideshow individually, as it seems to be possible in the "style" menu of the respective item.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113322

Ok then you have use it manually

#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-0-key #sp-slider-inner-item-1613392516139-num-1-key{
    background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-0-key #sp-slider-inner-item-1613392516139-num-2-key{
       background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-1-key #sp-slider-inner-item-1613392516140-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-1-key #sp-slider-inner-item-1613392516140-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-2-key #sp-slider-inner-item-1613392516141-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-2-key #sp-slider-inner-item-1613392516141-num-2-key{
     background-color:white !important;
}

#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-9-key #sp-slider-inner-item-1613392516148-num-1-key{
      background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-9-key #sp-slider-inner-item-1613392516148-num-2-key{
      background-color:white !important;
}

#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-3-key #sp-slider-inner-item-1613392516142-num-1-key{
     background-color:white !important;
}

#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-3-key #sp-slider-inner-item-1613392516142-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-4-key #sp-slider-inner-item-1613392516143-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-4-key #sp-slider-inner-item-1613392516143-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-5-key #sp-slider-inner-item-1613392516144-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-5-key #sp-slider-inner-item-1613392516144-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-6-key #sp-slider-inner-item-1613392516145-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-6-key #sp-slider-inner-item-1613392516145-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-7-key #sp-slider-inner-item-1613392516146-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-7-key #sp-slider-inner-item-1613392516146-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-8-key #sp-slider-inner-item-1613392516147-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-8-key #sp-slider-inner-item-1613392516147-num-2-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-10-key #sp-slider-inner-item-1613392516149-num-1-key{
     background-color:white !important;
}
#sppb-addon-1613392516138 .sp-slider #sp-slider-item-1613392516138-num-10-key #sp-slider-inner-item-1613392516149-num-2-key{
     background-color:white !important;
}
0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113325

Really? That's the only way to get back functionality that worked perfectly before the update? As I mentioned before, it worked with Joomshaper 3.x well, so it seems to be a problem of the new version... The slideshow looks fine in the backend but saving the changes doesn't end up in correct code.

As you can see in the next screenshot https://prnt.sc/cTw9V5alJ-hm in the marked line, the color code for the background is "ffffffpx", where it shoud be "'ffffff" - why the software is adding that "px", I don't know, but that might be the problem, for that is an incorrect (and therefore ignored) value. Perhaps you could have a look at that. Thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113378

Ok I will inform our team. In the meanwhile if you want then you can use my code.

0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113514

Thank you. I'm looking forward to a (permanent) solution for that problem but I will try that workaround 'til then.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113639

Sure thanks.

0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113804

I've now tried to use the code you've posted. Though I wrote it to the custom.css file, it didn't make any difference: still no white in the background... did I overlook something?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113848

Could you please give me your super admin access? I need to check.

0
GE
Galeriehaus Nord e.V.
Accepted Answer
2 years ago #113962

Today I found a new Page Builder Update (v4.0.10) in my dashboard. After installing that, it seems that everything is working fine now. I've cleared the custom.css and voila: the website looks the same in "real life" like in the editor. Thanks for adressing that problem in the update!

0