peterfeatherstone
Forum Replies Created
-
Hi Jesper,
Unfortunately I don’t have a Samsung to check on 🙁
I would say however that the site link you sent me is not a responsive site and as such I’m not sure how much use a Responsive Menu would be on there?
When I am resizing my browser the site itself is not stretching accordingly but still stays at the fixed width?
Additionally, I have searched the source code and cannot see my plugin installed currently on that link, please advise?
Many thanks
Peter
Hi Groogy,
It appears the stuff in the header is printing properly but not in the footer.
Can you please check your footer.php theme file that includes a call to the
wp_footer()function?Many thanks
Peter
Hi Grooggy,
Unfortunately this information doesn’t help to debug your issue.
Can you please provide me with a URL to check at least.
Many thanks
Peter
Hi Eckstein,
Always a pleasure!
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Cannot get submenus to showHi jturet,
As I thought, this is because unfortunately you have non-standard classes/IDs setup for the menu.
It has stuff like sf-dropdown-menu which would appear custom.
I’m afraid the plugin won’t work with this menu, unless you revert to using the standard WordPress menus.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Add gestures supportHi googlemail,
Just bumping this up so I don’t lose it among all the others.
Still working on this for future versions and is on my development list.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Styling the menuHi archieology,
This is a bad idea as it is dynamically created in the CSSModel.php class.
The best idea is to tick the “Remove CSS !important tags” option in the Responsive Menu admin area and then add your custom styles to your themes style.css file.
You can over-ride them pretty easily with stuff like the below:
#responsive-menu .responsive-menu li { text-align: center !important; }Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Not working on home pageHi Malcolm,
Your problem is with this:
$('a.zoombox').zoombox({opacity:0.5});Not sure where it comes from but it could be some sort of zoombox plugin or similar.
It’s not running jQuery in compatibility mode so is killing other jQuery on the page.
The reason it’s only not working on the home page is that this is the only place it appears this javascript is being used.
Many thanks
Peter
Hi Malcolm,
Your problem is with this:
$('a.zoombox').zoombox({opacity:0.5});Not sure where it comes from but it could be some sort of zoombox plugin or similar.
It’s not running jQuery in compatibility mode so is killing other jQuery on the page.
The reason it’s only not working on the home page is that this is the only place it appears this javascript is being used.
Many thanks
Peter
Hi Mr Nick,
Thanks very much for your kind words in regards the plugin. My hours in front of the screen are not in vain then!
You could work with a developer to create something like an overlay that gets put on the site when the menu is open so no page links can be clicked, although the User Experience might not be great (what if they actually wanted to click on a link, having to click twice could be annoying and confusing).
That’s just off the top of my head but seems as though it could work, however I don’t think I’ll be adding it to the plugin as an option in the near future as I don’t think it’s big enough of an issue at the moment and can see it annoying users and detracting from the user experience.
Many thanks
Peter
Hey Edouard,
Great that you got it working again.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Turn Off Plugin on MobileHi Berger,
Unfortunately, as this is a “Responsive” menu, rather than a “Mobile” menu this isn’t really the purpose of the plug-in I’m afraid.
I believe there may be other plugins that can disable/enable different plugins on your site depending on various criteria.
In addition, there is the
wp_is_mobile()check that you could potentially use alongside the shortcode option to filter out my menu on mobiles, for example in your header.php file you could put:<?php if( !wp_is_mobile() ) { echo do_shortcode( "[responsive-menu"] ); } ?>That is just off the top of my head but seems as though it might have potential.
Let me know how you get on.
Many thanks
Peter
Hi Droman,
If you can provide an admin login to your WordPress I can take a look for you.
Many thanks
Peter
Hi pathuri,
Could you give me a URL to exactly what you mean (an example on some website) so I can take a look at this for you.
However, I do believe from the sounds of it that this will be out of the scope of the plug-in and would require extra development work from someone or a complete re-write to achieve.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue with Responsive MenuHi eliserendon,
Please provide a URL so I can check.
There is an option in the admin called “Ignore Parent Clicks”, if you remove this it should work as expected again.
Many thanks
Peter