- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
The favicon should be *theoretically* set universally. However, I’m looking at Hostgator’s logo (my hosting provider) when I check the favicon for mobile via Google Chrome browser.
How do I set the favicon for the mobile then?
Hi,
If you are using the mobile theme plugin this has predefined templates for the smart list. There is only one smart list template available and will be displayed regardless of the smart list style you have set on desktop. If you would like to have the same content and style on mobile like the desktop, you can deactivate the mobile theme plugin. The theme has a full responsive design and will adapt to every screen size, with the best results.
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
If you want to modify the Signin/Join functionality in the mobile menu of the mobile theme, you can make your modifications in this file where the links are defined
– https://www.screencast.com/t/rTX7uu0V
Or maybe you want to add a link in the login section, you could do it by inserting it like this for example
– https://www.screencast.com/t/ualP4A9G
The link will appear in the login section – https://www.screencast.com/t/lqhJVtdcCb
You could wrap it in a div if you want and style it further. Please correct me if I misunderstand what you wanted.
Thanks
Hello utrinskokafe,
Unfortunately, the mobile responsive cannot be deactivated from mobile devices, sorry! The theme is fully responsive and has not been designed to have the same layout which is present n desktop, sorry! This is not a good option, sorry! If you want to change the theme structure you should the theme core files and make your desired changes. Also, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hello jorgeraidel,
I guess that you are referring to the left vertical menu, right? Please keep in mind that our theme does not have any such an option that allows you to add this functionality at your main menu bar, sorry! If you want to have this feature, you should implement it yourself because we cannot provide custom services at the moment, sorry! This kind of menu is available only for mobile devices, as you can see in our demo preview here -> https://demo.tagdiv.com/newspaper/ -> https://www.screencast.com/t/99ndS52YZs
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry! Usually, we recommend the developers from the studio. envato.com
Thanks for your understanding!
Hi,
For mobile you can do it like this – https://www.screencast.com/t/Rj7RiivsSYlB
Please try the code provided below in the mobile theme css section, and it should work properly
.home .td-a-rec-id-header_mob {
display: none;
}
Thanks
Hi,
I desperately need help on rectifying an error I seem to have made in my editor.
The following is the code for http://www.rousingthekop.com
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<meta name=”google-site-verification” content=”Sqc5Zv21aAPEJSdC00z8_XXjiIr1IXXOS2me030c7lM” />
<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’ ); ?>” />
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 ?>
<?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
Hello Jose,
Yes, you can insert the code in the Custom Box area from Mobile theme but you should add the !important tag, like this -> https://www.screencast.com/t/CaZRVogk
Thanks for your message!
Hi,
I did that but I did not save the file, everything works now however. I have inspected the website, and I have seen the problem. The menu on mobile is created and has elements that are directly dependent on a particular side. Probably these need to be reversed in order to work in this situation. Setting a different position value for the menu seems to fix this problem – https://www.screencast.com/t/4jVHpDso0Nv
Maybe you will need to make other modifications, like the menu and search icons that need positioning. I do not know exactly how they should be in this style.
Try entering this code for the menu in Theme panel->Custom Css and see if this works for you
#td-mobile-nav {
position: fixed;
}
Thanks
Hi,
If you only want to remove the login from the mobile menu, you will have to use css to do it. Removing it from the whole site can be done from the theme panel: https://www.screencast.com/t/sRmRx3uh6g
For the mobile menu only, you will need to add this css code in the theme panel-> custom css box or if you use the mobile theme, add it in the mobile theme section of the theme paenl under custom code:
@media(max-width:767px){
.td-menu-login-section{
display:none!important;
}}
Thank you!
Hi,
The grid that is displayed on mobile when using the mobile theme is predefined and will pick posts from the featured category. It is not the same grid from desktop, and does not use the same filtering. Please make sure the posts you are creating and publishing are also assigned the featured category
– https://forum.tagdiv.com/featured-posts-2/
If you want the same content from desktop to display on mobile you must deactivate the mobile theme plugin. You could set the featured category for more posts at once if you want them to display in the grid on mobile
– https://www.screencast.com/t/Y96SxkGBy
More information about the mobile theme, the available options and how it works here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hello
If you do not use the Mobile Theme, you should change the image of your menu from here -> https://www.screencast.com/t/IiQLFzCWmG
Thanks for your understanding!
Hello, i have education website with Newspaper theme. Its really op theme but when i check site from mobile, i see old news on grids (Big Grid 6) on homepage.
http://www.gribilge.com (grid different on mobile and pc)
On mobile version it shows really old articles like 2-3 years old.
I don’t have this option in my panel.
The last one is Misc > Import/Export
I can’t see Plugins Settings > Mobile Theme
Thanks
Hello utzgurx,
There is an option for it in Theme panel. So, if you want to change the mobile menu background yo should do it from here -> https://www.screencast.com/t/A3pm1fZY
Thanks for your understanding!
Hello eministud,
Please provide your website so I can take a closer look at it and also, so I will be able to provide a more accurate response. Our mobile theme should work as expected and it is tested with the entire theme. I suggest you making a new clean install from scratch, via FTP way and then, install only the plugins that come bundled with the theme core files and rule out any conflicting plugins. For more information about this feature, please consult our documentation, like here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for your understanding!
Hello,
This issue is caused due to many complex elements on your site. That causes a very high load in the serve. In this case you will simply need better hosting so all the complex elements can be supported by it. Visual composer is known to be slow and demanding and that is why people tend to find different page builder solutions. Our own page builder does not present a risk as you say as it’s developed by us not a third party. We are working hard on the page builder and it will become a very powerful tool.
Now for a solution to your ajax problem. The first one would be jot to use too many different blocks on your homepage. Using more different blocks will cause a higher load. You seem to use lots of different blocks on your homepage. Make the homepage simpler with no more than 4 blocks if your hosting cannot handle a larger number on high traffic spikes.
To reduce ajax calls, simply remove some of the pagination and ajax filters on your blocks. For mobile users, one solution could be the mobile theme plugin: https://forum.tagdiv.com/the-mobile-theme/
And last but not least, check your plugins as they slow down the site radically. You also have lots of js errors in your console most likely due to plugins or customization.
Thank you!
Just installed newspaper in a site under a multisite config
Get this msg when U access from mobile
“”The mobile theme path couldn’t be set. Please check if you already have another mobile theme plugin active and disable it (ex. Jetpack Mobile Theme or similar). If you use a cache plugin clear it before checking the results.
I have disabled the Jetpack plugin from the site and flushed the cache
There are no others themes in the sub site
What am I missing ? Help appreciated !
Hello,
That is why the mobile theme was built, to provide more page speed. Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Seems that you not even sure that this is what really causing the issue, but jumping to the easiest conclusion for you.
You claim to have a superb support, but in this case it doesnt sound like you want to help.
I have an issue with my theme, i disabled all the plugins, and the issue persist…i suggested it might be an RTL issue, and without checking you send me to get a refund?!
Its not necessary an RTL issue, as it has to do with the mobile menu showing on desktop and auto open on mobile, it could be JS issues, it could be other causes, I would expect you to at least take a look before sending me off.
I will really appreciate if you can consider supporting my issue, at least looking at it, and maybe, just maybe going extra “mile” to help me resolve it, after all I am a paying customer, for a #1 theme with great support.
Thank you in advance
Hello,
I found this, along with similar posts, while trying to achieve the same: The mobile menu instead of the full/mega menu on portrait tablet view.
I believe I’ve found a solution which I’d like to share, I have added the following code to my child theme:
@media (max-width: 1018px) {
#td-outer-wrap {
overflow: auto;
margin: auto;
width: 100%;
-webkit-transition: transform 0.7s ease;
-moz-transition: transform 0.7s ease;
-o-transition: transform 0.7s ease;
transition: transform 0.7s ease;
-webkit-transform-origin: 50% 200px 0;
-moz-transform-origin: 50% 200px 0;
-o-transform-origin: 50% 200px 0;
transform-origin: 50% 200px 0;
}
}
@media (max-width: 1018px) {
#td-top-mobile-toggle {
display: inline-block;
position: relative;
}
}
@media (max-width: 1018px) {
.admin-bar #td-mobile-nav {
padding-top: 46px;
}
}
@media (max-width: 1018px) {
#td-header-menu .menu-mega-topics-container{
display:none;
}
}
}
I’ve yet to test this very extensively, so if anyone uses this and identifies any issues, please share.
I hope it helps.
Thanks.
Hi,
That could be what is causing this problem. We have not tested the theme with RTL direction, modifications in this matter could cause these unexpected results. The theme style and other functions may not work properly under these conditions, including the mobile menu. We cannot provide any RTL solution sorry. If you find that you cannot use our theme properly because of the missing RTL functionality, we will be able to provide a refund as our theme is not RTL compatible.
Thanks
Hi,
That is not supposed to happen. This could be the result of some problematic plugins, you could try to disable all of them, except Visual composer and the mobile theme plugin if you are using it, clear any caching installed then test again. Also check any custom code that you might have entered in theme panel, added directly to the theme files or modifications through a child theme.
These kind of issues are usually caused by plugins or modifications to the theme. If you already tried the suggestions mentioned above, please provide a link to your website so we can take a look.
Thanks
I have an issue with the theme.
The mobile menu seems to be always “half” open, so when i initially open the homepage on mobile it shows this way:
https://gyazo.com/ea75baf799d0e6fc75f7e4ff811ef0b7
and when i click on the “X” it becomes like this:
https://gyazo.com/e202114d4e9bbd2d059cdb7d74e581fd
on the desktop on the other hand, the mobile menu is not visible, but it is in the source, and therefore creating a wide white space in the page:
https://www.screencast.com/t/k8WTvxJfA
please assist.
Hello,
Sorry but the mobile theme homepage cannot be edited. It is a predefined template that does not use visual composer so you cannot add block elements. sorry. If you need to have block elements on your mobile site, you will have to disable the mobile theme plugin as the theme is already responsive without the plugin. The mobile theme plugin adds more speed but limits the theme to standard templates without the use of visual composer.
Thank you!