Matt Biscay
Forum Replies Created
-
Forum: Plugins
In reply to: [Sky Login Redirect] Redirection to page they were reading isn’t workingHi Mo,
Sorry for the late answer. That’s unlikely because both plugins use the same filter to redirect after login so they will conflict. You should only use one login plugin at a time.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Redirection to page they were reading isn’t workingHi there,
For testing purposes, what happens if you deactivate Clean Login and use Sky Login Redirect only ?
Thanks,
MattForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu touch issuesHi again,
So I’ve run some tests and here are my findings: when the responsive menu is open, you have the far-right down arrow to open the submenu :
1. if you click on it, nothing happens : no dropdown. The parent li gets the .hover class but the child ul does not toggle.
2. if you don’t click on the arrow, but on the left side of the 1px border, the menu opens.
It looks like a placement issue. The menu is only displayed for mobile so we can scratch the initial desktop/mobile premiss.
I’ve put up a screeshot here :
Live menu (2nd hamburger menu) on mobile:
http://bit.ly/2hWA4mSNot sure what to do!
Thanks,
MattForum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu touch issuesHiya,
They seem to be using a conflicting plugin. I’ll look into it.
Thank you for your reply 🙂
All the best,
MattForum: Plugins
In reply to: [Ultimate Reviews] Feature Ideas?Hi there,
It’d be nice be able to set additional form fields such as inputs or textareas.
Regards,
MattForum: Plugins
In reply to: [Sky Login Redirect] Admin Toolbar not triggeringHi Sheldon,
Are you on the latest WP version ?
The plugin does not interact with the admin toolbar so you may have another plugin playing up such as Woocommerce, for example, which removes the toolbar.
I had the issue for one of my client. Add these lines into your
functions.php(or better yet, your utility plugin) :// toolbar for everyone add_filter( 'woocommerce_disable_admin_bar', '__return_false' ); remove_filter( 'show_admin_bar', 'wc_disable_admin_bar', 10, 1 ); show_admin_bar(TRUE);Hope that helps,
Matt
Hi manafactory,blindpet,
Mana, thanks for the heads-up, the jquery error is now fixed.
I *may* have found a way to make it BWP-compatible:
– in BWP options, I’ve putgigner-cookies-enabler(it’s misspelled) in the “scripts to stay at original positions” list
– I’ve also edited./ginger/front/gingerfront.utils.phplike so:// call Ginger script a little later add_action('wp_footer', 'ginger_script', 100);It seems to be working now. Thanks for the help!
Hi,
Thanks for the reply.
It seems that version 3.1.2 fixes the notice when the site displays the Ginger banner (first dry run).
When the Ginger button is clicked and the page reloads, the
Uncaught ReferenceError: COOKIES_ENABLER is not definedpops up again in the DOM inspector.Note : the error seems to appear on single posts.
You can test it here : skyminds dot net
Hi,
I’m getting the same error. Any chance this could get fixed in the latest version?
Thanks.
Forum: Plugins
In reply to: [Adminer] Error when dropping tablesThank you Tom, with the code change it’s now possible to drop tables. Very cool.
Forum: Plugins
In reply to: [Adminer] Error when dropping tablesHi,
I’m experiencing the same issue – tables cannot be dropped in version 1.4.2.
Forum: Plugins
In reply to: [Sky Login Redirect] Admin Toolbar not triggeringHi Bruce,
I can’t reproduce that issue. Try to clear your cache and cookies. Sky Login Redirect does not meddle with the admin bar.
Forum: Plugins
In reply to: [Sky Login Redirect] Admin Toolbar not triggeringHi Sheldon-64,
I see you’re using ZenCache, try to enable separate cache for logged-in users in the ZenCache options.
Forum: Plugins
In reply to: [Sky Login Redirect] Admin Toolbar not triggeringHi Bruce,
I am not experiencing this issue, the toolbar always displays fine on my end – the plugin does not interact with the toolbar in any way.
Which other plugins are you using?
Forum: Plugins
In reply to: [Sky Login Redirect] Problème d'incompatibilitĂ©Je viens de m’apercevoir que j’avais fait une typo dans le code donnĂ© :
if( sky_is_login_page() || in_array( $GLOBALS['pagename'], array( 'connexion' ) ) ) {(parenthèse ouvrante, pas fermante)
J’ai regardĂ© le code de l’autre plugin, il fait la mĂŞme chose que le mien donc il y a doublon : mieux vaut n’en garder qu’un.