No search results were found in Documentation!
Hello,
The mobile theme will show the same menu style as the responsive mobile menu. It is just a different menu. You have to create a new menu or assign an existing one for the mobile template. There will be a new option in the menus section of wordpress.
The articles and categories will remain unchanged.
Thank you!
Thanks Simion, that worked perfectly on my laptop, but not on mobile. How to get it fixed on mobile too?
Also, i enter a css code after each update to remove a black flash in my menubar. Can i add the code also to the custom css field, so that i wont have to add it every time after each update?
This is the code:
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #fff !important;
height: 54px !important;
}
.header-search-wrap .td-icon-search {
color: #fff !important;
}
Hello,
Sorry but our theme does not have any option to show the desktop menu on mobile devices. There is no simple solution to disable the mobile menu. Sorry
Thanks.
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ <?php language_attributes(); ?>> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>
<div class=”td-outer-container”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
I tried the mobile plugin a while ago and saw that the website was faster, although you have to play more programming code to leave it to your liking, unlike the responsive version, in this case I have two doubts:
-In the responsive version, in the mobile version the menu is drop-down but I can not get it to be deployed in the mobile plugin, is there an option?
-And with respect to the meta title tags and meta description, H1 and H2 of the articles and categories, if the plugin is activated use the same as the web or do you have to configure them again?
Hello,
I wanted to keep the main menu in the mobile view without appearing the responsive hamburger menu.
How could he do it?
http://7televalencia.com/deportes-2018/
Thank you very much!
Hi,
I am new to using newspaper theme, i see that a small menu up blue icon comes up when ever i scroll down, if i click that it take me to top of the page. Its a cool feature, however the button does not come on mobile devices can any one please help my website is – http://www.lordofmarketing.com/
Hi there,
On my blog emprunter-malin.com, I am trying to change the mobile menu background color in #ffffff but I cannot find the code line to do so, please refer to this short VDO : http://www.screencast.com/t/SM8WY0F5chr.
Could you give me the code line ?
Thanks in advanced :).
Hello lukehodge,
You sohuld try using a bit of CSS code if you want to change the size of your logo.
The code is ->
@media (max-width: 1140px){
.td-main-menu-logo img {
max-width: 250px;
}
}
@media (max-width: 1140px){
.td-main-menu-logo img{
max-height: 60px!important;
}
}
Notice that we do not recommend to increase the size of that section because the logo can be easily broken. I suggest to load another logo size for the mobile version from Theme panel, clear all the caches and check the results. If you will check our demo, you will see good results in this case.
Thanks for your understanding!
Thanks Bogdan, the css worked for the reduction.
You can view the website at https://seemslegit.com.au/ and I would like to remove the now thinner bar of white space between the main menu/logo and big grid when you viewing on mobile devices if possible?
Hello,
I am using de BookClub demo, and since yesterday my logo on mobile was aboce the main menu.
Yesterday i uploaded a new logo with borders, and now it appears in the main menu. How can i change this ?
Thank you, and excuse my english i’m french !
Emilie
Hi,
@karaferwerda Simply disable the mobile theme plugin, then the same content from desktop will appear on mobile devices. The mobile theme plugin is not required, it is meant to be used when you want to display a different and simpler version of the website on mobile.
When used, content for pages has to be added via module editor
– https://www.screencast.com/t/eiqI3zTT5De1
– https://forum.tagdiv.com/the-mobile-theme/
Page builders cannot be used on mobile pages.
@crystalfox I believe you are referring to the mega-menu, this is not difficult to achieve. There is a guide you can follow
– https://forum.tagdiv.com/mega-menu/
Either create a mega-menu without sub-categories, or with sub-categories.
Let us know if you have further questions.
Thanks
Hello,
Sorry but the theme does not have such a feature available. The mobile version will show as many elements as it can based on the width but even 1 pixel even if not distinguished by the human eye can hold back a menu item from showing up in the filter. Sorry but there is no simple way of adding another item in the ajax filter.
Thanks.
Hi,
The issue with the mobile plugin menu functionality could be caused by plugins, theme modifications or customization, these are to blame in most cases. I would suggest as a quick test to deactivate all non-theme plugins, then clear all caching. Check if the mobile plugin works as it should.
The theme will count the post views by actual page views, each time the page is viewed it will be added to the counter. Try refreshing the post page and check if the number changes accordingly. If you have caching then enable this option in the theme panel
– https://forum.tagdiv.com/ajax-view-count/
Thanks
Hello,
The mobile theme features a separate menu. It will appear in the locations section of wordpress: https://www.screencast.com/t/0eTPS73w
As for the page content, you have to create separate page layouts using the second mobile editor now available on the page edit in the back-end.
Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
I have inspected the website, for me it is loading very fast. The images are loading fast as well. When it comes to page speed in general, there is always room for improvement. We recommend this caching plugin
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
These are some topics and tutorials which you could read and try the suggestions mentioned
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
There are many others here on the forum that you can follow, from experienced theme users.
To display socials in the footer social account links have to be entered in the theme panel social networks
– https://www.screencast.com/t/owIWb7hT
They should be displayed once entered there, in the footer as well as the mobile menu.
Thanks
https://www.dropbox.com/s/r6x6ugvclqyxwck/image1.png?dl=0
As seen in above screenshot, the Ajax item in the mobile version is only two. The other Ajax items are put under “More”.
In the desktop version, it is fine. Several Ajax items are able to display.
Is there a way I can put one more Ajax item in the menu title instead of hidden in the “More”? I believe there is enough space.
As seen in below screenshot:
https://www.dropbox.com/s/j6x5j5j3egdwqvc/image2.png?dl=0
Very strange, more Ajax items can be displayed in the menu title in this case.
Hi,
I wanted to find out how to:
1) Reduce the amount of white space below the main menu (so between the main menu and big grid I have underneath the main menu)
2) Wen viewing on mobile devices, I’d like to completely remove the white space below the main menu.
Could you please tell me how to do this?
When mobile theme plugin is active, the menu on mobile phone does not work. I need help to fix this ASAP
Also, the theme is not recording correct views as the views recorded does not correlate with what is on google analytics.
Hey there, I’m seriously having a hard time in configuring newspaper mobile theme. I just wanna show the pages of my website in mobile theme but it’s not showing. My question is can we configure separate mobile menu for the mobile theme, if yes can you please just help me how to do that?
I am having a hard time figuring out how to get my contributors tab and my shop products to show on mobile. I had this problem before with my other categories and what I did was change them in to menu to be custom links. When I did that with my contributor and shop tab it did not work. They are the only two that are not showing on mobile.
How do I get those pages to show on mobile too?
Thank you!
http://dollarmommyclub.com/contributors/
http://dollarmommyclub.com/shop/dollar-mommy-club-shirts/
Hello, the “Category header menu/buttons” and drop down menu, on my mobile site is not working. If I am viewing a list of posts inside a certain category, the site is showing other categories at the top of the category page I am viewing, next to the mobile menu block icon. However, these are not clickable. Nothing happens. And the drop down arrow does not work to see the other categories. Once I rotate my phone to landscape view, the other categories do appear, but still not clickable.


Hi,
Please provide a link to your website and I will try to give you a solution to display the top menu, on mobile. Note that the mobile theme must not be active, this will not be possible if it is.
Thanks
Hi,
This is unusual, for some reason the mobile menu and background are set to hidden, they are no visible while being there. This could be caused by a plugin conflict, the mobile theme is affected by caching plugins in some cases. I see you are using the rocket plugin, this could the one responsible. You could test that by deactivating it and clear the cache.
I could give you a code solution to make the menu visible and the search icon
– https://www.screencast.com/t/wVXpfZeiU
– https://www.screencast.com/t/88H1iAfgfSgA
But other issues may happen in the future. This is the code for this, enter it in Theme panel->Custom CSS if you decide to use it
#td-mobile-nav,
.td-menu-background {
visibility: visible!important;
}
@media (max-width: 767px) {
#td-header-search-button {
display: block;
}}
The theme does not have a search option like that, the only search would be the one implemented in the modal
– https://www.screencast.com/t/gEm8RbuHuu
This could only be achieved through a search plugin maybe, or manual implementation in the theme code and files.
Thanks
Hi,
yes, thats the current situation. And I want to show the ‘top menu’ also on mobile devices.
regards