Sp Page Builder - Testimonial Carousel Block - Question | JoomShaper

Sp Page Builder - Testimonial Carousel Block

PartnerSolution

PartnerSolution

SP Page Builder 2 days ago

Hi all,

I would like to understand why I can see the star icon correctly in editing mode then, when i publish the page, I don't see them, but a square icon... You can see it here https://prnt.sc/qO_eG_xXaibv

Waiting for a reply best regards,

Dave

0
9 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 days ago #220393

Hello,

Thanks for reaching out to us.

Please, check now, due to font awesome missing, this issues caused. I have enabled it from sp page builder -> settings.

Thanks

0
PartnerSolution
PartnerSolution
Accepted Answer
2 days ago #220394

Thank you Ziaul! Yep it works now!

Thank you for support, Dave

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 days ago #220397

It’s great to hear that your issue has been resolved. If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0
PartnerSolution
PartnerSolution
Accepted Answer
2 days ago #220405

Hi Ziaul, sorry i got another strange issue with the same website

I place a button in the header, after the menu. I cant be able to vertical align the button and the navigation menu..as you can see in my iamge. I would like to achieve the look like in my pic: https://prnt.sc/DBBvQySkPT2D

Caould you help? Thank you!

Dave

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #220485

Please, use this custom css:

.sp-page-builder .page-content #section-id-1773784113655 {
    padding-bottom: 0;
}

Thanks

0
PartnerSolution
PartnerSolution
Accepted Answer
1 day ago #220505

Hi, Ziaul, where do i have to place this custom css? I tried first in the css option of the builder and then in the custom css box in Helix Template...

But it didn't work..i mean, the button is always there... Could you tell me where to place the css?

Thank you D

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #220506

Check this documentation, to add custom code: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

.sp-page-builder .page-content #section-id-1773784113655 {
    padding-bottom: 0 !important;
}

Thanks

0
PartnerSolution
PartnerSolution
Accepted Answer
1 day ago #220517

Thank You Ziaul! ..it was the "!important" we missed in the first version of this line of code.

Thank you for support, I've marked as accepted your last answer.

Have a niec Day, Dave - PartnerSolution

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #220518

Have a niec Day, Dave

0