iPhone Menu not working

Posted in: Newspaper
Post count: 107

Hello team,

Firstly I just wanted to say “WOW!” for creating such an outstanding theme. I just recently purchased “Newspaper” to replace my client’s existing theme (which is utter rubbish). I’ve given you a well-deserved 5 stars on Theme forest.

Anyway, all look good so far, however I’ve noticed on my domain:

http://www.betasite05.co.uk/

1. On my iPhone 5, the navigation isn’t showing.

2. on my iPad, the “Shop” menu item doesn’t work. It’s on a page – not a # URL.

BTW – The site you see is for a REAL MAGAZINE publication and we’s love you to showcase it when live. (existing site is http://www.migrantwoman.com/ )

Post count: 555

I don’t think it’s the theme,because my site menu work with out issues on my anroid and iphone..it could be a plugin are some other issue on ur end that making urs not too work…

Post count: 14

@steven What is your site?

Post count: 555
Post count: 14

I figured out what the problem was. It was Supreme Shortcodes that was causing the mobile menu from not working.

If you are using Supreme Shortcodes uninstall and it should work.

Post count: 107

Hi there,

I see the short codes in the page dashboard, however I can’t see the plugin to deactivate. Where is it?

Many thanks for your help so far.

Ken

Post count: 555

@sum1noc glad u find the culprit,most of the them time when something stop working it have to do with a plugin,that’s why it’s best to check each plugin first before reporting a issue with the theme..

Post count: 107

hi, I can’t see the short code plugin in my plugins menu. How can I deactivate it?

Post count: 555

@webjump that plugin he bought on his own,it don’t come with the theme that’s why u don’t see it….

Post count: 107

Okay, I still need to see my mobile menu working. Do you want control panel access?

Post count: 555

@webjump you have to wait till tomorrow so a staff member can help you…they don’t work on the weekend..

Post count: 14

I agree @steven. The funny thing is, I have been using that plugin for awhile now and never had any problems. So of course, it wasn’t on my radar. I assumed it was the theme since others reported the same problem. I have to reach out to Supreme Shortcodes and report the issue with them.

Thanks for everyone collaborating and helping out. BTW – I like what you done with your site.

Post count: 14

@webjump, start looking at any of the plugins you have that were recently updated. For me, Supreme Shortcodes has been working well with my theme for months. I never thought their recent update was causing my problem.

Post count: 555

@sum1noc thx man

Post count: 107

Found the problem. When you disable the top menu, it disables the mobile menu also. Hope you can fix this in future versions.

Also, when you view in iPad portrait mode, the menu background does not cover the menu items. Please see:

http://www.betasite05.co.uk/

Do you have a bit of code to:

1. Create a little mobile menu (like your mobile menu).

2. Remove the sf-sub-indicator to make menus look cleaner.

Post count: 6600

Hi,

The disabling the top menu will not disable the mobile menu also, in your case this may be due to some plugins, please check this again.

1. Unfortunately that can’t be done easily, you can try to do it yourself if you like or you can hire a developer to do it for you.

2. Add this css in Theme Panel > Custom CSS to remove the menu items sub indicator:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: none !important;
}

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: none !important;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top: 48px !important;
}

Add this custom css if you want to style the menu for tablets:

@media (min-width: 768px) and (max-width: 1018px) {

.sf-menu li {
background: black;
}

.sf-menu > li > a {
z-index: 1 !important;
border-bottom: none !important;
}

.sf-menu ul .td-not-mega > a {
background: white;
z-index: 99999 !important;
}  
}

Hope this helps!
Thanks

Post count: 107

Hello Lucian,

Really impressed with the support from you guys – brilliant!

The mobile CSS is great, but the remove the menu items sub indicator CSS did not work.

Post count: 6600

Hi,

I have tested this on your site so it should work, also checked your site and seems to me it’s working fine, the css I gave you it’s for removing the pointing under the menu items when hovered.
please send me an image/screenshot pointing where and what are you referring too so I can help you.

Thanks

Post count: 107

Hi Lucian,

I’ve created a screenshot and highlighted it in green.

Many thanks for your patience my friend :))

http://www.betasite05.co.uk/wp-content/uploads/2014/08/Indicator.jpg

Post count: 555

@webjump here is the custom css code for what you want to removed..i’m using as well on my site so it work…. just add it in ur custom css box in the theme settings…

.sf-menu > li > a .sf-sub-indicator {
display: none;
}

  • This reply was modified 12 years by Steven.
Post count: 107

Thanks Steven for the code.

I initially placed the same CSS however it leaves gaps between the sf-sub-indicators

Thank you anyway :))

Post count: 6600

Hi,


@Steven
Thanks!


@webjump
You can use @Steven css, should work fine for you also.
Also I have misunderstood you so if you want back the pointing under the menu items when hovered http://screencast.com/t/KdVDEWPm you can remove the following css from custom css:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: none !important;
}

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}

.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: none !important;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top: 48px !important;
}

…this css removes the pointing under the menu items when hovered.

Sorry about this!
Thanks

Post count: 555

@webjump here is the other custom css code to removed the gaps between the sf-sub-indicators…

.sf-menu a.sf-with-ul {
padding-right: 11px !important;
}

Post count: 107

Hi Steven,

BRILLIANT – MEGA THANKS!!

Post count: 107

Hi Lucian,

All great and code is fab. Thanks for everything – loe the support at Tag Dev 10/10

Viewing 25 posts - 1 through 25 (of 29 total)
The forum ‘Newspaper’ is closed to new topics and replies.