Addon Slideshow In SPPB : Button "Learn More" - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Addon Slideshow In SPPB : Button "Learn More"

Django

Django

SP Page Builder 4 years ago

Hi I give up, after about 1 hour to look after the way to change the color and text of the button "Learn more" in the addon Slideshow.

How to change the vertical position of the text content would be also useful.

0
14 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #15464

Hello there,

Give us screenshots of the exact problems of those you are facing.

0
Django
Django
Accepted Answer
4 years ago #15468

See hidden content.

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #15478

Hello there,

You can check it from the Button text inside every Slider Content. Go to the slider contents and change the texts there.

Thanks!

0
Django
Django
Accepted Answer
4 years ago #15499

Thanks, but, as I said, I don't find these fields , button text and button color. And I already used SPPB on about 15 sites ...

Another screenshot in hidden content, concerning precisely the button :

0
JR
J Riley
Accepted Answer
4 years ago #15516

I spent several hours over 3 days trying to figure this out too... But I think I finally figured it out on my template! Here's what I did:

  • Edit page in SPPB.
  • Click on the pre-made slideshow to edit it.
  • Slider Items -> click the gear icon to edit the the slide you want (fig 1)
  • Scroll down to Slider Content -> click the gear icon next to one the last item (Item 3 in my case, which I then renamed as Admin Label -> Button (then click apply) for clarity) (fig 2)
  • Make sure "Content" is selected from the Content / Animate / Style tabs.
  • Change the Button Content and link here! (fig 3)

Figure 1 Figure 2 Figure 3

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #15519

Hello Riley,

Glad to know that you have fixed the issue.

@Django, hopefully, it will help you as well. If the issue still remains the same, give us the administrator access in the Hidden Content area so that we can check the issue at our end.

Thanks!

0
Django
Django
Accepted Answer
4 years ago #15526

Thanks J Riley, that was it ! I think I used this addon before, but I was lost in all the parameters (the drawback of certain advantages).

Also a solution to my second question ? How to change the vertical position of the text content ?

0
JR
J Riley
Accepted Answer
4 years ago #15538

Also a solution to my second question ? How to change the vertical position of the text content ?

That would depend on what specifically you want to change :) I'm a noob with SPPB, but an advanced Joomla user and know how to change pretty much anything with a few lines of custom CSS if SPPB doesn't have a setting for what you want. There are margin and padding adjustments within each item's setting. There is also the global "Slider Content Vertically Center" setting at the top of the Slideshow settings (you can see it in my Fig 1 in the previous post). If it is something specific you want aligned, then you might have to write some CSS to do it (I can help with that it you need -- I'd need to see a live example)

0
Django
Django
Accepted Answer
4 years ago #15540

I also use the custom.css on all my sites, but here I think this will make me lose a few hours more, to play with the margins in SPPB and/or custom.css, just to place the text exactly at the height I would like, and then to have surprises on different screens. So, I finally consider the position of the text is acceptable....

Thanks a lot J Riley !

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #15595

Hello Django,

You can share a screenshot of exactly which texts position you want to change and where. We can then help you with that accordingly.

Thanks!

0
Django
Django
Accepted Answer
4 years ago #15609

As I don't want to display my client site on the forum : the URL and a screenshot in hidden content.

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #15878

Hello there,

The site URL you shared with us take us nowhere. See the screenshot attached in the Hidden Content below.

0
Django
Django
Accepted Answer
4 years ago #15897

Sorry. I't off line.

Your temporary login in hidden content :

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #15993

Hello there,

You can change the text position from here.

You can change the button color using this simple code in the custom CSS.

.sp-slider .sppb-sp-slider-button .sp-slider-btn-text{
   background: black !important;
}

Cheers!

0