Tagged: page template
-
AuthorPosts
-
May 29, 2014 at 5:22 pm #271864
Hi
How do i find out how to create a reusable template. What I am trying to do is create this > http://islandjoescoffee.com/brewing/ which has tabs and then be able to insert it at the bottom of pages I choose And also I need to be able to update the template and have it up date across by site.Thx again
joeMay 29, 2014 at 5:34 pm #271866Hi islandjoe1!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
You can also enable debugging mode to see shortcodes created in Avia Layout Builder. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
YigitMay 30, 2014 at 12:19 pm #272355Hi
Added to the bottom of functions.php//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}Not seeing any changes or any thing called a live layout field
Please advise
thx
joeMay 30, 2014 at 12:20 pm #272357Hey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Cheers!
YigitMay 30, 2014 at 12:26 pm #272361This reply has been marked as private.May 30, 2014 at 4:05 pm #272442Hey!
I have changed the position of the code in Functions.php file and now it works fine. Please take a look at your pages now
Cheers!
YigitMay 30, 2014 at 4:24 pm #272450Sorry but I am still lost – where do I look – sorry just over my head
May 30, 2014 at 4:28 pm #272452May 30, 2014 at 4:31 pm #272457Sorry again. How does this create a template from this page > http://islandjoescoffee.com/brewing/ I can insert anywhere and when I go back to this page > http://islandjoescoffee.com/brewing/ it automatically updated through out the site – I think visual editor calls it template so something – sorry if I am not catching on so fast
thx
JoeMay 30, 2014 at 4:33 pm #272459I am trying to be able to add a section or different sections at the bottom of different pages and then have the bottom section update from one main template or page
May 30, 2014 at 6:21 pm #272511Ok, I really do not see how this helps me. Over my head, but I can use the template to add to each page, which is fine but how do I update the page I save as a template and if it was already added to a page, will it auto update
thxJune 3, 2014 at 2:00 am #273655Hey!
That is not a function that the theme currently has available. Templates are one-time snapshots of the page you are saving that can then be added in to any other page.
So you would need to create a page for just the section you want to save, then save it as a template. Each time thereafter that you would update it you would need to re-save the template and then go through each page to delete the old section and add the new one.
Alternatively you could copy out the raw shortcode data from the debug field and then paste them into the other pages but that is prone to errors.
Cheers!
DevinJune 3, 2014 at 5:15 am #273713This reply has been marked as private.June 3, 2014 at 5:28 am #273724This reply has been marked as private.June 3, 2014 at 5:33 am #273726This reply has been marked as private.June 3, 2014 at 7:34 am #273751This reply has been marked as private.June 3, 2014 at 8:48 am #273779Hey!
I can’t log in with the login credentials you posted but you can fix the menu easily – just switch to the child theme, then go to Appearance > menus > “Manage Locations” and select which menu should be used for the main menu, etc.. Afterwards hit the “Save Changes” button and go to Enfold > Theme Options > Import/Export and click the blue “Import Parent Theme Settings” button to import the theme settings of the parent theme.
Best regards,
PeterJune 3, 2014 at 1:51 pm #273876That worked and thank you
June 5, 2014 at 8:25 am #274985Hi!
Great, glad it worked :)
Regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.