• Resolved stojanvasic

    (@stojanvasic)


    I have found that all share links work good, except for text sharebar. Seems that link is not created properly and it shares only one same post from one category.
    Is that known bug that will be fixed in some future updates or it something related to my website?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi,

    It is a problem with your theme.

    If you notice the last “recommended” link in that page will be the link which is shared.
    This is because the recommended section of the theme/plugin is changing the information of the entire page.

    So all plugins which come after that pick the last post information.

    I’ve to handle this scenario.

    For now you can add the below line at line number 23 in wp-socializer/core/templates/text-sharebar.php file

    wp_reset_query();

    If possible you can also report the same to the theme/plugin you are using.

    Thanks,
    Aakash

    Thread Starter stojanvasic

    (@stojanvasic)

    Ok, i get it is something related to the theme,but its Avada… so there is no way i can skip it… Can you fix it so it works with Avada too?

    Plugin Author vaakash

    (@vaakash)

    Yes.. adding this line will fix the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bug with text sharebar’ is closed to new replies.