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.
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
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
Hi Nikko,
I’m not entirely sure where to enter these?
Lara
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
Hi Nikko,
Sorry to be a pain, but I can’t figure this out lol :)
Lara
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