• This plugin does not work with wordpress 5.5. the page content cannot be displayed anymore. deactivating this plugin and the content is loading. Are you planning a fix really soon?

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

    (@malihu)

    Hi,

    I have test the plugin with WordPress 5.5 without issues. Do you get any errors when page content is not loaded?

    Thread Starter casi800

    (@casi800)

    Hmmm, now another site having the same problem… there are no messages, the page simply does not load at all

    • This reply was modified 4 years, 6 months ago by casi800.
    Plugin Author malihu

    (@malihu)

    Does the other site also uses “Page scroll to id”? Can you enable wp_debug?

    https://www.ads-software.com/support/article/debugging-in-wordpress/#wp_debug

    Same issue. Related to jQuery error:

    jquery.js?ver=1.12.4-wp:2 Uncaught Error: Syntax error, unrecognized expression: a[href*=#]:not([href=#]):not([data-vc-tabs]):not([data-vc-accordion]),._ps2id,a[data-ps2id-api='true'][href*='#'],.ps2id > a[href*='#'],a.ps2id[href*='#']
        at Function.ea.error (jquery.js?ver=1.12.4-wp:2)
        at ea.tokenize (jquery.js?ver=1.12.4-wp:2)
        at ea.select (jquery.js?ver=1.12.4-wp:2)
        at Function.ea [as find] (jquery.js?ver=1.12.4-wp:2)
        at n.fn.init.find (jquery.js?ver=1.12.4-wp:2)
        at new n.fn.init (jquery.js?ver=1.12.4-wp:2)
        at n (jquery.js?ver=1.12.4-wp:2)
        at page-scroll-to-id.min.js?ver=1.6.8:2
        at dispatch (jquery.js?ver=1.12.4-wp:3)
        at r.handle (jquery.js?ver=1.12.4-wp:3)

    Solved by replacing a[href*=#]:not([href=#]):not([data-vc-tabs]):not([data-vc-accordion]) with a[href*='#']:not([href='#']) for the Selector(s) in plugin settings.

    • This reply was modified 4 years, 6 months ago by aktivist. Reason: solved
    Plugin Author malihu

    (@malihu)

    @aktivist This error does not seem to be related to WordPress 5.5. You might have a link without an href attribute(?)

    Can you post your site URL so I can check what happens and help?

    @malihu , thanks for instant reply. Actually I solved by getting rid of Visual Composer selectors. See upd: https://www.ads-software.com/support/topic/wordpress-5-5-4/#post-13255601

    Thread Starter casi800

    (@casi800)

    Without “taking this plugin down” I have deactivated it and installed another plugin that is doing more or less the same. worked immediately. Sure you will find the error soon…
    PS: both of these sites use Visual Composer (outdated).

    • This reply was modified 4 years, 6 months ago by casi800.
    Plugin Author malihu

    (@malihu)

    @aktivist Thanks for the feedback. I’ll make some tests and update the selector as soon as possible.

    Plugin Author malihu

    (@malihu)

    @casi800 Did you have the following selector in “Page scroll to id” settings?

    a[href*=#]:not([href=#]):not([data-vc-tabs]):not([data-vc-accordion])

    If yes, try to change it to the default a[href*='#']:not([href='#']) and see if it fixes the issue as per the solution above.

    Plugin Author malihu

    (@malihu)

    @aktivist OK the issue was already fixed in plugin’s settings from a previous release. I’ll update the tutorial as well. Thanks!

    Edit: Tutorial is up-to-date

    • This reply was modified 4 years, 6 months ago by malihu.
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘WordPress 5.5’ is closed to new replies.