jmyweb
Forum Replies Created
-
Install the free jQuery Migrate Helper plugin and change the version of jQuery to Legacy 1.12.4-wp
see screenshot: https://www.screencast.com/t/bB3mFWue
Quick update…I just remembered that WP 5.6 ships with jQuery 3+ which can cause various issues is there’s any depreciated JS code in your theme or plugins.
As a workaroud, you can install the free jQuery Migrate Helper plugin, which will let you switch back to jQuery 1.12 which is more stable.
Here’s link: https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/
This worked for the site I was having issues with.
Thanks!
We are experiencing the same issue. The popup does not display
The popup code is there, but various pum disabled classes are being added to <html> element for some reason.
Page: https://www.thefishery.com/hometest
Classes added to <html> tag on page load: https://www.screencast.com/t/03tNmmlo
Thanks for your help!
Same errors for me. Here’s file/line numbers. Hope this helps!
Notice: Undefined variable: sfbap1_show_photos_from_twitter
File: wp-content/plugins/social-feed-by-arrowplugins-premium-1.1/includes/sfbap1-shortcode.php:11
Notice: Undefined variable: instagram_query
File: wp-content/plugins/social-feed-by-arrowplugins-premium-1.1/includes/sfbap1-shortcode.php:1104
Thanks!
Closing topic. This error is for the KingComposer page builder. Apologize for this.
Forum: Plugins
In reply to: [The Events Calendar] Error while sending QUERY packet.P.S. The plugin seems to work fine after I activate it, even though I get the error.
Forum: Plugins
In reply to: [The Events Calendar] Error while sending QUERY packet.Hi Caroline! Thanks for following up. I updated to 4.2.1, but unfortunately still getting the same error (with a different PID)
Screenshot: http://screencast.com/t/LdgNGaoNDr5
Ok, that works for me. Thank you for your quick response Tobias!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Twenty Fourteen Theme CompatibilityThanks esmi!
P.S. I actually have 3.5.1 (not 3.9.1) and there was a warning that popped up that said you need 3.6 at minimum. So looks like there’s my answer. 😉
Forum: Plugins
In reply to: [WP-DBManager] .sql file that's saved is man page for mysqldump commandYeah, not my choice…stuck working with Aplus.net hosting on this project and have to work with what they give me. 😉
I think I got it figured out now. I just removed the two offending options from the mysql command and it works now.
Thanks for helping me out – not every day that the author of a plugin responds so quickly and I appreciate that!
Forum: Plugins
In reply to: [WP-DBManager] .sql file that's saved is man page for mysqldump commandnever mind about local path, saw it in the DB Options.
Forum: Plugins
In reply to: [WP-DBManager] .sql file that's saved is man page for mysqldump commandmysqldump: Ver 8.22 Distrib 3.23.55, for suse-linux (i686) mysql: Ver 11.18 Distrib 3.23.55, for suse-linux (i686)…any way to edit the local path? It’s not generated correctly for my server.
Forum: Plugins
In reply to: [WP-DBManager] .sql file that's saved is man page for mysqldump commandI figured it out….seems my version of mysql doesn’t like the following commands that are generated from WP-DBManager:
--skip-lock-tables --default-character-setAlso, the local path needs to be changed as well.
How do I edit the ‘mysql’ command that WP-DBManager generates?
Forum: Plugins
In reply to: [WP-DBManager] .sql file that's saved is man page for mysqldump commandI can run the command, but when I try to push the output to the directory, that’s when i get the error.
For example, this will get me the mysql prompt (e.g. mysql >), but when I try to push the output to a directory, that’s when I get the error.
This works:
mysql -h sql5c40a.carrierzone.com -u ***** -p'******' db_name -AThis doesn’t:
mysql -h sql5c40a.carrierzone.com -u ***** -p'******' db_name -A > /path/to/local/directory/filename.sqlForum: Plugins
In reply to: [WP-DBManager] .sql file that's saved is man page for mysqldump commandI ran the command from SSH and it says: “No such file or directory”
Permissions issue?