- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
Hi,
That is the case if you choose to use the mobile theme, a choice made for increased performance. Like the guide explains you can use the theme without installing the mobile theme plugin, and it will display the same elements from your page on desktop on mobile devices.
Thanks
Hi please can you help me about these questions?
1. I am using ioS.Slider-col-3… how can I make full width and height 250px but just for mobile?
2. How can I change name of theme?
3. How can I replace some clases name with other name in css but to not cause anny issue? For example I am using medicine theme version, but my web site is about News and in view source if i check some clases are named .td-medicine , i like to change this name medicine to my site name.
Thank You
Hello Xinga,
Please keep in mind that your theme does not have any problems regarding on Sidebar and Ads, sorry! As you can see, the theme is fully responsive and for mobile devices, the Sidebar will fall down at the bottom of the page. I do not know where is the problem. Please provide more details about what you mean and also, provide your website so I will be able to provide a more accurate response. For more tests, you can check our demo site, like this -> https://demo.tagdiv.com/newsmag/td-post-the-20-free-things-to-do-in-sydney/
Thanks for your understanding!
Hello developers,
I’m dying for the answer to this issue because i have a site with a lot of visitors and i really (really!) need the cache to work.
The plugin is caching the desktop theme pages and showing them instead of the mobile theme pages. I recently read that you know of this issue and recommended the makers of WP Super Cache to make a change/adjustment in their plugin.
Would it be an idea to publish the recommended change/adjustment so we could alter the plugin ourselves so we at least would have a working cache plugin?
Thank you for clarifying things regarding the mobile theme, I appreciate it.
Thing is – i havae about page etc – pages. just read they do not auto input into the mobile theme
Page builder elements – The “Mobile theme” is designed for users who want to optimize the page content for mobile devices or they want to display fewer / different elements on mobiles. For optimal performance we removed the page builder (Visual Composer) dependency; this means you cannot use the page builder elements for the “Mobile theme” pages. If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.
this is unfortunate
Hello,
My site is videosupporters.com and it has a lot of embeded videos, so I installed the plugin ” WP YouTube Lyte” to “lazy load” of videos (note: I don´t have installed the mobile theme of Newspaper because it makes that a important part of my site doesn´t appear in the mobile devices, and besides the responsive Newspaper works fine).
After installing that plugin, the speed of the site at desktops improved significantly.
However, it didn´t happen nothing in the mobile devices, in spite of having added the code that the plugin advices:
add_filter(‘lyte_do_mobile’,’lyte_on_mobile’,10,0);
function lyte_on_mobile(){
return true;
}
The developer of the plugin can´t find the origin of the problem, although recognizing that the videos (on the homepage) are not “lyte”.
I just don´t know how to solve this problem, so I ask you if you have any idea of what is going on (I admit that it can be related to the theme).
Thank you.
Best regards.
Hi,
The mobile theme plugin is an optional plugin, you can choose not to activate it and the theme will display properly on all devices do to it’s responsive design. Also it could be mentioned that the mobile theme comes with predefined templates for the homepage, posts and categories, and if you want to display the same content from desktop on mobile you should simply not use the mobile theme. More information here – https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hello press15,
I have checked your website and I saw that you are using the mobile theme plugin. If you are using this plugin for mobile viewport, this is normal behavior because the Mobile Theme does not recognize the Visual Composer shortcode.
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!
Hi
I have just disabled the Mobile Theme Plug in that came with Template. I am asking what others have found to be the best solution to use. Theme Template enabled or off?
thanks
Hello,
1) We did not add any extra controls to remove the login on the responsive version because usually people who require a login require it both on mobile and desktop. Th login can be removed for both from the header section: https://www.screencast.com/t/Hlj9LTNui
If you want to remove the login for mobile devices only you can add this code in the theme panel-> custom css box.
@media(max-width:767px){
.td-menu-login-section{
display:none!important;
}}
2) You can use this code to remove the page numbers:
.page-nav .pages{
display:none!important;;
}
Thank you!
In mobile it does not look good. Shortcodes appear. I do not know if the problem is with the Visual Composer plugin or the Mobile Theme tagDiv.
The menu and footer will work fine but everything that comes from Visual Composer does not work.
Help!
Good Evening,
For some reason my website won’t display any of my pages on the mobile version expect for the homepage, every other page will not show up. I have the mobile them plugin installed, but when I deactivate the mobile theme plugin, everything works fine.
I recently also installed installed WP Super Cache and I used the recommended setting you supplied on this website https://forum.tagdiv.com/cache-plugin-install-and-configure/
My website is hudsonvalleypress.com
thank you
Hello,
On mobile devices you cannot change the font sizes from the theme panel. You will need a css code to do it.
if you are referring to the post title on post pages, you will have to use this code:
@media (max-width: 767px){
.td-post-title .entry-title{
font-size:25px!important;
}}
If you are referring to the post titles that appear on pages or categories then you need this code to change them:
@media (max-width: 767px){
.td-module-title{
font-size:15px!important
}}
Thank you!
Hello morajau,
Unfortunately, our theme does not have any such an option for it, sorry! Notice that is not a simple task and if you want to achieve this, you should make some customizations through the code. Also, if you are using the Mobile Theme plugin you should edit the core files from the mobile folder. 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 work at the moment, sorry!
Thanks for your understanding!
Hello ImaImpact,
I have inspected your website and I saw that you are not using the latest version of the theme. Update it to the latest version of it via FTP way according to our documentation here -> https://forum.tagdiv.com/install-via-ftp/ and also, for more information about our mobile theme plugin, check the guide here -> https://forum.tagdiv.com/the-mobile-theme/ Clear all your caches, purge CDN files and check the results.
Thanks for the message!
Hi tagDiv support team,
I’d like to ask 2 questions:
1. I don’t use the mobile theme for mobile devices for certain reasons, but use the desktop one. I use the mega menu, but on mobile, there is a login section shown, which I’m unable to hide. When using the mobile theme, there was an option to hide this section, but I can’t find a solution for the desktop version, which I use for visitors on mobile.
2. I use the simple pagination for category pages which appears on the left side of the screen. But on the right side, opposite the boxes with numbers, there is an inscription: Page 1 of 133. I find this useless and would like to hide the numbers. How can I do that? Is there an option?
Thank you for your time in advance.
D.
Good morning! I am a blogger in Korea. I use the theme of TagDiv usefully. Thank you so much. So I will ask you one thing about the mobile theme. I hope you give me a solution myself. Does the mobile theme consist of a grid and the latest articles? From the main screen. Posts of the latest posts are the same as the three posts of the grid. I want to do this differently. For example, posts exposed on the grid are different from the latest articles. How can you tell me? I can not speak English. Sorry
Hi, is it possible to show a loop of latest articles before the end of the page on the mobile theme?
So, are you guys planning to anything to help everyone to be able to customize their mobile menu in the future? I wish we knew it before we started working on our project.
Instead of relying on random devs all the time, I prefer relying on you guys with a possible update in the future. Since it looks like everyone who purchased the theme complaining about not having an option to customize the mobile (which is the most important thing for any websites or blogs since people use their mobiel phones more than their desktop, such as 83%), it’d dope if you guys let everyone know about it. Also, please let me know if guys are considering this, so we’ll have a better understanding about who we have to work on a long-term. Also, we’re a bit afraid of that’d decrease our page speed because of additional CSS codes.
Also, we have come across another problem right now, right before I started typing this. So, on theme panel/blocks settings/category tags on modules, is not working even tho I cleared all the caches.It doesn’t show on the thumbnails or homepage posts.
I searched the forums but didn’t find this issue. Can you help me on excluding some article categories from the mobile theme homepage?
Hello T2N,
Yes, it is true. The Mobile Theme is faster than the normal theme for mobile. This was a new concept which was implemented in our theme and as you see, this is an optional plugin. 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 page content created with Visual Composer 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 potatohead101,
Unfortunately, our theme does not have any such an option that allows you to add extra menu option only for the mobile menu, sorry! As you can see, the mobile menu will display the same menu items which are added to the desktop version, sorry! If you want to have this extra feature, you should add it yourself because we cannot provide custom work at the moment, sorry! Also, as a hint, you can add additional categories to entire menu and then you can use a bit of CSS code to hide that menu item only for desktop and tablet viewport. 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, consider hiring a freelancer/developer to help you because we cannot provide additional customization at the moment, sorry!
Thanks for your understanding!
Hi,
1. Please check to see if you have the default thumb size set in wordpress – https://www.screencast.com/t/uosBOW2xYg and make the changes if not. Also clear your cache after the modification.
2. If you are using the mobile theme, this plugin was designed with speed and performance in mind, so it comes with predefined templates for the homepage, posts and categories. So you will have the mobile theme post template regardless of the post template used for the post. More information here – https://forum.tagdiv.com/the-mobile-theme/ If you do not use the mobile theme, the theme has full responsive design so it always looks good on all devices.
Post template style 8 – https://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ could be a bit slower in loading since it features a background image.
Thanks
Is the TagDivmobile theme faster than the normal theme for mobile? I had the Tagdiv mobile theme installed but there seems to be a conflict with visual composer. The content in About us page and some other pages doesn’t display. How do you fix that?
I’ve put it back to the normal theme but it seems slower more sluggish.