peterfeatherstone
Forum Replies Created
-
Hi Christopher,
The plugin has been thoroughly tested in WordPress 4.0 prior to its launch and I have not found any issues with it so far.
I have updated all my sites and all are working correctly.
Have you narrowed it down to the Responsive Menu plugin definetely being the cause?
For example, have you deactivated all other plugins to see if any of them are the cause?
I’ve noticed that there is a console error for jQuery itself:
Error: Syntax error, unrecognized expression: label[for=] "...fied?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecogni..."I’m not sure why but this could be the cause.
Let me know how you get on
Many thanks
Peter
Hi pbravin,
Is that a question or a statement?
You will have to give me a little bit more to work with if you have an issue with the plugin on your site?
Many thanks
Peter
Hi wlaury,
I can see that this is not currently installed on your site, can you confirm that you currently have the wp_head() and wp_footer() function calls inside the header.php and footer.php files of your theme?
If not, these will need to be added in.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] replace default theme menuHi gorfeas,
Just add the following to the “CSS of Menu to hide” option:
.nav-toggle iconAlso, please remember to change the colour of the 3 lines from the admin as these are currently white and you have a white background so you won’t see them!
Let me know how you get on
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Customise CSS?Hey Mianne,
Great news, its best not to overwrite core plugin files however as these will be overwritten when you update the plugin.
It would be best to do it in your themes style.css file or similar to overwrite the defaults.
Let me know how you get on.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] replace default theme menuHi there,
It doesn’t seem like the plug-in is currently installed so I cant work out what needs to be done here I’m afraid.
Putting the following in the CSS of menu to hide will hide the whole current menu system if thats what you want?
.nav-toggle iconMany thanks
Peter
Hi Blondie,
The shortcode just means that you can over-ride the default behaviour of the menu being displayed on every page in the footer and placing the HTML wherever you would like and only on specific pages.
Unfortunately, the shortcode doesn’t take any arguments at this point in time and is in the very beginnings of its beta stage so you can’t control the styling etc. with the shortcode.
You can read about Shortcodes in WordPress from the Codex on the page below:
http://codex.wordpress.org/Shortcode_API
I have also replied to your other topic which may or may not be related to this but advises on how to edit the CSS.
I hope this helps.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Hide the menu in certain pageHi breasthk,
You can use the shortcode and do something like as follows:
if( !is_home() ) : do_shortcode( '[responsive-menu]' ); endif;Make sure you have checked the Use Shortcode option from the admin also.
Please let me know if this achieves the desired effect for you.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Custom Close buttonHi Tasty,
This is actually on the development list for the 2.2 release and I will let you know once this has been completed.
Many thanks for your patience with this.
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] hide default mobile menuHi there,
Please add the following to the CSS of Menu to hide option:
#navigationPlease let me know if this fixes it for you and if not we will look at this further.
Many thanks
Peter
Hi wlaury,
There is an option to use called “Fixed Positioning” under the Style Settings heading, which will mean that the menu stays in the same place even when the page is scrolled.
Please let me know if this is what you are after and if it helps?
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Customise CSS?Hi Mianne,
You can find the CSS inside the following location:
/app/models/CSSModel.php
I haven’t done anything different with the !important tag, there is still the option in the admin to turn this off if you wish, however please let me know if this isn’t working for you and I will take a look.
In addition, the 2.2 beta includes an option to set the height and width of the 3 lines (I’m not sure if this is what you need).
I hope this helps and let me know if you need any further assistance.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] replace default theme menuHey gorfeus.
Firstly thanks for downloading and using the plugin.
What you are after is exactly what the menu was designed to do.
You will need to find the outter most container of the other menu, get a unique class or ID from it or any other unique way of identifying it using CSS and then put this in the “CSS of menu to hide” option in the admin.
If you dont know CSS well or need help finding this information then please give me your site link and I will check it out for you.
Many thanks
Peter
Hey SmalliSax,
Great to hear that you have found the source of the issue!
Let me know of course if you need any further assistance.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] close menu and transitionsHey Daniel,
If you would like to use “left” positioning instead of right then you can simply use a larger right value.
For example:
Right 98% = Left 2%
Right 90% = Left 10%Please let me know how you get on with this
Many thanks
Peter