peterfeatherstone
Forum Replies Created
-
Forum: Reviews
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Good, but some small bugsHi Juergem,
Please open a support request and we will look at fixing the bugs you have mentioned (and maybe get up to 5 stars).
In regard the menus that you can select, these have to be setup inside the “Apperance > Menus” section of your admin. Unfortunately, some themes have their own ways of creating menus and as such won’t be able to be detected by my plugin.
In terms of the click button image, I will take a look at this for you but I believe this is the correct functionality.
Many thanks
Peter
Hi moxy,
I believe the settings are being saved now.
Please can you check and confirm and let me know.
Many thanks
Peter
Hi Chris,
In your styles.css file on line 1425 you have loads of styles related to
.sub-menu, please change this to#menu-primary-top-nav .sub-menuand the sub menus will show up perfectly.Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu in slide-out not showingHi theresa,
A pleasure to help! Let me know how you get on.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu Not ShowingHi brianastute,
Please open a new support request in the main forum so I can take a look.
Many thanks
Peter
Hi Justin,
When using the shortcode it does require you creating some overwriting styles.
For example you will need to create styles in your themes style.css file that will overwrite the positioning from absolute or fixed to relative or similar.
I would advise you to play around with this until you get your desired output.
Many thanks
Peter
Hi Faramarz,
My plugin doesn’t use a specific version of jQuery, it just makes sure that the version bundled with the WordPress version is included, which in your case is 1.11.1.
What console errors are you getting? Also is it defining any of it’s own javascript and is it doing so in no conflicts mode?
These are all things you will need to check and fix to allow them both work together.
Unfortunately I don’t know the plugin you are using and don’t have a URL to your site so can’t comment further.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu is EmptyHi there,
For some reason you have the following inside your styles.css file on line 2928:
.responsive-menu { display: none; }Please remove this and you will see all the items correctly.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] accordion menuHi hossein,
The accordion animation stuff is still in beta version and currently only works on the first level items and it’s not possible to close up the current item.
This is a known bug and will be worked on for future versions.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Installation problem in WPHi djdoc,
You don’t need to do anything extra unless you have ticked the “Use Shortcode” option.
Please check that you have the wp_head() and wp_footer() calls in your header.php and footer.php files.
If all the above doesn’t help then please provide me with a URL and I will take a look for you.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] With fancyboxHi there,
Please add the following to your styles.css file:
#responsive-menu { z-index: 5 !important; }Many thanks
Peter
Hi jdalen,
It would be possible to use my plugin to create that effect, however you would need to overwrite quite a few styles yourself in your style.css theme file.
The options to set in the plugin would be to use 100% width, set a menu breakpoint width to something huge (like 8000) and then select animate from the top.
From here, you will need to either create a few custom styles yourself to get it to look exactly like the example above or hire a developer to do this for you as it is beyond the scope of these forums or the plugin itself.
I hope this points you in the right direction.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Main menu IDHi Balazs,
Please add the following:
.menu-box-wrapperMany thanks
Peter
Hi guys,
This topic is marked as resolved, as such please open seperate support requests for your issues individually so I can dedicate the time to them.
Many thanks
Peter
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu in slide-out not showingHi there,
On line 1620 of your styles.css file you have the following:
.responsive-menu { display: none; }I’m not sure why you have this but please remove this and it will show up again.
Many thanks
Peter