I’d like to keep what I’ve worked up so far for my simple t shirt site (Homepage, About, Contact and Shop pages). I have a Shop button already set up in the menu, so is it possible to set it up where I could work from the demo pages when you click Shop on the Enfold Shop demo? Or would I have to import the demo and then start over from scratch? Thanks.
Hey likegluelikecrew,
If you activate debug mode you will be able to see shortcodes in the backend: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, we can give you the shortcodes for the pages you want to import after that, just link to the ones you like here.
Best regards,
Rikard
You’ll have to forgive me, I don’t know how to edit the child theme php. I’m not even sure if I’m using a child theme or not to add that extra line of code as well. Can you walk me through it?
Hi,
To import shop page please do the following:
1. Apart from your live site install WordPress on your localhost or on the hosting you have for testing purpose.
2. Enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
This lets you view the shortcode for all the page elements.
3. Import the demo you like on the testing site and copy the shortcode for the shop page and paste it into your site.
Best regards,
Vinay