
-
AuthorPosts
-
October 7, 2015 at 2:12 pm #515224
Dearest Enfold-gurus,
my client asked me to add a logo in one of the footer columns, and the only way I could think of was to use Enfold child advertising area -widget. If there is a better way to put a simple image/logo in there, I’m happy to know it. :) This way is ok too, but then I would like to get rid of that hover-effect and maybe that other image too (now a grey square so it looks like there’s only one image). That logo doesn’t have to be a link, it would be perfect just by being there and doing nothing. :)
– Pia / Deekolme
October 7, 2015 at 2:14 pm #515226Hey Deekolme!
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.If you would like to remove image overlay on footer, please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .image-overlay { display: none !important; }
Cheers!
YigitOctober 8, 2015 at 9:54 am #515663Thank you Yigit!
I chose to leave that last option in footer (the first ones were too much for my poor tired brain :D ), and that piece of code worked fine. Just one last question – how can I remove also link/hand hover from that grey, invisible image beside the logo?
– Pia / Deekolme
October 8, 2015 at 2:40 pm #515819Hi!
Please add following code to Quick CSS as well
#avia_partner_widget-3 .avia_partner1 { pointer-events: none; }
Best regards,
YigitOctober 9, 2015 at 1:54 pm #516449This is just perfect, thank you so much Yigit! <3
Greetings,
– Pia / Deekolme
October 9, 2015 at 1:56 pm #516451Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Have a great weekend!
Best regards,
Yigit -
AuthorPosts
- The topic ‘Adding image in footer?’ is closed to new replies.