- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Hello,
If you want to add some Ads to your Mobile Theme, you should check the special fields from the Theme panel, regarding on mobile theme, like this -> http://screencast.com/t/BZG9dRtqaVW
Hope this helps!
Thanks for the message!
Hello
I love your Newspaper theme but cannot, despite my trying to find solutions on the forum or via the documentation, seem to find the right CSS code or setting in the Theme Panel to resize my logo on the desktop browser or mobile browser. Please help!
Help! My installation is going crazy!
I had the “Newspaper -> News Magazine” installed and it was working fine. I then started to play around with other themes and installed the “Newspaper -> Local News” theme. For some stange reason article posts are being inserted automatically into my database! I don’t know how! I have reverted back to “Newspaper -> News Magazine”. I haven’t got any feeds installed to import articles. I haven’t set up any rss import feeds. I only have “tagdiv mobile theme”, “tagdiv social counter”, and “wpbakery visual composer” plugins installed.
What is going on???
Regards,
Neil.
Hello, I need to change the display size breakpoint for mobile view of the main menu. I have people complaining about the menu spilling over when they have their browser too small.
Hi,
I am useing Vr7.5.
Can you disable Mobile theme and can display the same theme as PC?
Yuki
Thanks Catalin.
I got the root cause . I have added Google mobile AD .That is causing the error.
It works fine after removing .
Please suggest me where should I put ad sense for mobile in the theme
Hello,
I tested your site but could not see the mobile menu crash. It worked as expected. Please test again and provide more details to your request so I can better understand it. Please also test on a different machine.
Thanks.
Dear Support Team,
ive recently purchased the Newspaper Theme. Thanks for such a wonderfull Theme.
Each time when i click drop down button on Menu in Mobile. The websitre Crashes. Kindly Help me out.
url :mangalorediary.in
Hello Fitlogy.com,
Please try to make a new clean install or also, make there a new sub-domain where you should install the latest version of the theme with the latest version of required plugins, without any additional customizations. Notice that our theme is mobile friendly as you can see in our demo here -> http://demo.tagdiv.com/newspaper/ If you are using some untested plugins, please try to disable all of these and install only the required plugins and rule out any conflicts. Check your customizations and try to revert the theme to the default state and check the results. Also, you can try using our mobile theme concept according to our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks for your understanding!
Hello,
This looks like a caching issue related to the mobile theme. Please disable the mobile theme plugin and test again. We only recommend wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/ and for cdn: https://forum.tagdiv.com/cloudflare-cdn/
Also please cotact your host and ask if there is any host related cache as that can influence the theme as well.
Plugins can also cause these issues so please disable all plugins except visual composer, clear cache and rest cdn files if you use it.
If you use a child theme, switch to the main theme to test the posts again.
Thank you!
My site is not mobile friendly any more.
It was working fine last month.I have not installed any plugin since last month.
Here is the mobile view.It is showing same like desktop.(It should be displayed as mobile view)
http://screencast.com/t/9kWksdbB6L2
Can any one please advice.
Hello vanessadealmeida,
If you want to disable the Instagram Block only for mobile, you should use a bit of CSS to hide it. You should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media(max-width:767px){
.td-instagram-main{
display:none;
}
}
Please notice that if you will use the Mobile Theme plugin, the Instagram will not be rendered for mobile.
Thanks for your understanding!
Fixed. Thanks.
.td-mobile-footer-wrap {
display: none;
}
Hello Support, how do I remove this footer from the mobile theme?

