- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- 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
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
Hi
There is no much we can’t do in this regard as the images loaded on mobile are the same as on desktop. A possible solution would be to increase the thumbs sizes but this may affect page’s layout in some cases. To increase the thumb size you have to edit td_config.php and increase the indicated values for each thumb used on the page: http://screencast.com/t/I3pS7B8kt2l
You can also try a plugin like Retina 2x which increase the image resolution for mobile. From our reports this plugin works fine with the theme.
Thanks!
Hi Guys,
Great theme, love it so far!
I have just bought Newspaper 7 and have som initial issues.
1) Can I remove “Latest articles”-section from the buttom of the front page, so the page just “stops” after the visual composer content? If yes, can you please tell me how?
2) When I’m trying to install tagDiv Mobile Theme I get the following message?
Fatal error: Cannot declare class Mobile_Detect, because the name is already in use in /var/www/mydailycommute.dk/public_html/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 28
Thanks guys 🙂
Daniel, Denmark
Hello paolo7873,
If you want to change the logo for your mobile, please notice that you can change it from Theme panel->Logo section, like this -> http://screencast.com/t/3uUDdFAyE
Thanks.
Hello,
The gradient was only added for the mobile menu, but there is a css trick to do it for the main menu as well.
Please use this code:
.td-header-wrap .td-header-menu-wrap-full{
background: red; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
background: linear-gradient(red, yellow); /* Standard syntax */
}
I set the colors to red and yellow, but you can change these to the ones you like. Just add the code in the theme panel->custom css box.
Result: http://screencast.com/t/2hCJXMcRR
Thank you!
Hello colecoboy84,
If you want to edit the sharing button to your mobile theme, you will have to alter the code from the td_module_single_mob.php core file, like this -> http://screencast.com/t/2ZaPrQFGx
Thanks for your understanding!
I found a similar post and fixed the issue. Didn’t know mobile feature was turned on with NewsPaper7.
For anyone else with this issue read this and turn off mobile theme – https://forum.tagdiv.com/topic/with-7-0-version-smartphone-not-shown-pages/
-
This reply was modified 10 years by
amorpeth.
Hello,
I do not know how this feature happend but I need this really!! It is very important for our site.
In mobile menu I can add the feature “BACKGROUND GRADIENT COLOR”
https://abload.de/img/unbenannt9xu26.png You can see that the colours have a flow effect and they go from dark to bright. Is it possible to add the funtion in the main menu?
If not, please add this option to the theme! This is very necessary !
https://abload.de/img/unbenannt54ui0.png
thanks
Hi, i like your theme and the outcome on desktop is perfect.
But i found that once i using mobile, the feature image show on front page is low resolution, how can i fix it?
Please help
my site: http://insolenews.com/
Thanks! What file should I edit to add a sharing button to the mobile theme?
Hello Glitched,
I have checked your website and I saw that your toggle mobile menu it is not had any reaction. I suspect this issue come from your untested plugins which you are using on your side, though. -> http://screencast.com/t/Uj4ZCsEkWOb Please try again to remove ALL your untested plugins, leave just Visual Composer to active, clear all your caches, purge CDN file if you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please notice that the theme is fully tested and works as properly. You can do a test with our demo preview and check the results n mobile mode, like this -> http://demo.tagdiv.com/newspaper/
Hope this helps and let us know how it goes!
Thanks for oyur understanding!
Hello TagDiv,
My site (www.glitched.co.uk) is no longer running JQuery on Mobile?
The mobile toggle or mobile search is not activating on mobile devices.
I have re-installed the theme, deactivated all plugins and re-activated them and the theme will still not register the action.
What can I do to fix this?
Thanks,
Hello,
This is just the 1.0 version of the mobile theme. It will have more options in the future. This primary version is the testing version so we can see if it caches on and if users like/use it. if it will grow in popularity, it will certainly be improved and updated.
Thank you!
Hello amorpeth,
Please notice that this type of message appears when you switch the theme and your menu is not set it from your panel. So, your will have to go in Theme panel>Mobile Theme->Mobile Settings and select from there your desired menu, like this -> http://screencast.com/t/xj8atUnM1e6X
Thanks for your understanding!
Hello,
This happens because of the mobile theme. Every page has to be created again for mobile as well. There is a second editor in the back-end for pages called a mobile editor. if this is empty and no content added inside it, then there will be nothing to display on mobile. Please follow this link to learn more about the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello szedmaktom,
Please notice that in our theme is optimized only the logo for Retina Display and not the thumbnail images. Also, this effect appears only in mobile mode for module 17. As you can see, the image was cropped to the 696*385 px (as original size) and then, for mobile version this image will be increased with a bit of CSS code, like so -> http://screencast.com/t/1AqsvEEOIMJi and this will lose a bit of quality. So, this is the normal theme behaviour in this case and this was a developer decision to do that. If you do not like this, you will have to change the block/the module. The theme does not have images optimize for Retina logo because in this case it should load 2 different images (one for desktop mode and another one for Retina logo) and this would affect server memory.
Thaks for your understanding!
I’ve seen a number of people asking how to add LinkedIn and StumbleUpon sharing buttons to the theme. I managed to add both using/adapting some tips here on the forum, and with that I was able to ditch the sharing plugin I’d been using.

