- NewsmagMain menu
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hello TagDiv,
First of all I would like to convey my thanks for providing the Mobile Theme. It’s really very much helpful for everyone who loves to load faster the contents and all.
I would like to request some suggestion’s based upon my testing:
1) I think the related articles on the mobile theme for each post/article is not working properly. As of now I’m interested to list ‘Related Articles’ based upon the ‘tags’ which i used within the article/post.
2) On Mozilla browser (Smart Phone) their is some delay in loading the menu background. Hope you’ll check it.
Desktop error:
1) As on: Theme Panel > Footer > Sub Footer settings > Footer Copyright text
When we add 2016 Website Name within the provided box and after some days the is removing automatically and 2016 Website Name will only be presented within their.
Hope you’ll go through my findings.
Thanks!
I’ve fixed the mobile plugin issue – plugin conflict.
I still cannot figure out why the mobile menu is showing on a desktop and not on a smartphone.
They say to deactivate all your plugins, clear your cache and CDN files, and then go into the Theme Panel and click on the Save Settings button.
I tried all these options and it didn’t work. The only way I was able to make it work was by hiding it via CSS. That purple gradient is actually the Mobile Menu background.
Here is the CSS code that I used to hide that background on the Desktop and Tablet versions of the site, while still having it show for Mobile Phones.
/* -==========================- DESKTOP -==========================- */
@media only screen and (min-width:1024px) {
.td-menu-background:before { display: none; }
}
/* -==========================- TABLET -==========================- */
@media only screen and (min-width:640px) and (max-width:1023px) {
.td-menu-background:before { display: none; }
}
If using a Child theme or editing the main theme, place that CSS at the very bottom of the Stylesheet (style.css). Again, this was the only way I was able to remove it while still allowing it to work on phones. Hope this helps you.
As you can see…by hiding it on the desktop version, it no longer shows. https://i.imgsafe.org/ef2118f.jpg
-
This reply was modified 10 years by
beermoney. Reason: Add Screenshot
at first, very nice update 🙂
but we have a problem to set a background image for the mobile menu. We have tried different image sizes but there is no picture displayed.cache etc. we have already deactivated, but that did not help
what can we do?
the url is http://sumikai.com
Fatal error: Cannot redeclare class Mobile_Detect in /home/wp_tdm5kh/fortmyersbeach.news/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 29
I also have a new permanent mobile menu above the website after installing v.7.
Hello nurrohmat,
I have checked your website and I saw that your mobile menu is working as properly now. Please be careful in this case because I saw that you are using a lot of untested plugins which could interfere in theme and might generate a lot of unknown issues. I recommend you to use the theme only with our tested plugin for best results.
Thank you for your understanding!
the mobile menu that not show is solved. Just found in the theme panel. But the menus still can not access.
if i deactivated the mobile theme plugin i can access the menus menu.
Hi,
i was updated the theme to version 7. And i install mobile theme. But if i activated the mobile theme plugin i can not access this menu ( http://piixel.id/wp-admin/nav-menus.php). And the menu not show if i access my site with my phone.
Thanks,
Hi there,
both plugins, autoptimize and Above The Fold Optimization damage the new version 7. i had to deactivate them, otherwise there would be a strange behaviour of my site (showed a kind of mobile menu on desktop or some code before showing the page). Do you know abaout this behaviour, do you have a workaround or a hint, how to get manage this?
Beste Grüße, Frank
hi there,
would be great, if smartphone-user could choose with a click in the bottom-menu, if he wants to get the normal or the mobile view. are you planning this?
frank
Hi
V 2.3.6 is tested and mobile menu and search button works fine. You said that is a new install but after I looked on your test website where you have V 2.3.6 instilled I’ve seen a custom page structure which is not generated by the theme. This container breaks theme’s layout: http://screencast.com/t/svERL3plO so you have to adjust it’s style or remove it from page source.
Try to install the theme again and make sure you do a clean update. By this I mean that you have to delete previous install and upload new themes files via WordPress or vis ftp. Also deactivate all others plugins except Visual Composer and test the theme again, without making any changes in its code, or whiteout any additional plugins.
Thanks!
Hi Bogdan,
Thanks for following up. We’ve done the whole remove & reset all plugins thing – all working now in the back end so long as we activate and then deactivate the mobile theme, then the VC works as expected, but the order of elements on the admin page/post editor is all strange (ie the VC is pushed down the page, moving items like ‘page layout options’ and ‘homepage latest articles’ to the top of the page.
On the front end, we have the social counter at zero still (http://naturallyzimbabwean.com/) and we no longer have a unit without the cache refreshed to test/check whether the mobile menu is still showing on chrome. We haven’t had any comments from users yet today.
Thanks, Tim
Hi,
I have changed the icon to “fa-film”, which is already being used in “hollywood” menu. But still it does not appear in the mobile, whereas the icon was already and is still appearing in the “hollwood” menu.
I believe that the menu icon is not appearing, if it has any submenu items. In the site, “Bollywood” and “SouthZone” has submenus and “Hollywood” does not have any submenu. May be that is you the icon is appearing the “Hollywood” but not appearing in “Bollywood” and “SouthZone”.
Hi using a mobile device there are two menus displayed at the top.
I am using an iPhone 5. Also when scrolling down there is a grey space/gap between the menu and the article and it just keeps getting bigger as i scroll down (im guessing this is the header ad space)
How can i fix these issues?
my site is http://splashysplash.com thanks
I tried version 7 on my localhost and I saw mobile menu on desktop too. I just hit Ctrl + F5 and cleared caches. Problem solved for me.
I had the exact same issue this morning when I updated to v7.0. I couldn’t for the life of me figure out what the heck this gradient bar was on the left side of the screen. I hid it via CSS, and then figured out about an hour later that this was the background for the new mobile menu. I ended up just adjusting my CSS as I couldn’t figure out as to why this was showing on the Desktop version. Here is what I used in the CSS of my Child theme:
/* -==========================- DESKTOP -==========================- */
@media only screen and (min-width:1024px) {
.td-menu-background:before { display: none; }
}
/* -==========================- TABLET -==========================- */
@media only screen and (min-width:640px) and (max-width:1023px) {
.td-menu-background:before { display: none; }
}
This hid the menu from showing up on the Desktop and Tablet versions of the site, but still showed up on the Mobile Phone version. If you don’t want it hid on the tablet version, then just leave that out and just use the top section for Desktops. This was the only way that I could figure out how to remove it as I couldn’t find any info on it.
or if there is a way to fix the mobile menu on 2.3.6 will be great.
This is the same problem for me – I thought an Ubermenu problem – but installed on staging and the problem is still there – v7 loads the mobile menu on desktop vertically not horizontally
we have an issue on version7
mobile menue appear above header on desktop version
Hello!
How can I change gradient position in the mobile menu? For example, I want to make 2nd color located a bit lower than now.
Thanks.
I’ve updated to Newspaper 7 and for some reason the website is showing expanded mobile menu on all the pages. I’ve searched the forum, based on your tips, I deactivated all plugins except visual composer, cleared cache and still it is showing. Our site:http://techiewheels.com Pls help
Hi,
I’ve activated the menu mobile plugin and also had enabled the mobile theme thru the theme panel but it didn’t come out as expected. Is there any other setting that i missed out?
http://mobiletest.me/iphone_5_emulator/?u=http://www.aktifje.com
Thank you for your kind words and appreciation. We are happy to see customers pleased with our work. The mobile menu works in it’s current state (1.0). We will add more and more features to it in the future, but at the moment the options for it are still limited.
Thank you!
Hello,
The mobile theme content cannot be customized. It is posted automatically in order to provide optimal speed for mobile phone users. IT behaves exactly as a category page, where you have a grid and latest articles. There are no options for these modules to customize. The only options for the mobile theme can be found here: http://screencast.com/t/UtWRuX9CA
If you want to have the previous version of mobile, you can deactivate the mobile theme plugin and then the desktop version will display as it did in newspaper 6. (the new menu will still work though)
Thank you!