Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #173306

    I’m sorry if this is obvious to others, but I can’t seem to figure out how to copy/paste or move blocks/elements from one page/post to another. Can someone please tell me how?

    Thanks!
    -Leif

    #173375

    Hey leifhansen!

    In the top right corner of the advanced layout editor there is a Template button where you can save a page as a template and then on another page load all of that content in.

    There isn’t currently an option to pull out an individual element but you can enable debug mode to reveal the shortcodes that make up the advanced layout editor. You just need to be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.

    Add the following to your functions.php to enable it:

    //set advanced layout editor to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Best regards,
    Devin

    #173391

    Thanks Devin, looks like the template option should work just fine. I’m assuming that when I load the template into the new page and then start deleting the extraneous stuff, it won’t effect the original page (which is my homepage –http://LilaRetreat.com )

    BTW, getting tons of good feedback about the site and I’ve raelly enjoyed playing with the testimonials element in creative ways, as you can see at the above link –check out the venues/dates section :)
    Cheers,
    Leif

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Copying/Moving Elements to Different Pages (Enfold Theme)’ is closed to new replies.