WordPress 5.5
-
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?
-
Hi,
I have test the plugin with WordPress 5.5 without issues. Do you get any errors when page content is not loaded?
Hmmm, now another site having the same problem… there are no messages, the page simply does not load at all
-
This reply was modified 5 years, 10 months ago by
casi800.
Does the other site also uses “Page scroll to id”? Can you enable wp_debug?
https://ww.wp.xz.cn/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])witha[href*='#']:not([href='#'])for the Selector(s) in plugin settings.-
This reply was modified 5 years, 9 months ago by
aktivist. Reason: solved
@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://ww.wp.xz.cn/support/topic/wordpress-5-5-4/#post-13255601
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 5 years, 9 months ago by
casi800.
@aktivist Thanks for the feedback. I’ll make some tests and update the selector as soon as possible.
@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.@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 5 years, 9 months ago by
malihu.
-
This reply was modified 5 years, 10 months ago by
The topic ‘WordPress 5.5’ is closed to new replies.