https://www.dropbox.com/s/1l5nlwlah5h7vmp/Screenshot_2016-11-21-14-31-30-1.jpg?dl=0
Catalin,
Actually, I don’t understand at all. And, I don’t think you understood my question either.
I am not using the mobile theme. I deactivated it, when it did not work, either. What I am saying is that the newspaper theme is not responsive on my blog, at all. I cannot get it to show blog posts on a mobile device (with or without the mobile theme.)
When I setup the newspaper theme, when customizing it, I selected static post, then selected “Home” for front page. For post page, I selected “blog”.
With visual composer, I edited the page called “home.” Do I have to edit also the page called “blog”? I think this is the problem.
Somehow mobile devices are not able to read the “blog” posts.
Finally, I’ve been reading through the forum, and I notice you tend to give the same answers over and over again, without really trying to understand the issue at hand. I hope you’ll take the time here, to help me figure out what is wrong, and how to fix it.
I have a page with 4 Widgets next to each other, I use Visual Composer to display these widgets:
http://www.screencast.com/t/o1JKdMUL
The page works perfect on Desktop, Mobile and Tablet Landscape, but on Tablet Portrait the widgets are getting too small. I tried to change the responsive options for Tablet Portrait to display just 1 or 2 widgets next to each other (inherit from mobile), but this doesn’t seem to work. Nothing changed.
Am I doing something wrong or is this not possible?
What remove Instagram in mobile footer?
Hello laurena86,
You can try the code below and place it in Theme panel->Custom CSS area.
@media (max-width: 767px){
.td-header-main-menu {
height: 120px;
}
}
@media (max-width: 767px){
.td-main-menu-logo img {
max-height: 100px !important;
width: 200px;
top: 60px;
}
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
padding-top: 35px;
}
}
@media (max-width: 767px){
#td-top-mobile-toggle{
top:35px;
}
}
The result -> http://screencast.com/t/BqesKyKxQI
Thanks.
Hello Catalin,
I just put “mysite.com” as a dummy domain name, it’s not my real site.
On my mobile phone, there’s a broken image. When I copy the source, it’s as follow:
http://www.mysite.com/images/no-thumb/td_265x198.png
There’s such no directory structure like this.
Instead the directory structure is:
http://www.mysite.com/wp-content/themes/Newspaper/images/no-thumb/images/no-thumb/td_265x198.png
Why is it referencing the directory structure incorrectly in the first link structure above?
Thanks
JR
Hello vachos,
Regarding on your firs request, please notice that above I gave you a solution in this regard, like this -> https://forum.tagdiv.com/topic/megamenu-exclude-2nd-level-subcategories/ and for your second request, if you want to have another menu on mobile you should use the mobile theme plugin because this allows you a way to have another menu than your desktop version, like this -> http://screencast.com/t/gtK4Ya0kns8.
Thanks for the message!
Hello,
Please follow this topic as it could be the wp super cache issue affecting your mobile theme:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/
Thank you!
Hello Goodmomusic,
I suppose that you do not understand very good how mobile theme works, right? So, please notice that this theme concept intend to display a Big Grid feature at the top of homepage which shows the posts which are included in Featured category, then will show a text which you added in Mobile Editor in Visual Composer from backend and at the very bottom of the page you will bring the Latest Articles module. Please keep in mind that the Mobile Theme do not recognize the Visual Composer shortcode and that’s why you did not get the demo style for mobile theme. So, for more information about our mobile theme, please check the documentation here -> https://forum.tagdiv.com/the-mobile-theme/ If you are unhappy with this layout, and if you want to have the similar structure with our demo mobile, you will simply turn off the mobile plugin and the theme will be automatically switched to the general responsive mobile mode.
Thanks for your understanding!
Hello Catalin
On my mobile phone, there’s a broken image. When I copy the source, it’s as follow:
http://www.mysite.com/images/no-thumb/td_265x198.png
There’s such no directory structure like this.
Instead the directory structure is:
http://www.mysite.com/wp-content/themes/Newspaper/images/no-thumb/images/no-thumb/td_265x198.png
Why is it referencing the directory structure incorrectly in the first link structure above?
Thanks
JR
Hello insomniac79,
Please notice that the mobile theme is fully compatible with the theme. This type of errors maybe appears if you have some server cache and if you are using the CDN system. Please try to purge all your CDN files, clear all your caches and request to your hosting provider to clear all the server caches if you do not have any permission in this regard and then check the results.
Also, if you are using some untested plugins, ple3ase try to disable all of them and install only that come bundled with the theme packet and rule out any conflicting plugins.
Hope this helps and let us know how it goes!
Thanks for the message!
hi thanks for reply,
so you can not give me some simple modification to dont show the second sub catergory?
maybe its more simple to load different menu in mobile can i do that with simple code?
thank you for your time