peterfeatherstone
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu doesn't workHi Dragan,
Thanks very much for your kind words, 5 stars and recommendations and glad that the beta version got it working for you!
All the best ahead
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Submenu doesn't workHi Dragan,
It seems you don’t have a standard menu structure which makes it difficult for the plugin to work.
However, please can you download the 2.5 beta version of the plugin as I believe it has fixed this exact issue.
Let me know how you get on!
Many thanks
Peter
Hi digiholic,
You can either use the shortcode option and then use PHP to filter out what pages it displays on, or more simply just use CSS to hide it.
Each WordPress specific template has a unique class added to the body element of the site.
Then simply do the following replacing ‘unique-template-class’ with your specific template class:
.unique-template-class #click-menu, .unique-template-class #responsive-menu { display: none !important; }Many thanks
Peter
Hi Lea,
Between versions 2.3 and 2.4 the way the plugin deals with the sub-menu items was changed and although it shouldn’t of deleted any previous options it may be something in your setup (potentially the fact the site is in Hebrew) cleared these.
Apologies you had to go to the bother of setting these again, you shouldn’t be affected in any future versions.
Many thanks
Peter
Hi bigted,
The push animation is still in beta stage as it doesn’t currently work perfectly in all setups and scenarios.
I am working on trying to make it more solid and predictable so hopefully in a future version it may be what you are looking for.
Many thanks
Peter
Hi edouard,
This is odd behaviour.
I may need FTP/WordPress admin access to check it for you as I don’t get the same behaviour on my development sites.
Many thanks
Peter
Hi kork,
Great you got it working!
Many thanks
Peter
Hi kork,
I’m getting the following console error:
TypeError: $ is not a function $(".circle-text").fitText();It seems that the below are outside of the no conflicts section and as such are stopping other jQuery from working:
$(".circle-text").fitText(); $("#fittext2").fitText(1.2); $("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' });Please either move these inside the document ready section or update the
$symbols tojQuery.The error is in the following file on line 121:
http://www.yoyoevents.com/wp-content/themes/yoyo/library/js/scripts.jsPlease can you let me know if it possible to edit this and if it fixes your issues.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Hide three linesHi Jiri,
Added an option to select side now, please can you download the development version below, test and let me know if all works ok for you.
https://downloads.wordpress.org/plugin/responsive-menu.2.5.zip
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Hide three linesHi Jiri,
I would never be mad at you for changing the code, it is Open Source after all! 😉
I can look at providing an admin option for displaying the menu from the left side rather than the right in future.
In regards the long text, I won’t be able to advise without being able to see the site. Is it possible to provide?
Many thanks
Peter
Hi eduoard,
I have set this up with the latest version and all works for me which I asked for your FTP so I can test yours specifically.
I believe this may be fixed in the 2.5 update, can you please download and install and let me know if it fixes it for you.
Many thanks
Peter
Hi Lea,
That is quite a possibility yes.
Is it still not saving your menu options when you try and update now?
What character are you trying to use?
Peter
Hi theatre,
Thanks very much.
I will try and get round to taking a look for you and updating there!
Many thanks
Peter
Hi dub,
This is not possible out of the box I’m afraid however if you have a junior developer you can probably ask them to knock up a little script/css over-ride that will make it show from the beginning page load.
Even a simple piece of CSS in your theme style.css file should work:
#responsive-menu { left: 0 !important; display: block !important; }Many thanks
Peter
Hi Mtn,
Sorry my previous reply seemed a little harsh, I apologise, was probably having a bad day!
Please provide a URL with the menu installed so I can take a look for you my friend and try to advise.
Many thanks
Peter