Paul
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] some admin bar groups not being deactivatedOn a multisite install It doesn’t work if we just overriding the file.
I had to delete the plugin and install the master version. It worked but I missed the previous settings for front end admin bar.
Forum: Plugins
In reply to: [Adminimize] some admin bar groups not being deactivated+1 on a multisite instalation. I went back to previous version.
Forum: Plugins
In reply to: [Meta Box] Gravity forms conflictI get the following update from the Gravity Forms team:
Give the attached version a try. It should resolve the issue which was being caused by the meta boxes filters running before the user registration add-on had included the file for the username field. When you were getting the forms the field object was being initialized using the basic GF_Field object which doesn’t have any input markup as the GF_Field_Username object was not available yet.
The new version 3.4.8 of Registration Add-on resolve the issue.
Forum: Plugins
In reply to: [Gravity Forms Braintree Add-On] Update Coming@gravityplus any update on this?
Forum: Themes and Templates
In reply to: [Storefront] Search dosen't work on handheld footer barI get the following answer from ubermenu support:
I looked at your site, and dug into your theme’s javascript – take a look at this file: https://github.com/woothemes/storefront/blob/master/assets/js/navigation.js
You can see that the search functionality is included in that file at the end:
// Add class to footer search when clicked jQuery( window ).load( function() { jQuery( '.storefront-handheld-footer-bar .search > a' ).click( function(e) { jQuery( this ).parent().toggleClass( 'active' ); e.preventDefault(); }); });
However, the way they’ve written the code, if the #site-navigation div does not exist, no code in the file will run
container = document.getElementById( 'site-navigation' ); if ( ! container ) { return; }
I’m not sure why they’ve done it that way – I think that the // Add focus to cart dropdown and // Add class to footer search when clicked sections are independent and they don’t matter whether #site-navigation is present, so they shouldn’t not be executed when #site-navigation doesn’t exist.
Anyway, that appears to be your issue. UberMenu isn’t directly affecting anything – what happens is that the absence of your theme’s menu is preventing the theme from loading its javascript on those footer items.
I’d suggest pointing this out to the Storefront developers – I don’t see why that code can’t run independently of the theme’s menu, so it should be simple for them to fix and allow it to run regardless. It looks like all that happened is when they added the handheld menu bar features at the end of the file in February ( https://github.com/woothemes/storefront/commit/fd4c2b49729d177b82f17bc652e0900c93064954 ) they didn’t consider that that condition at the top would be restrictive is all.
Forum: Plugins
In reply to: [Gravity Forms Braintree Add-On] Update Coming+1 thank you!
Forum: Themes and Templates
In reply to: [Storefront] Search dosen't work on handheld footer barThank you for the confirmation James.
I take a deeper look and I found that the issue is related to the following code from uber menu. When the code is in functions.php the handheld search doesn’t work.
https://sevenspark.com/docs/ubermenu-3/theme-integration/storefront
After a month still waiting for multisite support. Any progress on this?
Thanks!
Forum: Plugins
In reply to: [Theme My Login] Recaptcha gravity forms conflict+1 When you activate the recaptcha option for Theme My Login the recaptcha on a gravity forms form does not display.
Forum: Plugins
In reply to: [Adminimize] It doesn't hide gravity forms menusThank you for your answer @frank.
I did some more tests and I found that the issue occurs when I have disabled some of gravity forms capabilities for the user.
When this happen gravity forms removes some menus (for example “New Form”). All menus after that can’t removed from Adminimize.
Thank you for your answer.
I agree that there are more important issues (like the one with permissions) but the plugin haven’t updated for 9 months. It seems that it has left behind.
Forum: Plugins
In reply to: [Adminimize] Post types meta boxesThank you for your answer but I am not sure if I understand.
I removed the core metabox “Slug” with the following code and works as expected. It completely removes “Slug” metabox and “Slug” option in Screen Options.
remove_meta_box( 'slugdiv', 'book', 'normal' );
If I use Adminimize and check the “Post slug” it doesn’t work the same way.
Forum: Plugins
In reply to: [Adminimize] Dashboard widgets do not appear in dashboard options!Thank you @frank! Now works fine!
Forum: Plugins
In reply to: [Adminimize] Dashboard widgets do not appear in dashboard options!@frank Bueltge thank you for the quick respond!
I tried on a multisite installation and now i can see the registered dashboard widgets but it doesn’t hide them.
After a month still waiting for an update.