Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #813353

    What we’re trying to do, is somehow replicate the logo slider at the bottom of your example page..

    To feature a central store of images, so if this is replicated on all pages, it only has to be editable in one place.. is there an easy way to do with the theme? I don’t see Gallery option or “Fix Element Site Wide” options.. where you can just update it in one place and it replicates throughout the site.. but might be just missing something somewhere..

    Thanks.

    #813880

    Hey,

    Please go to Appearance > Widgets and create a new widget area (“custom_widget” in example below) and then add following code to Functions.php file in Appearance > Editor

    add_action('avia_before_footer_columns','avia_footer_top_column');
    function avia_footer_top_column(){ 
              dynamic_sidebar( 'custom_widget' );
    }

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #820444

    Hi there,

    Thanks for the information, i will pass it on to the developers.

    What we are intersted in, which i don’t think is what you told me above. Was is there a way to, when saving off a “template as element”, you can then edit this somehow, so you can change it globally.

    So.. we have created a newsletter sign up colour bar we want on everypage, we save it as a template, so we can add it to each page easily, over 50 pages for example, it has a red background. Towards the end of the build process, we need to change the colour background to green.. is there a way we can do this in one place, and not have to go through and change it on 50 pages?

    E.g. Ability to edit the saved template.

    We’ve previously used a few other themes (Divi, Avada Templetera etc..) that have this global save and change functionality. Is it something you offer?

    Thanks again.

    #820935

    Hi,

    Thanks for the clarification. We’ve had what you are looking for requested before, but there is still no functionality for that in the theme unfortunately. If you change a template, it will only change on the page in question, not anywhere else.

    Best regards,
    Rikard

    #821094

    Thanks for letting us know!

    #821226

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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