Hello again Site Origin Theme,
hope you are all doing great! I come to you again seeking your mighty advice; I need to add an affiliate link at the footer of http://electricaixtapa.com/ (currently under development).
The arrangement is the following: Big Responsive Icon + Text aligned to the right of the icon.
I have 2 options (that I know about):
1- use vantage features widget: Choosing this option implies I need to add some custom CSS that only affects the features widget on the footer and not the ones on the website to align the text to the left. ¿What is that CSS I need to add?
2- Add a custom svg icon: Using my limited coding skills I unsuccessfully tried to add an svg icon from: http://iconmelon.com/; ¿How can I do this? (I was thinking about using a blank plugin template, load the svg code and add the css to custom css, then use a shortlink)
*I need to do the same for 6+ websites so this should be as easy to replicate as posible and 100% responsive.
**The icon should have no background (container)
***I would like to modify the text/hover effect for the footer widget specifically.
again, thank you for the great theme and support!
J.
Hi Jose
Thanks for reaching out. To start from the top:
The footer widget area splits into columns as you add widgets. Two widgets = two columns.
The Layout Builder widget can be used in the footer. Use that for more advanced layouts. It will allow you to build a Page Builder style layout within a widget area.
For example, with the Layout Builder you could add a two column layout and insert a Visual Editor widget into each column. The Visual Editor widget allows you to add text or images.
Using the Text tab of the Visual Editor widget you could add an icon from Font Awesome, for example:
Ref: http://fontawesome.io/icon/anchor/
Once you have the basic setup ready we can assist with sizing and or hover effects.
Hello Andrew,
setup is done. Tried using the visual editor to insert the icon but couldnt do it so I inserted it to a text widget. How can I do the customization? Add the link to the icon? Hover effects? Is there a way to edit , , text styles but only for the footer? Without affecting the whole site?
Thanks,
J
Thanks. I can help once things are up. Did you switch to the Features Widget in the far right corner?
http://electricaixtapa.com/
Is that what you’re now looking to customise further?
Hey andrew, sorry I tried the setup in another site, here is the correct link: http://luxesdesigns.com/
thanks,
J
Sure. The icon is entered as follows:
You can target it by adding a wrapper and a link:
Replace my link with yours. Then under Appearance > Custom CSS:
Change blue and red to the hexadecimal colors you require.
Hey andrew,
sorry for the late reply, its all been working great! I implemented this solution in http://inologyc.com/
but it seems I missed something because the link from the Icon is affecting my links under: Site Information Text
Ive been adding at the end of everything but its not working. :o
Thanks,
J.
Hi Jose
I’m up a little late, can you bring me up to speed. Is the problem visible here:
http://inologyc.com/
To confirm, we’re adding footer icons with link colors to the footer widget area?
Andrew,
Yep, the problem is in the colophone, (Site info Text)
Here is the text I placed in the Site Info Field:
You see the first paragraph has no link but it is inheriting the link from the last Item of the footer (the one I used the css posted previously here)
Here is the text added to the footer widget:
I don´t know what I miss but it looks like a div is not closed or something. (I already added at the end of everything without result :/ )
PS. How can I center the icon? And how can I add a padding so that the image in the first footer widget is floating in the center vertically talking.
BTW, congratulations on de snippet library for the custom CSS, starting to look like MUSE!
Thanks,
J
Thanks
Site Information Text
I’ve tested the HTML you sent. It seems to be working fine in my demo:
I’m not sure why that’s happening on your side. Could you try delete that field and insert the HTML one more time?
Footer Text Widget
There is a missing a tag close. Try replace your HTML with the below:
That will hopefully fix the problem in Site Information Text too.
Try the following under Appearance > Custom CSS to start adjusting your footer icon:
Hope that helps.
Other
Glad to hear you like the snippet library. It’s been a long time coming. We’ll get some more useful snippets in there ASAP.
Andrew,
great it works like magic. Thank You very much.
I ran into a new issue, what if Im trying to add 2 icons, having them aligned horizontally, is this posible?
Thanks,
J
Sure :)
You could try aligning each as an inline-block:
If you put two up I can take a better look.
Andrew, done!
It works, I’m trying to get two social media icons in the last text widget on the footer but it only shows one, any idea?
Thanks,
J.
Thanks. Please could you try clearing your caching plugin and see if that makes a difference?
Hey Andrew,
I cleared the caché, no result. So I ended up deleting the plugin but still no result.
any other suggestions?
Thanks,
J
Hey Andrew, I tried to add both icons to the contact page also but it dosent seem to work either, the first icon is displayed but the second one is not. I did not use gifs or anything, just copy and pasted the icon shortcode from font awesome.
Check it out: http://iluminadot.com/contacto/
Hi Jose, Andrew
I hope you don’t mind me jumping in here. I have inspected the page and the facebook icon you are trying to show does not seem to exist.
If you change this line
to this
then it works as expected.
Hope this helps
Magus
Nicely spotted Magus :)
Hope that helps Jose. Let us know how it goes.
So lets blame this one on http://fontawesome.io/icon/facebook-official/ since I found it there!
Andrew and Magus, thanks for all the help, this is now solved!
PS:If any of you could help me out with this: Thread: Custom Menu Item (changes)
Id be really thankfull!
J.
Super, glad that did the trick.
For sure, we’ll jump in there ASAP.
Hey Andrew, Magus, everyone;
How can I make the first element of my footers (it is a site origin image widget) float in the center like all the other so that it all looks centred.
Thanks,
J
Hi Jose
Using the Layout Builder widget would be the easiest way to handle this.
If you’d like to try doing this with CSS you could try: