- 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
Hello newsguru,
Please keep in mind that the mobile theme is only available for Newspaper and not only for Newsmag theme.
Thanks for your understanding!
Hello,
You should check your custom CSS area and you should erase from there the code which gives the width:75% value for your logo on mobile. Also, you can use the following code to cancel this effect.
The code is ->
@media (max-width: 768px){
.td-main-menu-logo img {
width: initial!important;
}
Also, please notice that this type of effect can appear from your untested plugins if you are using something like that. Try to disable all of them, clear all your caches, leave just Visual Composer to active and install only the plugins that come bundled with theme and rule out any conflicting plugins.
Thanks for your understanding!
I know this is out of scope for support but maybe another user has a similar setup.
We have a high traffic site with the following configuration:
Dedicated varnish server + memcache + wp super cache + dedicated database server. We also make use of mod_rewrite caching via wp super cache.
We’d like to use the mobile theme but we ran into issues with the desktop theme getting cached and served to mobile visitors.
Has anyone else run into this problem and if so did you find a solution?
Thanks.
NEWSMAG Theme is “responsive,” it’s mobile friendly by design. There is no “mobile” plugin or theme.
Responsive design “resizes” and changes CSS depending on the viewport, or device size viewing the site.
You can sort of demo this by dragging in right side of your browser window to make it more narrow and see how it changes.
I don’t have the mobile theme with my own theme do i have to buy it separately or it comes with the theme
The code in my Theme Panel is the one below. But it didn’t work for mobile theme custom css.
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6 {
background-color: #008CBA; /* Blue */
border: none;
border-radius: 0;
color: white;
margin: 3px 3px 3px 3px;
text-align: left;
text-decoration: bold;
display: block;
font-family: helvetica;
font-size: 18px;
}
Hello,
Page speed is a very personal thing Optimization has to be doen on your site to achieve better speeds. Please follow this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
1) We use softlayer – http://www.softlayer.com/
2) We do not have retina images enabled on our demo.
3) We do use cdn (cloudflare) and we recommend these settings: https://forum.tagdiv.com/cloudflare-cdn/
4) We did not activate the mobile theme plugin on our demo.
5) We do not have speedbooster enabled on the demo.
Thank you!
It seems you didn’t get what I am saying. On Theme Panel I changed the look of h2 to h6 (font color, size, add icon and others). I made use of a custom css with
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6
but When I used same thing as above in mobile custom editor it didn’t work. But I can see the mobile has h2 to h6 configurations.
So how can I customize the h2 to h6???
Hello,
Unfortunately we did not implement anything AMP related but if you search through our forum for “amp” you will see that it works using the standard amp plugin. Analytics also works with our theme as it has a special analytics box. https://forum.tagdiv.com/topic/tutorial-getting-started-with-accelerated-mobile-pages-amp/
Thank you!
Hello,
Unfortunately css cannot change a html tag. It only styles tags, it does not change them.
I could only find one h2 tag in the mobile theme code and that is on smart lists: http://screencast.com/t/jhYEIYKOXy
Thank you!
hey, I read also previous topics here about this problem but they didnt help and i installed new resizing plugins but they didnt help. on the startpage of my website and on other pages i uses boxes, grids, and a lot of thumbnails are in there. They are wayyy too small, looking very blurry on my PC and mobile device. Also the post image in the post (which is also the thumbnail) is looking too blurry. the image in bigger size (in the post), and in smaller size (as thumbnail) look like very bad quality, but i uploaded it in a good pixel size with over 1000px … what can I do? I can’t continue working like that… Please help. greets. (I also tried deactivating small thumb sizes in the theme panel > block settings, but it didnt help. pictures were just missing, and “Regenerate Thumbnails” or other plugins didnt help…
Hello,
Once you activate the mobile theme, these settings will appear in the theme panel at the very bottom: http://screencast.com/t/qaFWM0pti If you do not have this pannel, then yopu do not have the mobile theme active
Please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
Thank you for purchasing our theme. we hope it will help bring your project to it;s final state.
1. If you do NOT use the mobile theme, the mobile colors are handled from here: http://screencast.com/t/AnpefXMn18
If you DO use the mobiel theme, the mobile colors have to be changed from the mobile theme settings: http://screencast.com/t/ZjyA2m2VWJU
Hello Rgm1,
If you want to have 2 posts for your Big Grid in mobile theme, you should change the constant number from the core file with your desired value, like this -> http://screencast.com/t/IOIff4ws7X
Thanks for the message!
Hello dndgh,
If you are using the mobile theme plugin, please keep in mind that not of all ads will be displayed there. If you want to handle the ad for your mobile version, you should check the theme panel, mobile section, like this -> http://screencast.com/t/NTAZBnLBo Also, if you are not using the mobile version, the responsiveness version should display all your ads, without any restrictions.
If your cannot manage this problem, please provide your website URL so I can inspect it closer, provide some useful screenshots so I will be able to provide a more accurate response.
Thanks for the message!
Hello johanvillegas,
In order to achieve the top bar menu for mobile, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu .top-header-menu {
text-align: center;
}
}
The result is here -> http://screencast.com/t/2zb92IQf4
Thanks.
Hello,
I have inspected your website, and I saw that you have some additional customizations to your logo a mobile, as you can see here -> http://screencast.com/t/25W5QAgV8Sg Please try to revert the theme to the default state, clear all your caches and check the results. Your logo on mobile should look like this -> http://screencast.com/t/0jXhSklpKxt
Thanks for your understanding!
-
This reply was modified 7 years by
Radu.
Hello,
Wanted to say that I recently purchased this theme and it’s exactly what I was looking for! To start off, I updated the theme to 7.5 today as well as the plugins… all went well. A great majority of the questions I had were answered in the forums already and the changes were made successfully. My site is nearly complete except for the following adjustments:
1. Mobile header
First, I deactivated the mobile theme plugin since I want the mobile site to look like the desktop version. My logo color is blue #1369bf and I was able to change the search icon to this color as well. However the menu bars are still black and I’ve tried all the options in the Theme Panel. Please help me change this to blue.
2. Author page
Remove the comments box: http://www.screencast.com/t/yE8vdAOftrp
3. Related Articles
Instead of the “Next Prev ajax” pagination, I want to change it to the “Load More” button. I am looking to display random posts from all categories as well.
4. Category page
I would like to make these three adjustments:
a. Align the category name in the center, font size increased to 40px, and font weight is normal (not bold): http://www.screencast.com/t/OPhQfaoEn
b. I turned off the category pull-down filter for all categories and would like to display random posts instead of latest
c. My site has 5 categories and I created another named “Trending” for the menu: http://www.screencast.com/t/EPJDLIX9bJVQ
No article will be classified under the Trending category though. I want to be able to click on Trending and it will link to the category page template. However, this page will display the trending posts from ‘all categories’ instead of random posts from a specific category (as mentioned above).
Thanks again for the great support! 🙂
Mike
How do I limit featured posts to 2 on mobile theme?
Seems like limiting featured posts to just 2 is better for 4.7 devices as you have to scroll to actually see that more articles exists.
Please try this css cod ein Theme Panel > Mobile Theme > Custom Css – http://screencast.com/t/5gNOlB7Xq – http://screencast.com/t/PJgPfRCRs2
.td-mobile-footer-wrap {
display: none;
}
Thanks!
Hello,
Yes, i’m using the Mobile Theme. You can check here : http://geek-running.fr/
Thanks in advance for the CSS to add to hide this.
Yes, if you refer only to the css code, you can add your custom css to Theme Panel > Mobile Theme > Custom Css. If you refer to code modifications for the mobile theme files then you cannot overwrite them using the child theme, sorry!
Thanks!
Hello,
For the moment the mobile theme does not have any extra options and we try to limit the amount of settings on the mobile theme as it will affect the page speed on every new option we add. It will defeat the purpose of the mobile theme. If more options are required you can always use the standard responsive version of the theme. We built the mobile theme for speed. More options will mean less speed and the mobile theme becomes useless as there already is the responsive version that uses visual composer and all the options of the main theme.
As for freelancers, we cannot recommend any as we have not worked with any of them so we are not sure which one to recommend.
Thank you for your understanding.
Hi,
Do you use the Mobile Theme plugin? In this case please note that the Mobile Theme comes with it’s own layout and the footer logo and About Us are predefined.
Please provide your site url so we can inspect this and provide you a css to hide them. Or disable the Mobile Theme plugin to have the same content and settings like on desktop.
Thanks!
Hello,
I am almost done building my website. First of all, the support from his forum is amazing. Especially Bogdan, many thanks!
My logo for the website ; Theticketguy.nl doesnt show well on the mobile device. It is to the right. But I want it to be in the middle. Because I am using header style 5, It will do it automatically it says. But it doesn’t work:

Furthermore:
I also wanna change the color for he mobile theme menu as I just showed you in the picture.
I hope you can help me.
Replay35