Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #905982

    Hi guys,

    I’m wondering if it’s at all possible to add an awards logo slider to the footer of my website.

    The logos we want are here http://180.92.199.218/~libertyindustria/awards/ for example. This is how we’d like them to slide.

    Lara.

    #906095

    Hey Lara,

    Yes it’s possible, do you like to show it using an easy slider? I would suggest using partner/logo element. Maybe you can show us a mockup/screenshot of what you are trying to achieve.

    Best regards,
    Nikko

    #906547

    Hi Nikko,

    The mockup is on the awards page on the grey colour section above the footer :)

    #906607

    Hi,

    Can you enable first Avia Layout Debugger: https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    then copy footer.php of the Enfold theme to your child theme.

    Best regards,
    Nikko

    #907621

    Hi Nikko,

    I’m not entirely sure where to enter these?

    Lara

    #907645

    Hi,

    Just add this code in the functions.php of your child theme:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    If you have difficulty doing it, just let us know and we will assist you :)

    Best regards,
    Nikko

    #908909

    Hi Nikko,

    Sorry to be a pain, but I can’t figure this out lol :)

    Lara

    #909011

    Hi Lara,

    The Appearance > Editor menu is disabled. Can you please enable it? Or give us the FTP access?

    If all this seems to complex, you might want to hire a freelancer to do it for you.

    Best regards,
    Victoria

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