- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
I tried clearing the cache, but it had no effect. When I went back into tagDiv Composer, I saw that my alternate logo had not been saved, so I put the URL back in, and then it showed up in the preview again — but it still didn’t show on my phone. I saved everything, closed the composer, and went back in again, and the logo was gone again. So it seems like my changes are not being saved by the composer. Am I missing a step somewhere?
Here’s the link to the logo that I want to show up in the sticky menu of my mobile site: https://thelansingjournal.com/wp-content/uploads/2021/04/The-Lansing-Journal_logo-dark_210402.png
Hi, followed the steps but I’m still having the same problem.
Also, when I view a review page under mobile, the stars appears at the bottom of the article. However, it does not appear on a desktop browser. I tried looking for shortcodes but I couldn’t find one.
An example of the page I’m referring to is https://insideios.com/philips-gozero-smart-bottle-review/ When viewing in mobile browser the stars appear. but it doesn’t when viewed in desktop.
Thank you.
Hi Betina,
Thank you for your reply. Yes I have that button checked. It’s working in the desktop version but however, both the share buttons on top and at the bottom does not appear in mobile version.
Can you please let me know how I can reinstall the TagDiv Composer plugin? And will my site go down once I uninstall that plugin?
Thank you.
Since I have updated to version 10.4, I have inserted the Ads codes with adsense but it shows an incorrect format (random size, not the indicated one).
Also, if for example in the header I hide ads for the mobile version, it continues to show them the same, so that does not work in the new version.
Could it be a bug of the new update?
Hello! It’s me again 🙂
I read the theme documentation: https://forum.tagdiv.com/newsmag-theme-colors-introduction/
And it says you can change:
Header section – This area allows you to set or change colors for the Top Menu (Background, Top menu text, Top menu text hover, Social icons, Social icons hover color), Main Menu (Menu background, Active and hover, Menu text color), Mobile Menu / Mobile Search (menu bar background color, menu bar icons color, background gradient color, text/icons color, active/hover text color, buttons background/text color) and Header (background color).
But in my theme, I cannot find this option
https://teamusings.com/wp-content/uploads/2021/04/Main-Menu-Colors-Question.png
I’m having issues using Classic Blog Pro where the mobile version is showing both the Classic Blog Pro responsive mobile design and Mobile Theme at various times. I’ve tried clearing my cache plug-in along with asking my host to clear their CDN cache, but both versions are still showing up.
I notice a “td_cache” subfolder under my “public_html” > “wp-content” folder. Could this have anything to do with it? Is it needed or can I remove this? It looks like it contains an index.html file and a css folder with another indiex.html file inside it.
I want to use Classic Pro Desktop with Mobile Theme for mobile view.
Hi,
i use Mobile Cloud Template for Footer.
How can i center the Footer Menue on Mobile?
>> https://drive.google.com/file/d/1c-C_BHWnvDaPiSSWNC-FN0hrwRES2MIN/view?usp=sharing
thanks!
Hi,
can’t change font-size of Mobile Cloud Template Header >> https://nimb.ws/0noZBY
Any idea why?
Thank you Anamaria,
It has made the submenu the size we want! however why is our menu not inline with the end of ‘My Account’? It is only an issue with ‘Logout’
Please see attached – https://paste.pics/C5JI9
I was referring to the mobile menu. How do you customise it and change the layout, colour etc.
Thank you so much for all your help so far, it means a lot 🙂
All the best
Thomas
Hello !
You can create a topbar if you are using Mobile Templates insead of Mobile theme plugin. That can be done using tagDiv Composer. Take a look at our Mobile template video guide here: https://www.youtube.com/watch?v=SpGkOnJeNZY&t=3s
I hope this was helpful !
Thank you !
HI there,
We are using the newspaper theme (Version: 10.4) with tagdiv mobile, composer, standard pack and official AMP plugins.
We are using mobile + AMP theme in Transitional mode
We would like to customize the template for posts, currently the AMP pages uses the template /wp-content/plugins/td-composer/mobile/single.php
Based on documentation of AMP plugin I added the newspaper-child theme and created a folder called amp in the child theme root and copied the single.php file to this folder renamed it to blog.php and created another copy and renamed to home.php, then added the following filter in the child theme functions.php:
add_filter( 'amp_post_template_file', function ( $template, $template_type, $post ) {
if ( 'page' === $template_type && 'page' === get_option( 'show_on_front' ) ) {
if ( (int) get_option( 'page_on_front' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/home.php';
} elseif ( (int) get_option( 'page_for_posts' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/blog.php';
}
}
return $template;
}, 10, 3 );
However the amp pages still called the posts template single.php from the td-composer plugin!!
I also tried adding the following filter in child theme functions.php:
add_filter( 'amp_post_template_file', function ( $file, $type ) {
if ( 'single' === $type ) {
$file = dirname( __FILE__ ) . '/amp/blog.php';
}
return $file;
}, 10, 3 );
This also doesn’t work.
Please let me know how do I create a custom template for posts only AMP pages without modifying the single.php in the td-composer plugin because when the plugin is updated, my customization will be lost.
Thanks!
Hello,
The mobile theme plugin is created for the mobile version. You can use it even if you have a pro prebuilt website. As you probably know Mobile Theme has the own templates design, and can’t be edited with tagDiv Composer.
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
Hello!
Here you can set a picture for mobile menu background: https://www.screencast.com/t/x3Xrln2b88x
Hope that helps you!
Thank you!
Hello!
Please try to reinstall TagDiv Composer, also make sure your WordPress and plugins are up to date.
Sometimes, the issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Let us know about your results!
If you use mobile pages, then please edit the mobile page with TagDiv Composer and then you will have the same settings as desktop version.
For more information, please check this article: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Thank you!
Hello,
Please make sure you disable the H1 also, from mobile header mobile and sticky mobile menu => https://www.screencast.com/t/jqjh2AijX -> https://www.screencast.com/t/TNpvfR5O9r
Thank you!
Hello !
Please send us a link to your website in order to take a look. But please note that a drop of speed is expected since using more elements than the mobile theme usually offers.
Thank you !
Hello !
If you are using the Mobile Theme plugin you will need to put your pages content into the Mobile editor as you can see here: https://www.screencast.com/t/juffiWtu4qU
Please note that the Mobile editor does not reproduce shortcodes.
Thank you !
Hi, thank you this looks great! I’m unsure why but it doesn’t appear to work when seen on Posts (on mobile)
Hello,
In the future, don’t leave your credentials on the forum, I deleted them for you.
For log out => https://www.screencast.com/t/nTQ2k9y2k please set the First level left position to 0 and the menu padding 0px 0px, then you need only to clear your cache and you should have no more problems.
For me, the mobile menu looks like this => https://www.screencast.com/t/jtlf8CHbYYN I think is the right look.
Thank you!
Here is an example of how I would like it to be
without transparence
https://groupgalactica.com/wp-content/uploads/2021/04/01-Menu-mobile.jpg
Can the logo be enlarged in the mobile version of Newsmag? It is currently at the recommended dimensions, 230×90.
Hello,
I saw you have a different class of someone icons for the menu, and you need to add that class in the custom code CSS => https://www.screencast.com/t/MY7SPaJIc
.tdb_header_menu .fal {
margin-right: 20px;
}
And for the menu, you can use this custom code CSS and look like this => https://www.screencast.com/t/IiGMhALvHs
.tdb_header_menu .tdb-menu > li div {
font-size: 11px;
}
.tdb_header_menu .tdb-menu > li{
width: 50%;
}
.tdb_header_menu .tdb-menu > li > a {
display: block!important;
}
.tdb_header_menu .tdb-menu > li:nth-child(2n) {
float:right;
}
This code for the menu on mobile need to be set in Theme panel -> Custom code – > Advances CSS -> Phone => https://www.screencast.com/t/h3G040BAIuK
Hope this helps you!
Thank you!
I recently switch from Classic Blog to Classic Blog Pro and wondering if I can deactivate the Mobile theme (or if I should)?
Is it possible to create a mobile menu for Topbar?
Or using 3rd part plugins like wp mobile menu the only option?
Yes, when I clear cache in nginx it works ok. But after some time, if Nginx caching is Enabled it’s going back to the mobile theme on the desktop?