Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    There must be some js error that you can check in the browser’s developer tools console.

    I can’t really help unless I see/test your page. Usually these errors happen because of a miss-typed URL or id. If I could see your page I’d be able to say where the error is and how to fix it.

    Thread Starter itism64

    (@itism64)

    Hi @malihu ,

    Here you have the link. When click on contact and get back to the main menu links you will see what happens

    https://bit.ly/2Y1gjCF

    Cheers
    Marcel

    Plugin Author malihu

    (@malihu)

    OK I checked your page and the issue is an elementor link which seems to have empty spaces in its URL. I don’t know if this is intended or a miss-type(?)
    The link that causes this is the “Some of our projects” large button which opens a modal window.

    Anyway, the quickest/easiest way to solve this is going to “Page scroll to id” settings and disable/uncheck “Enable different pages scrolling on all links” option. Save changes and test.

    This instructs the plugin to handle different page scrolling only on “Page scroll to id” links and not every link with a hash (#).

    Let me know

    Thread Starter itism64

    (@itism64)

    Hi @malihu

    Thanks for the quick reply. Does not solve it. Unchecked the “Enable different pages scrolling on all links” but same result

    Cheers

    Plugin Author malihu

    (@malihu)

    OK try this:
    Go to plugin settings and add the following at the end of “selectors are excluded” field:

    , a[href*='#elementor-action']

    simply copy/paste the above (including the comma at the beginning) to the end of the field (e.g. right after the a[data-vc-accordion]).

    Save changes and test

    Thread Starter itism64

    (@itism64)

    Yes that works perfect ?? thanks for the quick reply

    cheers

    Plugin Author malihu

    (@malihu)

    You’re welcome ??

    Marking this as resolved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘From different page remove the section’ is closed to new replies.