I could still use help with a couple of things, but first I’ll share the steps I used to add these buttons:
1. Adding this code to td_module_php for LinkedIn:
<a>title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&source=' . urlencode(get_bloginfo('name')) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="fa fa-linkedin"></i></a>
And for StumbleUpon:
<a>title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . ' - ' . urlencode( esc_url( get_permalink() ) ) . '" ><i class="fa fa-stumbleupon"></i></a>
2. Adding Font Awesome 4 Menus
3. Adding this custom CSS:
.td-social-linkedin{
margin-left:8px;
background-color:
#006699!important;;
}
.td-social-stumbleupon{
margin-left:8px;
background-color:
#eb4823!important;;
}
Now here’s what I could use help with:
1. How to have Stumbleupon sharing open a new dialog rather than taking users out of the site?
2. Left spacing for Stumbleupon button is uneven – I wasn’t able to fix that by decreasing the left spacing via CSS
3. Which files should I tweak to add these buttons to the bottom sharing bar and the mobile theme?
Thanks in advance!
Thanks Bogdan – this one is beyond my skills.
I love the simplicity of the mobile theme (that’s pretty much the whole point of a mobile theme), so I’m not going to ask you to start bloating it up with all kinds of options. But other mobile solutions (for example, WPtouch) offer the ability to exclude categories from mobile, so I’d suggest that option is worth considering.
Thanks again!
Hello Jose,
Unfortunately, the footer size for the mobile theme cannot be changed very easy because it is displayed in 2 different spans and could not be moved. As you can see, the same layout it displayed and for our demo version, like so -> http://screencast.com/t/lT0UVmaqTGfM If you want to change this, please notice that this is not a simple task and require to make some additional customizations through code that involves custom work and we cannot provide this type of services at the moment, sorry!
Thanks for your understanding!
Hi Support,
please check this url: http://vira.hu/
Thumbnail images are in good quality and sharp on mobile phones like Galaxy S4.
On this url however: http://vira.hu/uj-cimoldal/
Thumbnail images (especially smaller thumbnails) are not sharp, so it is clear that it is not optimized for Retina displays.
Is it possible to solve this issue somehow?
The new mobile theme is not an option, I would like to customize the page better.
Thanks & Regards,
szedmaktom
Hello,
I ran a few tests with this but there is no easy way to do it. Unfortunately if you want to revert to the mobile menu from newspaper 6, you will have to downgrade your theme to the previous version. The menu was changed altogether. There is no more old menu to revert to with simple customization.
Sorry for the inconvenience.
Thanks,
I would like the mobile theme, look how the desktop theme (small footer only). My site is https://goo.gl/3t6UuZ
Cheers
Hello,
The mobile theme footer cannot be adjusted in the mobile theme. It can be done with a bit of css though. Please provide a link to your site so we can inspect it and provide the proper code. If you do not want to post the site here, you can send us an email at contact@tagdiv.com and provide a link to this topic so we can identify you.
Thanks.
Hello,
I have activated the mobile pluguin in the theme.
In the Control Panel, I have disabled the footer. I only active small subfooter.
On the desktop, everything looks right. But in the mobile version, still it looks very big the footer. How I can disable it?
http://s33.postimg.org/teo85t05b/Screenshot_2016_05_31_14_45_32.jpg
Thanks
Hi,
Please deactivate all plugins including jetpack, as not all jetpack options are tested. Jetpack is a monster of a plugin that has lots and lots of features. We have not tested all of them and there are some that do not (mobile theme and photon) There could be more as jetpack is ever expanding/. Test this without plugins and see the results. If the problem is still there, please also test this on a WP default theme like twentysixteen to see if the issue is only with our theme installed.
Let us know how it goes.
Thank you!
Hello,
The social counter needs to be updated as well. The new version of the theme requires the new version of the social counter so please deactivate and delete your current version and install it again from the theme;s plugins section.
As for the mobile ads, you will see a new option in the theme panel here: http://screencast.com/t/Aulh7aZ7
Thank you!