- ApiUsing the Theme API in plugins
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
The Revolution Slider will not show on mobile theme. Even after I tried to create a blank template, and input the slider, it will not show. What it does is, when I go from Desktop view on my Samsung Note 9, to Mobil view, for half a second it shows it will the correct design, than it goes to another mobil view, and it does not show. I hired a wordpress guru, 7 hours she could not fix it. I spent another 10 hours myself, and even reset the theme with WP Reset, and re-installed it multiple times, no results. The actual problem is, an old edited view of mobile view shows, and what is on the desktop view does not show on mobile
Hello !
Sorry for missunderstanding your issue !
For the 3 blocks, you’ll need to have to set the post to be in the Featured category so Mobile theme will display the latest 3 articles from FEATURED Post category -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
I hope this was helpfull !
Thank you !
Glad it helped. With the mobile theme + AMP the analytics and AMP ads will be loaded.
You can test the AMP version by adding /?amp at the end of the URL, while using the browser inspector mobile emulator for example – http://prntscr.com/o7rzm1
The auto ads should appear when testing with the mobile emulator, they may not appear while testing on desktop.
Hi,
Unfortunately, the theme does not have any such an option that allows you to stop this menu functionality on the mobile theme, sorry! If you want to do this, you will need to add the following custom CSS code inside your Advanced Custom CSS section from your theme panel, like this -> https://www.screencast.com/t/5rDj0jJk Clear all the caches, purge CDN files and check the results.
Thank you!
Hi Vlad!
Thank for your answer, but I have a question.
In the mobile them documentation you reported:
“Homepage – the “Mobile Theme” comes with a single predefined page template that includes two section:
top grid – displays 3 featured posts (posts included in the Featured category)
latest articles – displays the latest articles”
https://forum.tagdiv.com/the-mobile-theme/
I miss the top grid!!
I understand that the top grid should be displayed by default…or not?
Please check this homepage
https://petadvisor.it/
The same problem apply on the othe 4 website of newspaper that I own!
Thank you for your time,
Hi,
Is it possible to stop the menu from snapping to the top of the page when scrolling back up (with mobile theme)?
I contacted you because I’ve followed your documentation and nothing is working for Native Shopping Ads from Amazon:
<div class=”td-all-devices”>
<div id=”amzn-assoc-ad-50078639-0e4f-4890-8708-87fc8e28ae1c”></div><script async src=”//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=50078639-0e4f-4890-8708-87fc8e28ae1c”></script>
</div>
Nor Mobile-Enhanced Smart Links from eBay:
<script>window._epn = {campaign:5338952738};</script>
<script src=”https://epnt.ebay.com/static/epn-smart-tools.js”></script>
According to other users, this is not a new issue with the Newspaper theme. Do you have a solution?
Hello !
We are sorry for the inconvenience !
Please add this custom css code in order to activate your dropdown menu arrows: .td-mobile-content .td-icon-menu-right {
display: inline-block;
}
You can paste it here: https://www.screencast.com/t/H9Ma8zuH and if you use Mobile Theme plugin you need to paste it here: https://www.screencast.com/t/pKe8bjLKZdJ
As for the sign in / join buttons this is a known issue and our developers are working for it to be fixed in the future updates !
We are sorry for the inconvenience !
Thank you !
I have a problem with the logo. The logo does not appear on the AMP version even though the mobile theme version appears. That happened after I added CCS to change the logo on the left side. Please give me CCS which I can use to display it
Hi. I need further assistance with the menu. After updating the theme, the Mobile Menu loses the dropdown and sign / join. I have made every effort but the dropdown and sigin / join still don’t appear on the mobile menu. Can you help me?
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme. Cloud templates are included. They do no work while having mobile theme.
We are sorry for the inconvenience !
Thank you !
Hi,
1. If you are referring to the AMP analytics field provided in the mobile theme section, the code has to be of this form – http://prntscr.com/o7avde
So if your initial code looks like this – http://prntscr.com/o7axbr enter just the highlighted part of the code, it should work fine.
2. No need to enter the header script code, it will be added automatically. Simply enter the AMP auto ads code in the provided section. Example – http://prntscr.com/o7ayvx
The ads should appear after a while.
Thanks
Hi,
In order to change the background color for mobile theme you need to check in Theme panel> Mobile Theme> Theme color -> https://www.screencast.com/t/spegHVFrnRyZ clear all cache and check the results -> https://www.screencast.com/t/TooFo95i -> https://www.screencast.com/t/4i2sWbSWP
Thank you!
Hi,
Unfortunately, I do not exactly understand what you are referring to. Please note that, by default, the mobile theme will display the category tags to your posts above the post title, as you can see here -> https://www.screencast.com/t/KBnZQcTq Ensure that you have enabled the category tag functionality from the theme panel -> https://www.screencast.com/t/aegrrYPzGw In that case, this option should have to be disabled if you want that category tag to be displayed on your post pages. If is not what you mean, please provide more details about your problem so I will be able to provide a more accurate response.
Thank you!
Hi,
I have the mobile theme enabled and I am trying to change the background colour in the header menu and also in the menu panel from the theme panel with no success.
Could you help with this?
Best
Miriam
Is there any way that I can show category under my post in mobile theme (any shortcodes or anything that will work).
Thanks, we have resolved the previous issue, but we have another issue with the site.
The main navigation menu sub-items just spin and don’t load when both the mobile theme plugin + amp plugin are active.
You can see what I mean here: https://nimb.ws/kKpdsR
Here’s what the ajax request for fetching category content returns:
I’ve investigated a bit on this issue before and I found that its because of this line in – td-composer\legacy\common\common.php file:
if ( ! td_util::is_mobile_theme() ) {
td_api_autoload::add('td_more_article_box', TDC_PATH . '/legacy/common/wp_booster/td_more_article_box.php');
add_action('wp_footer', array('td_more_article_box', 'on_wp_footer_render_box'));
}
for some reason its detecting that its viewing in mobile version and that module does not get added for ajax reqeusts.
Can you help with this issue?
ps: the site -> https://sandbox.clinicalomics.com/, passcode: tempvieweraccess123*
Thanks
-
This reply was modified 7 years by
shelmes@liebertpub.com.
Hi,
1. You can change the quotation from Theme panel>Theme Fonts > Post content -> https://www.screencast.com/t/LJs79t0Yu also you can change the color too -> https://www.screencast.com/t/9WWM0dq1vwzJ
2. That is happen because you are using the mobile theme plugin, if you want to have the seam content on mobile as on desktop then you need to deactivate the mobile theme plugin.
Please check this similar topic -> https://forum.tagdiv.com/topic/mobile-help-homepage-different/
3. Dis is also related to the mobile theme plugin.
Thank you!
Hi,
I believe I know what the problem is. Due to an issue that happened after the 9.7.3 update, the arrows indicating a drop-down menu in the mobile menu are invisible. They are there but invisible.
There is a quick fix for it, until permanently fixed in the next theme update. Please enter this code in the theme panel custom CSS section
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}
Then they should be visible – http://prntscr.com/o6tarj – http://prntscr.com/o6tcxt
Sorry for this inconvenience.
Thanks
Hi,
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
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.
Let me know if you have more questions!
Hello
Till a few days on mobile the sub menus of Articles and Boutique don’t show any more.
We dont use the mobile theme.
We deactivate WP Rocket the plugin cache but no change.
How do fix that ?
I dont have mobile theme and amp plugin installed on my newspaper theme. Whenever i open any of my post, adsense ad on header doesn’t show to its full height.
It doesn’t happen everytime but most of the time i face this issue. Plz help..
Url:www.jsbjm.org
https://drive.google.com/file/d/123di1H6EiSZHW4WFDVoLeurNMXNf62j_/view?usp=drivesdk
I think I found the problem and you should update your documentation.
New version of AMP official plugin offers 3 modes on its settings: Standard, Transitional, and Reader. Standard was preset and it breaks the site. Transitional seems to be the one that goes well with tagDiv Mobile Theme plugin.
Please, confirm that (and let all the users know about that).
That is correct. Site is broken on updating AMP official plugin to 1.2.0
See my staging: http://tiny.cc/lj6s8y
I am using tagDiv Mobile Theme plugin and I followed all instructions. It was working well before upgrade.
Any hint?