Hi Rich,
It’s view change to more responsive layout. When viewing on iPhone it will show the Select Menu which is user friendly and also consume less space.
So it’s featured upgrade and sorry if that’s a problem for you. You need to change the css and also remove the js to do remove the select box.
Let me know how can I help you with?
Regards,
Sakin
Hi Sakin,
I understand the reasons behind it but I prefer the old menu format. Also for some reason on my iphone I am actually getting both types of menu appear which looks strange and messy.
Would you be able to send me instructions on how to revert back to the old style? What do you mean by I need to remove the “js”?
Regards
Rich
Hi Rich,
Can you contact us details by filling in the form in http://catchthemes.com
Regards,
Sakin
Hi Sakin,
I am having the same problem: http://drtest.byethost31.com/
When viewing the menu on a PC (tried across three different PC’s with different browsers and connections), there is a white drop down menu box embedded into the end of my primary menu?
Any help would be greatly appreciated. Thanks,
Perri
Hi Perri,
This issue has been fixed. You just need to update your theme to latest version. Currently Catch Box is version 1.4 but you are using Version 1.1.3.2.
Please update and refresh your browser and your problem will be fixed.
Regards,
Sakin
Sakin – I am unable to get the Catch Box Menu to display in iPhone. In Kindle it displays only in landscape mode. It works fine in laptops and desktops. Can you help? My site is here: http://www.thepaperjourneypress.com
Thanks
-Subir
@ncsubir: Looks like there is conflict with plugin for js http://thepaperjourneypress.com/wp-content/themes/catch-box/js/catchbox-menu.min.js . But your site only have few items in menu. So, you can add the following css in “Custom CSS” box in your Theme Options.
@media screen and (max-width: 767px) {
#branding ul.menu {
display: block;
}
}
Thanks again Sakin!
I just deactivated the WPAudio Plugin that was interfering with CatchBox Menu and now everything works like a charm. I did not even have to use the custom css you suggested above.
Thanks
-Subir
Hi
I have been working on a website using the catchbox theme (great theme by the way) and have been told by someone looking at the site that when looking at it on a narrow/minimised screen that the text runs under the pictures.
This is on pages that I have amended the theme to add a gallery on the side.
I am struggling to find how to fix this. Is it something that is particular to the css on the theme page or is it purely being caused by the gallery I have added?
Maybe I am being blind to figuring out how to fix this and it is something obvious. Any help appreciated.
Thanks
Alycea
@alyceahorth: there is problem in your child theme. You have added the gallery ID and not added it responsive css. Why are you adding gallery ID. why don’t you just add the gallery in the original sidebar. When you have edited the theme in this level we won’t be able to help you out as it’s beyond our code.
Just put the gallery in the slider and then it will be fine.