• Resolved Robert

    (@robg48)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Robert

    (@robg48)

    Found a solution.

    1. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius_socialShare.php” (located in your WordPress root folder).

    2. Search for “vertical_shareEnable” – There will be two instances of it, both on the same line of code about 26 lines from the bottom of the file.

    3. Change “Enable” to read “Disable” on both instances. It worked on my theme. Now, you probably can’t decide to display the vertical icons after this edit, but I only want the horizontal ones anyway.

    Robg48 Thanks

    It worked for me too…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertical Icons appearing even though turned off’ is closed to new replies.