Vertical Icons appearing even though turned off
-
Here’s another one ??
I knonw this was answered last month – but the answer that was posted – which I pasted below – didn’t work for me. I’m using an Elegant Theme called “AskIt” and the social sharing icons are appearing horizontally – as they should – in my posts and pages but there is a vertical list of icons on the left side of my page that I can’t stop from displaying even though I have it turned off in the settings.
Here is the original post from last month:
RolandOfEld
Member
Posted 1 month ago #hi everyone
i have the horizontal share bar showing on the my home page even thow i have unticked it in the options..any ideas? (my home page is a static page called home)
https://www.ads-software.com/plugins/loginradius-for-wordpress/
loginradius
Member
Plugin Author
Posted 1 month ago #Hi RolandOfEld,
This seems to a conflict with the WordPress theme.Please follow the steps below to resolve this issue:
1. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius_socialShare.php” (located in your WordPress root folder).2. Search following code:
if(isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’] == 1 && !is_front_page()){3. Replace the code searched above with following code:-
if(isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’] == 1){4. Save the file.
Let us know if you have any further questions.
Thanks!
- The topic ‘Vertical Icons appearing even though turned off’ is closed to new replies.