• To replicate the issue.
    Here are the steps.
    1) Install plugin
    2) Activate the plugin
    Next page
    3) Click on “Getting Started?”

    Return no page to select.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue.

    I have the same issue.

    • This reply was modified 5 years, 6 months ago by rohittest.

    Exclude pages by putting this script below the code of the plugin and thank me later ??

    in page-1, page-2 etc. add the word of URL that it contains.

    Example.com/page-1/ – on this page the chat won’t appear

    <script>
    if (/page-1|page-2|page-3/.test(window.location.href)) {
    document.getElementById(‘fb-root’).style.display = ‘none’;
    }
    </script>

    • This reply was modified 5 years, 5 months ago by lenks.
    • This reply was modified 5 years, 5 months ago by lenks.
    • This reply was modified 5 years, 5 months ago by lenks.

    j’ai le meme probleme et ca ne marche pas toujours

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not able to select page where i want to show messager icon’ is closed to new replies.