Unable To Create New Pages In Pro Version 5.3.7 And Button Shape Not Working - Question | JoomShaper

Unable To Create New Pages In Pro Version 5.3.7 And Button Shape Not Working

DS

David Springer

SP Page Builder 1 year ago

Hello.

I am using SP Page Builder Pro 5.3.7 (which we upgraded to about a week ago) on Joomla 4.4.8 with PHP 7.4.33. So far I have noticed two issues.

(1) I am unable to create any new pages. When I attempt to create a new page, I get the message "Failed creating the page."

(2) Buttons that were previously round are now showing up square even though the Shape setting is still set to Round. When I create new buttons, they are square and I am unable to change the shape. By that I mean that even though I set the shape to Round or Rounded, the shape still remains square.

0
8 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #168760

Hello David Springer

Apology for the inconvenience. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup before sharing.

Best regards

0
DS
David Springer
Accepted Answer
1 year ago #168833

Hello Ofi,

Thanks for your response. Please see the requested access info.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #168979

Your template is using border-radius: none; Hence, SPPB border-radius settings is not applied here. Template settings gets the preference. You have to turn it off on your template or you can use Custom CSS.

I need to check your database for not being able to create new pages. Please share your database access to check the issue.

0
DS
David Springer
Accepted Answer
1 year ago #168987

Thanks for the help regarding the template. Would turning it off (i.e. border-radius: none) in the template typically happen in template settings in Joomla or is that something that is done via a css file?

With regards database access, the host account has quite a number of databases for live sites so sharing could be a risk although I would if there's no choice. Do you need access to the account so that you can go in via phpMyAdmin or would a backup of the database be sufficient for you to determine the issue? See the hidden content.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #169093

Please install the backup (shared in the hidden content) on your server. I have fixed your issue here. Follow this tutorial if needed.

0
DS
David Springer
Accepted Answer
1 year ago #169111

Ok. Thank you. Will try to download and install the backup. Can you please indicate what was causing the problem and what fix was applied?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #169227

I have fixed it on the database. On sppagebuilder table, you had id column AUTO INCREMENT turned off. I have turned it on. You also had one page with id 0. I have set it to the latest id number + 1. This is how I solved it. If you install the solved backup on your server, hopefully there will be no issues.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #169255

David, if I may to join....

About question: Buttons that were previously round are now showing up square even though the Shape setting is still set to Round.

In many cases template styles force design of buttons (and other elements). In that case you have to remove that from template.css or talk with template developer how to do that in smart way. Sometimes then to set or remove border-radius value you have to override styles via Custom CSS.

0