SP Pagebuilder Lite To SP Pagebuilder PRO Update Error. (Padding Declarations) - Question | JoomShaper

SP Pagebuilder Lite To SP Pagebuilder PRO Update Error. (Padding Declarations)

DT

Daniel Trejos

SP Page Builder 2 years ago

Hi everyone!

We've recently upgraded SP PageBuilder Lite to SP Pagebuilder PRO on a Joomla! 3.10.5 Site with Shaper_Helix 3.02 template installed.

We have noticed that SP Page Builder PRO put old (lite) addon padding declarations in one sentence and it brokes the site layout:

look at this screenshots comparison:

OLD SITE (lite version):

NEW SITE (PRO version):

How we can fix this?

Thank you for your support,

Best Regards,

Luis Javier Gil Programador Web Freelance

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #56968

Hi Luis ,

  1. probably it's small issue - somehow values are too close, I will check to be sure.
  2. Pleae do not use both Helix3 and Helix Ultimate - uninstall what you do not use.
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #56971

For me it looks like JCH_Optimization issue.
You had too high compression level set and it damaged CSS code.

I think you have to play with JCH Optimize Pro settings this time. SPPB is not guilty.

-1
DT
Daniel Trejos
Accepted Answer
2 years ago #57033

Hi Paul! Thank you for your quick response! The error occured before i installed JCH component, (it's disabled you can check it vía admin).

And it happens in some margin and padding declarations on the addon wrapper classes .sppb-addon-wrapper-#### I guess is a bug rendering the data, because the data is stored well on database, for example, to de addon id 1614914541995:

global_margin       {3}
md  :    20px  20px
sm  :      
xs  :     

But in screen you get the concatenated values and a wrong css declaration as well:

#sppb-addon-wrapper-1614914541995 {
    margin: 20px20px;
}

what do you think?

*I have unistalled helix ultimate. I was testing there because the error i get. Just because you recommend use Helix Ultimate instead Shaper Helix

Again,

Thank you for the support,

Best Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #57974

try to save addon, delete orginal and use saved.

It some cases it helped ..

-1
C
ch1n1t0
Accepted Answer
2 years ago #58121

a) Similar error here with upgrade from Lite to Pro in one site.

b) Similar error with clean Pro install in another site.

Padding just not working.

c) Padding on sites still on Lite working just fine.

All sites Joomla! 4.1.0

0
DT
Daniel Trejos
Accepted Answer
2 years ago #59768

Hi Paul, It doesnt work for me. The padding error ocurs on rows and colums too, so i cant - save -> delete ->restore saved - this elements. I try to duplicate rows, save rows too... and save->delete->restore some addons but it doesnt work....

Why can I do? Can you check it? Otherwise my customer wants to get refund because he paid the component only for your support.... Hope you understand.

Anyways, thank you for your time!

Best Regards,

Waiting for your reply,

Luis Javier Gil Programador Joomla

0
C
ch1n1t0
Accepted Answer
2 years ago #60019

For anyone having this same issue, you may find the following works for you as I believe is an inconsistency overview (and there are many) from the devs:

Lite: you can leave empty margins/padding cells and commands will apply.

Pro: entering 0px instead leaving margins/padding cells empty does it (most of the time).

Hope it helps.

0