Changes In Slider After Template Update - Question | JoomShaper

Changes In Slider After Template Update

TK

Torsten Kaletta

SP Page Builder 3 weeks ago

Hello,

Hello,

I’m using the “Rhythm” template. Since the last update, the image has been overlapping the title in the slider on the homepage. I have can fix this. Also, I want the button in this slider to change. To do this, I copied the classes from the border button. To my surprise, no border is now displayed. Next, I deleted all other settings and classes and set the border directly in the button. Now the button is filled with pink. How can I fix that as well? I just noticed that the images aren't showing up in the slider on the mobile version. What's causing that?

sincerely Torte

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #221181

Hi

Thanks for contacting us and sorry for your issue. I kindly request you to share a screencast video demonstrating the full scenario. This will help us accurately reproduce the issue on our end.

If we are able to replicate the same problem, we will escalate it to our development team for further investigation.

Thank you.

0
TK
Torsten Kaletta
Accepted Answer
3 weeks ago #221202

Hello,

Thank you very much for your reply. I apologize—if you’ve read my post, you’ll know that the problem occurred after the update. And I think it’s a bit difficult to reproduce the issue. I’ve fixed the first problem (see the hidden section). The second problem with the pink button still persists.

sincerely, Torte

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #221302

Could you please give me a screenshot of it? It will help us to understand the issue properly.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #221565

Hi

Is this solved now? If yes, you can then close this post by accepting the answer.

0
TK
Torsten Kaletta
Accepted Answer
2 weeks ago #221767

Hello, Sorry, is it really that much trouble to check the website (the link is in the hidden section)? It’s easy to find on the homepage; you can see in the slider that the first button is different from the others. I’d like it to look like the outline buttons in the lower sections. When I set the classes for the outline button, there’s an additional class in a span tag within the link. This class interferes with the outline classes. How can I deactivate or remove the class in the span (sp-slider-btn-text)?

Best regards, Torte

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #221957

Hi

You can use this CSS in your custom.css file

a#sp-slider-inner-item-9daef311-bdbc-4e47-9d18-fcf9ee01216b-num-1-key {
    border: none !important;
}
0