- 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
Hello!
In the theme panel settings, there is only a filter for the front page grid. Unfortunately, there are no settings to exclude a category on the mobile theme layout.
For customization and other services, contact our custom work team here: https://tagdiv.com/premium-customization-services/.
I appreciate your understanding!
Hi there i have some functions code but it not real works any idea of that:
/**
* Hide categories under “Latest Articles” in Newspaper Mobile Theme.
*/
function hide_newspaper_mobile_cats( $query_args ) {
if ( td_is_mobile() && is_home() ) {
$excluded_categories = array( 5, 6 );
$query_args[‘category__not_in’] = $excluded_categories;
}
return $query_args;
}
add_filter( ‘pre_get_posts’, ‘hide_newspaper_mobile_cats’ );
Hi there,
i know that many guys have alreadys ask about how to show on Mobile Theme only latest articles.
But nothing happen till now, so kindly let me know is there a way to add a function to the mobile theme that let us show there only 1 or more categories.
It will be cool if anyone can help out with that or have already add this function to the mobile theme function.php
This is real missing on the theme, we not want show all categories on mobile pages, hope you understand.
Thanks for help.
Thanks for your support, after deactivate tagDic Mobile Theme it work well. Many thanks
Hello,
I’m not exactly sure how you want the mobile version to look, but if you want the responsive version to appear, please deactivate the TagDiv Mobile Theme plugin. Once you do that, the changes will show up, because right now I can see that you’re no longer using the mobile theme on posts.
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/ The option that you need to use; for this , you need to convert the header and footer -> https://www.screencast.com/t/HrjOBNayd to edit with tagdiv Composer.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hello,
If you don’t have the Mobile Theme plugin active, do you perhaps only have the AMP plugin? Also, please send us a link to your website so we can check it, as it could also be a conflict with an optimization plugin.
Thank you!
Hello again and thanks for your great support. I am not using – tagDiv Mobile Theme plugin , I am just using the site responsive view. It looks pretty good in a phone or tablet. The problem that I am running into is that the home page looks fine but when I click on any of the pages in my phone they look terrible. I have attached a screenshot – https://www.awesomescreenshot.com/image/53945479?key=fbdbdef712ec8e599d3e9e8672f92366
What do I need to do ?
Hello,
I see that you now disable the mobile theme plugin. Now to set the logo, please edit with tagDiv Composer, select the viewport on phone, select the header logo and change it => https://i.imgur.com/cR7F0v4.png
Thank you!
Thanks for your reply. I’ve checked the logo settings in the mobile theme panel, but the category isn’t displaying as expected. So, what is the reason?
Hello,
I just checked now, and you have disabled the mobile theme from homepage. Do you want to use it? If yes, then please check the logo from Theme Panel -> Mobile theme -> header to have your logo on the posts, categories, etc. -> https://i.imgur.com/YStg9po.png
Thank you!
I have installed newspaper wordpress theme on desktop no bug ondesk top mobile show only blog page how can i solved.
Hello,
You can use only mobile theme without AMP, or create a mobile page.
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/ The option that you need to use; for this , you need to convert the header and footer -> https://www.screencast.com/t/HrjOBNayd to edit with tagdiv Composer.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
I’m using the Newspaper theme and I’d like to display ads on the homepage, but only for mobile devices (phones). I want to make sure these ads are not shown on desktop.
I’m using the built-in tagDiv Composer (visual editor), but I can’t figure out how to set this up properly.
Could someone please help me with the best way to do this?
Hi Anamaria.
Thanks a lot for getting back on this. That did the trick!
I noticed that the subscribe button was still available on the mobile + mobile sticky header. After removing the button on both headers the code is no longer in the source!
It’s recommended to not use < a href=”tds-switching-plans-wizard/ > in the code to prevent the behaviour I reported. Similar tickets here: https://forum.tagdiv.com/search/tds-switching-plans-wizard/
This button should only link imo to domain.com/tds-switching-plans-wizard. Can this be fixed in a future theme version please?
Thanks a lot.
-
This reply was modified 1 year by
stev1972.
Hello,
I recommend disabling the tagDiv Mobile Theme plugin, as any changes made for mobile won’t be reflected while it’s active. You can create mobile pages and templates.
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/ The option that you need to use; for this , you need to convert the header and footer -> https://www.screencast.com/t/HrjOBNayd to edit with tagdiv Composer.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
When I enable the tagDiv Mobile Theme, changes I’ve made don’t appear correctly on mobile devices. If I disable the mobile theme, the changes do show up, but there are some errors — for example, on single article pages. The only way to make it work is by scrolling down and selecting “exit mobile version,” but this isn’t acceptable for users. I need the mobile version to work properly without requiring any manual action.
Hi!
How do I force the AMP versions to load on mobile devices on the Newspaper theme? As it is, the mobile theme comes up even though I have the AMP plugin activated. Thanks!
First, read carefully and try to understand because I wrote plenty of emails to tagDiv, so don’t have much time to repeat and repeat one thing all the time.
Can you tell me how to enable AJAX Live Search without the help of the tagDiv Cloud Library?
From the last 2 versions of the Newspaper theme, you have disabled (invisible) the “Live Search” ON Button from the Theme Panel.
AJAX Live Search works on mobile and wants to be enabled on desktop.
tagDiv Cloud Library: delete the plugin and reinstall it many times without success.
The main thing is I do not use any kind of Cloud Templates, so maybe I don’t need “tagDiv Cloud Library plugin”.
I don’t use a page for a homepage.
I don’t use the child theme.
Only activated tagdiv plugins with no luck because from the last 2 versions of the Newspaper theme, you have disabled (invisible) the “Live Search” ON Button from the Theme Panel.
tagDiv Composer, tagDiv Mobile Theme, and tagDiv Standard Pack are already installed and activated with no luck for “AJAX Live Search”.
If you want to visit my site: SOFTFULLY.COM
I think I changed the default Admin ID 1 in WordPress a few days ago. That might be why the old ID 1 needs to be updated in the database for the tagDiv Cloud Library plugin to work.
My main purpose is to enable AJAX Live Search on the Desktop without the help of the tagDiv Cloud Library plugin.
You have to guide me to enable “AJAX Live Search” manually from theme or plugin files in any way because I have been struggling past 2 months.
Hi,
I tried every tip on here but on the mobile theme plugin the menu structure and search button don’t work. I cached all I can cache, I deleted all mobile pages, I disabled all plugins, but nothing works, the logo also changes color. I did all the tips your support said. Website http://www.theanimalreader.com
Please help, I’ve been trying all day.
Thank you
Hello,
Please disable the AMP and tagdiv mobile theme plugins. AMP is deprecated as of January 2023-> https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/enabling-amp so we don’t longer recommend it.
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/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hello,
I recommend disabling the TagDiv Mobile Theme plugin, as any changes made for mobile won’t be reflected while it’s active. You can create mobile pages and templates.
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/ The option that you need to use; for this , you need to convert the header and footer -> https://www.screencast.com/t/HrjOBNayd to edit with tagdiv Composer.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hi there,
I have the mobile theme plugin installed for my site madinnorway.org. The trouble I’m having is that the design of the site on desktop is affected by the design choices I make when working in the mobile tab on TagDiv. I imagined that the designs could be independent of one another. Is there a setting I am missing to make that possible? Thanks so much,
Karin
Hello,
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/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hello Vunt!
I see that you have installed the Mobile theme plugin.
We have 3 options available for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page. Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. You can see your mobile version there and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.
Thank you!
Fixed it finally. The conflict was due to deactivated Mobile Theme and AMP plugins, while I had mobile templates which I actually didn’t need.