-
AuthorPosts
-
October 9, 2015 at 10:03 pm #516684
On my enfold based website there is a strange behavior with the first social icon in the footer socket. (The social icons I enabled in “Enfold Options // Footer // Social Icons // Check to display the social icons defined in Social Profiles in your socket”)
No matter which one the first one is, (even if I change the order under “Enfold Options/Your social profiles”) the icon is missing and the link is wrong. If Twitter is first, the Twitter icon is missing and it links to a link of a different button. If Facebook is first, the Facebook icon is missing and this one links to a different button. Very strange.
Even stranger: No problem with the social icons in the header.October 10, 2015 at 3:50 pm #516836Hey humanbrand!
The link markup is being changed somehow. I’m guessing from a plugin. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing those two steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottOctober 11, 2015 at 8:43 pm #517023It wasn’t the plugins.
Reinstalling Enfold didn’t do the trick either.
However I can reproduce what causes the behavior now:
The [nolink] parameter in copyright field of the footer also breaks the first social icon.
With the [nolink] parameter removed everything looks fine.October 11, 2015 at 10:20 pm #517050Hey!
I will do report that on our git, so we can fix it on a next release :)
Cheers!
BasilisMarch 10, 2016 at 7:09 am #596089Hello!
This still seems to be an issue with enfold release – 2015 December 18th – Version 3.4.7
Any update?
Cheers.
Tony.March 11, 2016 at 6:35 am #596706Hi Tony,
3.5 is done but I’m not sure if it’s available on Themeforest yet due their verification process.
Best regards,
RikardMarch 22, 2016 at 11:59 pm #602233hi guys, have just upgraded to Enfold 3.5.1 and purged all caches etc, and from my quick testing this still seems to an issue?
March 23, 2016 at 10:04 am #602411Hi
Strange issue you get… All I can say is that yesterday I set up a fresh wordpress install with 3.5 version of Enfold (no plugins, no child theme) and I get no problem with that…My footer is set with: [nolink] © Copyright MyCompany
I have 3 social icons in this footer and all the icons and links icones are ok…March 23, 2016 at 10:20 am #602416Hey!
@tonyw please open a new ticket and provide us a link where we can inspect the element in question.
@pako69 glad the update sorted it out for you :)Cheers!
Vinay KashyapMarch 23, 2016 at 10:26 am #602422Thanks for testing, I found that issue occurs when i have html markup in the copyright text e.g.
[nolink]@company<a href="http://example.com">example</a>
when NO markup issue doesnt occur. i have used footer menu in mean time.
Cheers
Tony.March 23, 2016 at 10:31 am #602425@tonyw I just try with:
[nolink]@company<a href="http://example.com">example</a>
and it’s ok too… sorry…March 23, 2016 at 11:01 am #602438Hi!
Glad it’s sorted :) Please feel free to get in touch with us if you need anything else.
We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay KashyapMarch 23, 2016 at 11:43 am #602449No solution still for me after updating to 3.5.1. Please help. This is unfixed for too long considering it is a reproduceable bug.
See footer of http://www.humanbrand.com and hover over social icons, you will notice the icon left of rss which should be Facebook is not visible and links to imprint instead of Facebook. When hovering over the blue circle appears but not the logo.March 23, 2016 at 11:53 am #602454It is “sorted” for user pako69 who has never even reported having that issue in the first place. It is not sorted for us who reported this issue tonyw and myself.
March 23, 2016 at 12:15 pm #602467I just looked at you HTML code and there is something that should not be present within an
<ul></ul>
tags, it’s a empty link:
<a href="/imgprint/"></a>
Here:
Look at my own code, there is not such code:
PS: I do not want to override Enfold support team, just wants to help… :)
March 26, 2016 at 8:14 am #603787Hi!
@humanbrand: I don’t know why the “imprint” link tag is there but you can hide it with this in the Quick CSS field:a[href="/imprint/"] { display: none !important; }
This will also fix the facebook icon issue.
@pako69: Good job! Thanks. :)Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.