Edit Page Button Visible In Front End - Question | JoomShaper

Edit Page Button Visible In Front End

CE

Chris Elliott

Helix Framework 11 months ago

I am aware that if I log into the control panel of my J4 site (Helix/SpPageBuilder) that I would see the SPPB Front End Edit Page button but even when I am logged out, I still see the button!

I have set session timer to 1 minute to se sure cookies aren't the issue buy no matter what I do I cab't clear it. Clicking it I am presented with a login screen.

I have cleared caches on my device here and on the site and tried different browsers - no good.

It would be best if I could disable front end edit al together....

Can you advise?

URL and admin login in Hidden details C

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175683

Hi Chris.

Ok, fixed.

0
CE
Chris Elliott
Accepted Answer
11 months ago #175698

Thanks Paul... how did you fix it?

0
CE
Chris Elliott
Accepted Answer
10 months ago #179007

hey Paul. this issue has arisen on a different site. can you clarify what you did to fix it on the original site so i can fix the new site myself?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #175690

Hi there!

Please check the permission of SP Page Builder from the global configuration to see if it is set not allowed to edit features for public user group.

If your permission is all good then you can try the following:

Following custom CSS code you have to use inside module "HD-Custom CSS" published on "debug" position.

You need two variants of that module.

First set for all users (users group) with

#sp-page-builder .sp-pagebuilder-page-edit {display:none;}

And 2nd module set for Super Users group only

#sp-page-builder .sp-pagebuilder-page-edit {display:block !important;}

Hope this helps anyways!

Best Regards

0