- This topic has 10 replies, 3 voices, and was last updated 6 years, 10 months ago by Tom.
-
AuthorPosts
-
October 18, 2017 at 6:25 pm #405947Eric
Hello. After installing a plugin called “Formidable Geolocation” from GEOmyWP, the menus on my site no longer worked correctly on the page where the plugin is active (it’s a third party Google Maps plugin for Formidable Forms). When you hover over a menu item and then move to another, the previous menu item does not close; all menu items that were hovered over remain open. I activated theme Twenty Sixteen and Twenty Seventeen and did not have any menu issues. When I checked for errors while GP was active, this is what I found:
TypeError: this.filter(…).css(…).show(…).end is not a function[Learn More] jquery.js:4:6296
fadeTo
out/<
https://mysiteurl/wp-includes/js/jquery/jquery.js:4:6296
https://mysiteurl/wp-content/themes/generatepress/js/dropdown.min.js:1:1055Can you give me any advice on how to fix this?
Thank You!October 18, 2017 at 9:42 pm #405999LeoStaffCustomer SupportHi there,
Any chance you can unlock or provide the login so we can view the site?
You can send it through Account Issue: https://generatepress.com/contact/
October 19, 2017 at 9:09 am #406369TomLead DeveloperLead DeveloperHmm, very strange.
The next version of GP actually re-writes all of the JS. Would you be interested in trying the beta?
October 22, 2017 at 10:05 am #408021EricYes, we would be interested. How do we get a copy?
Thank You
Eric & Angela
DegarrinOctober 22, 2017 at 11:11 am #408049LeoStaffCustomer SupportYou can get it by using this snippet: https://docs.generatepress.com/article/beta-testing/
October 22, 2017 at 4:56 pm #408189EricThank you. Where does it get added? Or does it replace existing code? I tried adding it to the functions.php file at the end and got a white screen for my site – had to restore the original copy of the file.
October 22, 2017 at 5:03 pm #408194LeoStaffCustomer SupportOne of these methods here: https://docs.generatepress.com/article/adding-php/
Code Snippet is the easiest and safest.
October 25, 2017 at 5:47 pm #410354EricI installed Code Snippet and added the code, but the beta version does not appear in the updates area. I’ve even waited a full 24 hours, and other updates are coming through fine. Any ideas on what the problem might be? Thank You
October 25, 2017 at 9:04 pm #410413LeoStaffCustomer SupportHmm that’s weird. Is the actual snippet activated?
October 26, 2017 at 5:07 pm #410985EricYes, the snippet was activated.
Snippet Code:
add_action( ‘after_setup_theme’,’tu_beta_tester’ );
function tu_beta_tester() {
add_filter( ‘generate_premium_beta_tester’,’__return_true’ );
}Scope = run snippet everywhere
I also deactivated my firewall plugin to see if that helped; no change. I’m not actually getting any errors in the firewall plugin (Wordfence), but thought it was worth a shot.
October 26, 2017 at 10:30 pm #411053TomLead DeveloperLead DeveloperThat beta doesn’t contain the new JS, so it won’t fix this issue. That being said, I am interested why the update isn’t showing up. Can you send me temporary admin login details possibly?: https://generatepress.com/contact
-
AuthorPosts
- You must be logged in to reply to this topic.