peterfeatherstone
Forum Replies Created
-
Hi Amanda,
Thanks for the kind words in regards the plugin.
It appears that something in your theme is creating an inline style on the element “#menu-wordpress” of “display: none;” when any of the links are clicked.
This is not behaviour from my plugin so you will likely need to speak to the theme developers or any other plugins you have as to why and where this is being set and removing this action.
I hope this helps.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] menu title at left possible?Hi Stunley,
Thanks for the kind words!
At the moment this is not currently an option I’m afraid but I have added it to the development list.
Also, you can change the size of the close X by adding the following to your themes style.css file to overwrite it:
#click-menu #RMX { font-size: 45px !important; }Please let me know if you have any further questions.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Widget AreaHi e-Ditora,
You can tick the “Use Shortcode” option in the Responsive Menu admin area and then put the shortcode “[responsive-menu]” inside your widget.
You will also need to create a filter inside your themes function.php file that will allow shortcodes in widgets, the following should work:
add_filter( 'widget_text', 'do_shortcode' );Any questions let me know.
Peter
Hi Cair,
It seems you have un-installed the plugin.
Please advise if you still require any help.
Many thanks
Peter
Hi Jeremy,
Did you get this working as all looks good to me?
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Feature Request Close IconHi Pat,
I have never had someone call it an adorable plugin before, but I must say I like it!
I have just tried your little update and I must say I do agree, that looks alot nicer and will be shipped out with the next release.
Thanks for the idea!
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] RTL switchingHi Jeremy,
I have been playing with this but the problem is that the shortcode can only affect the HTML display output at the moment and not the JS and CSS scripts as these are created on saving the options and therefore can’t be dynamically over-ridden.
There are of course ways around this, however it would take some work and I just don’t have sufficient time to implement at this time.
I have however put this on my development list for consideration so it may be that I can include this for you in future releases.
Many thanks
Peter
Hi Scs,
As per the forum rules please open another thread as this one is now closed, however to answer quickly, I have no plans to add any other transition effects at this time until I can get the push one working perfectly.
You can add these yourself using custom JavaScript if you wish.
Many thanks
Peter
Hi Whis,
You are right that it will be hard to debug without being able to look at it but I would say check the “Console” tab in Firebug for any JavaScript errors and make sure you have the
wp_head()andwp_footer()calls in your themesheader.phpandfooter.phpfiles.Beyond that, it really could be anything.
Peter
Hi Martin,
I have just read a bit about this online and seems to be quite hard if impossible to get around at the moment, however I will keep looking to see if there is a solution as I am able to replicate this on my dev site, however as yet cannot fix it.
Thanks for bringing it to my attention.
Peter
Hi JustRunLah,
That is absolutely nothing to do with my plugin, you can read through every line of my plugins code and you will see.
My comment on that would be that you have been hacked somewhere or another one of your plugins is doing this or the theme, there are many variables to test.
I am of course supposing you have set this up on a completely fresh install of WordPress with the default theme first before making such a claim?
Many thanks
Peter
Hi Miappe,
Great you got it working and thanks for letting me know.
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Slick Slider Stopped WorkingHi Nichole,
Unfortunately I don’t see the plugin currently installed so I can’t offer any support for this.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Support Best PracticesHi Som,
Thanks very much for the kind words, its always nice to get nice feedback!
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] RTL switchingHi Jeremy,
Unfortunately I fear this will involve some barbaric hacking as you say, let me see if I can have a play and a think and see if I can find a way to work this in somehow.
Many thanks
Peter