- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi,
Unfortunately for the moment this can be cover only with custom work, sorry!
The mobile theme files can be fount here -> wp-content/plugins/td-composer/mobile unfortunately I do not know a query that can remove a specific category on mobile theme.
Thank you for your understanding!
Hello !
If you are using the Mobile Theme plugin you can insert the code here: https://www.screencast.com/t/DXTODFc6It
Thank you !
Hi,
There is no need to use any plugins for this, all you’ll need to do is to go in Appearance > Widgets, extend the element that you want to hide on mobile -> https://i.imgur.com/CpBD0tR.png after that set a class, for example -> https://i.imgur.com/8tmfi6L.png after that go in Theme panel> Custom code> Advance css and set the css to remove the block/element on mobile -> https://i.imgur.com/qe1Yzwh.png now, all elements that have set this class will be remove/hide on mobile.
Thank you!
Hi,
If you are using the mobile theme plugin with amp, then all the settings that you made for mobile theme will apply on amp too -> https://i.imgur.com/xehzmon.png -> https://i.imgur.com/nQHE7w1.png -> https://i.imgur.com/dJJg2P1.png
If you want to delete a row, you can delete it like in the previous version, using the right click on the row icon -> http://prntscr.com/owlyuw -> http://prntscr.com/owlynq or using the drag and drop -> http://prntscr.com/owlz2r or you can simply click on the row and pres the delete button from your keyboard -> https://www.screencast.com/t/Mai7iyEG
I do not quite understand “change the full size column to not full size” the newsmag theme is not full size, is boxed, if this is not what you mean, please provide some more details.
Thank you!
After thorough checking of the theme documentation and applying all the necessary site speed requirements including the cache, the mobile speed is still poor in loading. Google Page Insight is 27% with Mobile
Hello – I’ve been going through the recommendations to improve the speed of my mobile site. I think I’ve reached a point where I might need a consultant / programmer to make updates to the code. I believe TagDiv offers a premium help service but when I tried to click on some of the links posted in the forum, it went to a 404 page. Could you let me know if this is available? Thank you.
http://a73148-tmp.s662.upress.link/
Hello I am currently building a site on your template of recipes.
I installed the template before the steps, and before I started copying the content from my previous site I saw that the site is not optimized for mobile and also on the computer is not good, that entering the home page must move the screen to the right to get to the main page, how do you solve it?
sorry for my eng 🙂 tnx
I am trying to change the header menu background image, but for some reason when I upload an image to replace it, the default one stays the same. This if for desktop version. Also, on mobile, my header ads keep disappearing and I would rather have none of my ads disappear. Thank you.
1- How do you translate post comment
LAYOUT SETTINGS > TRANSLATIONS > Post Comment “The same word I type does not appear”
2- How can add a picture in the background mobile menu
please help
Thank you
Hi
I didn’t use any cashing plugin.https://www.screencast.com/t/BYygZmQE
My website does not show on mobile. Can you help, please?
Thank you!
how can i change it to the old mobile version?
I am having major issues with this plugin. When this plugin is activated the mobile menu doesn’t work. The site also never finishes loading it stays stuck in saying the website is half loaded. And when this plugin is activated I also cant do a site seo checkup as it says there is an api error. have tried reinstalling plugin but didn’t fix issue
Thanks, Vlad
Ok this is what I am going to do let me know if is feasible or recommended
1. I will add Newspaper 10 under my Appearance/Themes
2. Will then activate it leaving my old newspaper 9.8 deactivated
Is this feasible / recommended? All my newspaper/theme panel preferences will be preserved? (color scheme, setting, google analytic, custom CSS)? Should I do anything else? I understand Newspaper 10 comes with enhanced mobile features that I will love to have for my audience otherwise I will not even bother.
Thanks
Fabian
I have update all theme and plugin by download latest file. But it show error
This version of the tagDiv Mobile Theme plugin is not supported by the current activated theme!
Please make sure you’ve updated the theme properly! Follow this guide.
i would like to add new element to the amp(mobile version) just like the way doing in desktop.
how i can do that? and i would like to change the menu style and the search bar style.
And for desktop version, how i can delete the empty column? or change the full size column to not full size?
Hi
This removed the website field on the desktop version, but ive just noticed that the website field is still showing on the mobile version?
Hi, since that I applied the 10.2 Newspaper version earlier this afternoon, the added code for the caption of the image creates an error. The page looks like (isn’t but looks like it) the mobile version and the warning is ‘Uncaught Error: Call to undefined method td_module_single::get_image_caption() in /home/deventervo6137/public_html/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_8.php on line 35’
So I have removed the code from the file mentioned above and now it is back to normal again, except the caption of course.. Any recommendation?
Yep I need it.. If I deactivate mobile cache, it’s mobile them wich are deployed..not amp.. I face a huge problem.. Could you check my .htaccess and functions.php Child theme, I added some codes..maybe one of them is the problem ? no ?
-
This reply was modified 6 years by
gumball44.
I just have discovered AMP pages are already cached by default .. Do I really need to activate mobile cache with WP super cache ? Maybe my problem is coming from a incompatibility with mobile cache from wp super cache and amp default cache ? no ?
Hello, there is a problem with the mobile menu, since it only works on the main page, in the others the menu options are inactivated.
Still I am confuse, because you send me screenshot of desktop version not mobile version. Please tell me can I create grid menu layout for mobile version with tagdiv composer.
Similar to this: http://prnt.sc/q9b7tw
-
This reply was modified 6 years by
sanjay2019.
The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
If you want, you can show the responsive version on mobile theme -> http://prntscr.com/oh6r2s you can check more details about mobile theme in our documentation -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Hi
How can I get Google Ads to show on the mobile phone version?
I have added a custom advert to my article pages and set the ad them to ‘Auto’ (plus I have a standard header advert on the home page) but mobile users are not seeing any adverts at all?
The filter-function i’ve found. i wan’t to hide two categorys, but show all other. I’m new on css, i found a css-filter for wordpress only, not for this mobile theme.
—
function exclude_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( ‘cat’, ‘-6’ );
}
}
add_action( ‘pre_get_posts’, ‘exclude_category’ );
—
but it doesn’t work for me. Ideas?
THX
Hi,
I’ve just checked your website and some posts and these are amp -> https://search.google.com/test/amp?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=De6JUwnq42NIvO-FtDAoSQ -> https://i.imgur.com/MdxiKCw.png but please notice that these can be seen only if you are using mobile device on google results.
Also is need that google to re-index the link that you have.
Thank you!