Page Builder - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Page Builder

Free Worker

Free Worker

SP Page Builder 2 years ago

Hello,

My site crash and i need to rebuild but have one page into page builder is nice, how i can extract to tadabase and re-put inside the new site, if is possible.

Regards

jn

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #119241

Hi JN,

Indeed all pages are stored in Joomla database.

You have to find table PREFIX_sppagebuilder

for example jos_sppagebuilder

then inside you have all pages with their own unique ID and name.

  1. Export table as file and Import inside new database. Use PHPMyAdmin from cPanel.
  2. If on that page you used images (files), remember that they have to be transfered by FTP as well.
  3. I would recommend to export-import also prefix_spmedia table
0
Free Worker
Free Worker
Accepted Answer
2 years ago #119251

Thx , i try

0
Free Worker
Free Worker
Accepted Answer
2 years ago #119252

Juste the CSS inside slider, where is it ?

thx

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

If you used inside Page Custom CSS or Addon Custom CSS area - should be inside that page, but I cannot tell you where is exactly - genereted page code can be VERY long & complex but custom CSS is inside it (somewhere). Sorry, it's your task to find it.

But if you used inside Template Options > Custom CSS > it's easier to find. In prefix_template_styles

0