peterfeatherstone
Forum Replies Created
-
Hey muz,
Great news that you’ve got it working now!
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sort of working….but now…Hi Jeremy,
Great news that the other plug-in worked for you first time. Thats the beauty of Open Source, so many options!
The only thing I was going to suggest was that your breakpoint width may be set too low, however I can’t check this now as the plugin has been installed.
If you decide to try my plugin again then let me know and I’ll check it out for you, if not its good that the other one works for you, as that is the end goal.
Many thanks
Peter
Hi Sarnim,
Ive just checked your site on landscape and portrait view on my iPhone and it works perfectly.
Can you please check again or let me know which mobile you are experiencing problems with.
The only other option I can think of may be that your breakpoint width value may be too small.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Logged In Users Only?Hi KTS,
Great news and glad I could help!
Many thanks
Peter
Hi muz,
It seems the best way would be to create a media query in your main CSS theme that will fire at the same time as your menu to create a padding on the top of the page so that it pushes it all down. For example:
@media only screen and ( min-width : 0px ) and ( max-width : 600px ){ #mam-main { padding-top: 50px; } }Let me know how you get on with that.
Many thanks
Peter
Hi Sarnim,
In that case you will need to include the suggested metaport view tag to your site. Simply paste the following into the head of your site:
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' />This will be in the header.php file of your wordpress theme.
Try this and let me know how you get on.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Logged In Users Only?Hi KTS,
I just took a look at this and you are correct this works and it is not visible however the best way would to be to remove it completely so people that know what they are doing can’t access it.
I have just tested the following which you can add to your functions.php file in your theme and will only include the menu when a user is logged in:
if( !is_user_logged_in() ) { remove_action( 'wp_footer', array( 'ResponsiveMenu', 'displayMenuHtml' ) ); }This is probably the best option as it means that the HTML itself is not included at all so can’t be accessed.
Please let me know if this works for you and if you experience any issues with this.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu Depth Beyond 3 Levels?Hi there,
Unfortunately I can’t give a date as I work a full time job at the same time as trying to maintain and update the plugin, answer support requests etc. so I don’t have much time as I’d wish to work on it.
However, it is quite a simple change so you could “hack” the plug-in temporarily until the next version is released if you wish.
Many thanks
Peter
Hi Sarnim,
You can safely ignore this.
It is only a guide more than anything else. Alot of shared servers dont allow the function call so it will always fail on these systems.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Logged In Users Only?Hi KTS,
It would be possible by hacking the plugin to only include using the
is_user_logged_in()function.I’m not sure if there is a plug-in that only includes specific plug-ns when logged in or not that you could use instead, however I can add this feature to the development list if you wish.
Many thanks
Peter
Hi MG,
This is probably something I can look at implementing in a future version.
I can’t give you an exact date as there is quite a lot on the development list but I will certainly look at it.
Many thanks
Peter
Hi mcurrale and cydar,
If you are still having problems can you please provide me with admin access to your WordPress sites so I can take a look at this for you.
You can email them to me at hello@peterfeatherstone.com
Many thanks
Peter
Hi muz,
Could you please provide a link to your site as it didn’t seem to be included in your post.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu does not show upHi Sithon,
I am looking on your site and can’t see it installed at all.
Can you please make sure that you have the wp_head() and wp_footer() function calls inside your header.php and footer.php files.
Many thanks
Peter
Hi cokeyblokey,
Correct!
The plug-in only makes responsive the menu of your choosing.
The shortcode will be to enable users to create more than one responsive menu which is kind of the opposite question as yours!
Great you got it working and thanks for using.
Many thanks
Peter