Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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
    joe

    #271866

    Hi 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,
    Yigit

    #272355

    Hi
    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
    joe

    #272357

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look?

    Cheers!
    Yigit

    #272361
    This reply has been marked as private.
    #272442

    Hey!

    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!
    Yigit

    #272450

    Sorry but I am still lost – where do I look – sorry just over my head

    #272452

    Hi!

    Right below content in page editor – http://i.imgur.com/dCjz7wQ.png

    Cheers!
    Yigit

    #272457

    Sorry 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
    Joe

    #272459

    I 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

    #272511

    Ok, 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
    thx

    #273655

    Hey!

    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!
    Devin

    #273713
    This reply has been marked as private.
    #273724
    This reply has been marked as private.
    #273726
    This reply has been marked as private.
    #273751
    This reply has been marked as private.
    #273779

    Hey!

    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,
    Peter

    #273876

    That worked and thank you

    #274985

    Hi!

    Great, glad it worked :)

    Regards,
    Peter

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.