Differences Of Settings Between SP Page Builder Free & Pro - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Differences Of Settings Between SP Page Builder Free & Pro

Daniela Stranieri

Daniela Stranieri

SP Page Builder 2 years ago

Hi, a few years ago I used SP Page Builder Pro for another site of mine, then I leaved it when I closed the site. Now I'm realizing a new website... I started it with the free version of SP Page Builder and I used, in home page, the Carousel addon, where I set any content of the slide in different ways (very easy to do with the free version that has a very user friendly interface), in particular I needed to use different text and title color according with the different images background color. Recently I update SP Page Builder to the Pro version and after installed it I've seen that all the interface was renewed, in a not really intuitive way, in some case... In particular, at the moment I can't find the way to set different title and text colors on the different slide in Carousel Pro; to clarify what I mean you can see directly on the site...

https://isolachenonce-online.it/tribu-clc/index.php/it/

on the Medicina olistica image (the 4th slide) I need to set title and text in black, but I've found just the general settings for all the Carousel text color, where any change involves all the images, but nothing for the single slide setting!! How can I solve it? Thank you!!

0
10 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #100182

Hi there!

Thanks for your query.

Which addon it is actually, please? There are several slideshow/carrosel addons. However, I am giving you screenshot from the slideshow addon:

https://prnt.sc/Wzbt-GSFCrgI

Best Regards

0
Daniela Stranieri
Daniela Stranieri
Accepted Answer
2 years ago #101460

Hi Rashida, thanks for your reply and sorry for my delay... so, at the moment I'm using the Carousel Pro addon. I looked for title and text settings for the single slide anywhere, but I can't find anything!

The following are the screenshot about how I see the items settings in Carousel Pro (version 4.0.7):

https://rb.gy/9imtkp (Carousel Pro item 1a) https://rb.gy/kmk5o5 (Carousel Pro item 1b) https://rb.gy/z0182u (text setting in Style tab)

As you can see in the first two images, there is nothing inside the item settings that let me able to modify the single text or title slide, but the only setting about is in the Style tab, but that involves all the slides at the same time! So, am I wrong something or there is something else I can't find at the moment? Thank you!

0
Daniela Stranieri
Daniela Stranieri
Accepted Answer
2 years ago #102038

Hi everybody... any suggestion? Thanks!

0
L
Lucy
Accepted Answer
2 years ago #102059

Daniela, Not sure if it's the same issue or not but I had an issue today where I couldn't find a way to update the slides on the Carousel by using the bottom menu that pops up. I ended up having to go to layers (little floating menu on the left) and click on the image carousel to find the settings for the items.

0
Daniela Stranieri
Daniela Stranieri
Accepted Answer
2 years ago #102686

Hi Lucy, thanks for your answer!! No, I think we have different issues, because I don't find the fields where I can modificate the text and title colors inside the single slides of the Carousel... you eventually found the access to your needed settings in the floating setting panel, but I tried any button/icon and eventually they always take me at the slide items settings, where there was nothing to made the modification I need!! In the screenshot posted by Rashida there was two tab bars, one at the top with General, Style, Advanced and Interaction, and this is ok, and there is a second bar with Content, Animation and Style, this one inside the single carousel item setting tab, where should be possible to edit the content style options like color, font and size of the title and the text of every single slide. Well, inside the slides settings there is nothing similar to that, so it's impossible to me changing the text... and this is a problem to me because I have some slides where, according with the images background, the test is totallly unreadable!! To be more specific, in the item setting I have just the voices Title, Title paddng, Title margin, Content, Content Padding, Content margin Image and Button text... nothing else!!

Anyway, apart for this problem where what I looking for just may have been moved in another tabs (even if I have not found yet, and in this case I would like to know where it is!), I was reading around some other post here on the forum and I agree with those who say that the SP PB Pro still has many bugs unsolved, because this one about the slides contents is just one of some issues i found, and having known earlier, I could have saved my money using the free version, at least as long as the 4 version had been more stable!!

0
Daniela Stranieri
Daniela Stranieri
Accepted Answer
2 years ago #103771

Hi again... but, is it possible there is no way to change the text and title color by a single Carousel slide on the Pro version 4?? I tried everything and look at anywhere, and honestly I've found nothing... or it changes all the slides text/title color in the same time or nothing else!! Can anyone of the developers help me, just to understand if it's me that can't find what I'm looking for, or if thruly there is someting wrong?? Thanks!

0
L
Lucy
Accepted Answer
2 years ago #103782

Hey Daniela, Me again. I think it's "all or nothing" with the slides as far as changing the coloring for the slides.

0
Daniela Stranieri
Daniela Stranieri
Accepted Answer
2 years ago #103786

Hi Lucy, yep, I'm afraid it's so, and this is really weird, because in the free version 4 there are the single settings instead!! I've found two different settings to change the text and the title color, one inside the Style tab, where is possible to select the colors for text (and this include the title too), links and links hover, and one on the menu that appear when is clicking on the carousel (the one where are the delete, duplicate, save, options, typograph icons, etc, to be clear), where is possible to set different colours for text and title, but those affect all the slides at one time anyway! And this is why I directly asked to developers, because I need to know how to solve this "little mistery" and see if it's me that I can't find that settings or what!!

0
Daniela Stranieri
Daniela Stranieri
Accepted Answer
2 years ago #104291

Hello developers... is there anybody who can answer that??

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #117378

Hi Daniela,

Sorry for the unwanted oversight.

Yes you are right. There is no way to style different slide contents differently in the Carrosel pro addon. They all look same in this case. But the option is available with the slideshow addon!

However, it can be achived via custom CSS. Example code snippet would be following for the title:

.sppb-item.carousel-item-1.active .sppb-carousel-pro-text h2 {
    color: red !important;
}
.sppb-item.carousel-item-2.active .sppb-carousel-pro-text h2{
    color:violet !important;
}

https://prnt.sc/BcbHddXMlvCe

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0