-
AuthorPosts
-
October 28, 2013 at 3:59 pm #181641
There was a Thread before covering this topic (https://kriesi.at/support/topic/copyingmoving-elements-to-different-pages-enfold-theme/) but as by now it’s already closed and I have a really similar question.
I want to create a certain element using the advanced layout editor. This element should be on different pages. I know about the Template Feature but I would prefer it being dynamic, which means I don’t want to edit it on a single page and create a new Template to edit every Page which it is on, to paste my changes.
I read about activating the debug mode to show the shortcode which inserts a certain element. I already edited my function.php using
//set advanced layout editor to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
and created a new Page (draft) with my element. Now I can’t find the shortcode or any “debug”-feature.
What am I missing?thanks
October 29, 2013 at 5:00 pm #182127Hey Robert!
You’ll see the shortcodes appear under the advanced layout editor as you add in new elements and save.
Regards,
DevinOctober 29, 2013 at 7:08 pm #182192This reply has been marked as private.October 29, 2013 at 7:19 pm #182200Got it, using the revision-system. Thats where I found the Shortcode. I understood the original thread the way, using the debug mode would give me a shortcoe, which I could use to show the same element on different pages. Now I see, it would only create a Shortcode using parameters to add settings e.g.
[av_partner columns='5' heading='' size='no scaling' border='av-border-deactivate' type='slider' animation='slide' navigation='no' autoplay='true' interval='5'] [av_partner_logo id='1651' attachment='' hover='' link='page,1836' linktitle='' link_target=''] [av_partner_logo id='1648' attachment='' hover='' link='page,1830' linktitle='' link_target=''] [av_partner_logo id='1647' attachment='' hover='' link='page,1833' linktitle='' link_target=''] [av_partner_logo id='1646' attachment='' hover='' link='page,1843' linktitle='' link_target=''] [av_partner_logo id='1644' attachment='' hover='' link='page,1845' linktitle='' link_target=''] [av_partner_logo id='1649' attachment='' hover='' link='page,1852' linktitle='' link_target=''] [av_partner_logo id='1645' attachment='' hover='' link='page,1854' linktitle='' link_target=''] [av_partner_logo id='1642' attachment='' hover='' link='page,1857' linktitle='' link_target=''] [av_partner_logo id='1643' attachment='' hover='' link='page,1859' linktitle='' link_target=''] [av_partner_logo id='1650' attachment='' hover='' link='page,1862' linktitle='' link_target=''] [/av_partner]
This is quite useless for me, since I thought I would get a single page to edit the element and using the shortcode on different pages to keep it up-to-date.
Is there any chance to get this done?
- This reply was modified 11 years, 1 month ago by rhunecke.
October 30, 2013 at 1:49 am #182308Hi!
What do you mean keep it up to date? You can create a layout using the Advance Layout Builder and save it as a Template. You can then use this template on different pages.
Cheers!
IsmaelOctober 30, 2013 at 11:47 am #182379Hi Ismael,
as I wrote in the first post I already knew about the template manager. What I would like to accomplish is a partner-element on a draft-page, where I can then edit this element at anytime and add or delete clients. I thought I would get an ID or special shortcode for this element using the advanced layout editor’s debug mode which I could then use on different pages to show the same partner element.
If I’m using the template manager I would have to create a new template everytime I change the partner element and the go through all the pages I’m using it on and insert it again.
I would like to change it on the draft page described before and have it automatically updated on the other pages, since I use it’s shortcode from the debug mode, which seems to doesn’t word.
I hope I could make myself clear this time. Please tell me if there is a chance to get this done. Thanks for your support.
October 31, 2013 at 3:25 am #182779Hey!
Sorry but you need to hire a freelance developer to modify the partner element. It can’t automatically update the shortcode whenever you use it on another page.
Cheers!
Ismael -
AuthorPosts
- The topic ‘Copying/Moving Elements to Different Pages’ is closed to new replies.