How To Edit An Article With SP Builder Pro - Question | JoomShaper

How To Edit An Article With SP Builder Pro

DT

David Tavani

General 3 years ago

Hello, I'd like to edit an article with SP Builder Pro Front End but when I go to the page of the article and I click on edit, it shows me this error : "Unclosed string at position: 2784". I noticed that the edit button never shows "edit with SP Builder" even if I try to edit the article with SP Builder in the Backend and I save it.

Do you have any idea of why I get this error ?

Looking forward to your answer, David

0
7 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 3 years ago #9396

Hello David,

Please, add this code to Template Options > Custom Code > Custom CSS.

.view-article .container {max-width: 100%;}

.view-article .sppb-addon-single-image-container {
    display: block;
}

.view-article .sppb-addon-single-image-container, img.sppb-img-responsive {
    width: 100%;
}

Thank you!

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 3 years ago #8791

Hello David,

Here I can see the SPPB editor. What's the exact problem you are facing? Please, give us a screenshot if possible as I can edit and save pages at my end.

Thank you!

0
DT
David Tavani
Accepted Answer
3 years ago #8931

Hello,

Actually I don't know if you did something but now the button "edit with SPPB" works fine. Therefore I can edit the article with the SPPB Frontend as I wanted but it doesnot give me the result I expected. See the screenshots below.

This is the SPPB frontend :

This is the Result on the preview page :

How can I insert the picture as a banner on the top of the page ? Any idea ?

Should I go in the .php template files and edit the code to choose where the elements will be shown ?

Thank you in advance for your help, David

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 3 years ago #8984

Hello David,

Please, give me the exact page location so that I can check that at my end and get back to you soon.

Thank you!

0
DT
David Tavani
Accepted Answer
3 years ago #9126

Hi, I send you below the url and access in the Hidden Content. Thank you, David

0
DT
David Tavani
Accepted Answer
3 years ago #9622

Thank you for your help ! It's perfect ! Have a nice day, David

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 3 years ago #9770

Hello David,

You are always welcome!

0