- 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
Good morning to you,
I am coming to you because I am currently experiencing three technical problems: ( sorry for my English I use DeepL)
My Website : https://exoportail.com/
1) My logo on the AMP pages is not displayed even though I saved it in the mobile logos. Moreover and it is strange when I move the mouse pointer to the place where should be the Amp Logo I can see that the URL of my site is displayed at the bottom left as shown in this image :

2) I tried to put a background Theme and the same thing in mobile version but it only appears on my browser where I am connected with my wordpress admin account. Indeed when I use another browser or a visitor goes to my site, the background theme is not displayed.
3) My last problem is that all my images are suddenly automatically left aligned and this even old images. I specify that this only affects my browser where I am logged in with my wordpress admin account and that just like concern number 2, visitors are not affected.
Thank you very much in advance for the help you can give me and congratulations again for the theme newspaper 8 which I like very much 🙂
Trying to edit which social networks display in the header for desktop and mobile. Im adding my networks but the icons don’t appear on the desktop view and they are wrong on the mobile view. Help.
Site: trigearguru.com
Theme: Newspaper
Thx
Hello theekalvin,
Please notice that if you are not using the Mobile Theme, the theme will display the exact elements which are displayed on the desktop version but in responsive mode, optimized for mobile devices. You should check our demo preview and find out what kind of blocks/modules you should use which looks on the mobile like with the mobile theme layout. You can start from here -> https://www.screencast.com/t/X6qnuF20dMy -> https://demo.tagdiv.com/newspaper/big-grid-9/
Thanks for your understanding!
I bought the newspaper8.8, i try to install but do not work?
WordPress say me “The link you followed has expired. Try again.”
why? What happened?
PlugIn jscomposer not installed why?
when i add this plugIn “mobile plugIn” happened this:
<<The TagDiv Mobile Theme is not supported by the current activated theme. Please update your theme!>>
WHY?
Hi Catalin
Yes I Understand. I meant that once I have disabled the plugin, how can I change how the mobile theme looks like? and is it possible to only have certain sections show in the mobile and not desktop?
Thanks
Hello theekalvin,
Unfortunately, the mobile theme has a special design which has been designed to be displayed only for mobile devices. So, if you want to have the same layout for all devices, you should disable this plugin because the theme will be automatically switched to the general responsive mode.
Thanks for your understanding!
Hi Catalin
Thank you. I deleted the Mobile Plugin and it reverted back.
How do I actually change how the mobile theme looks? For example I want a certain section to not show only in mobile.
Kind Regards
Kal
Hello SVF Sweden,
I have inspected your website on mobile devices and I saw that your menu is not present.
-> https://www.screencast.com/t/9SBw8czF Please notice that it seems that you have a lot of errors through your console which affects the theme functionalities. All of these can happen due to your old version of the theme used by you and because of the use of multiple untested plugins which might interact with the theme core files and causes a lot of unknown issues. Please remove all of them, leave just to active only the plugins that come bundled with the theme core files, update the theme via FTP way to the latest version of it which is 8.8.2, clear all the caches, purge CDN files and check the results. Before making the theme update, we highly recommend doing a full backup to your database to avoid losing all of your data.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello theekalvin,
Most likely, for mobile viewport, you are using the Mobile Theme plugin, right? Please notice that plugin does not recognize any shortcode from TD Composer and any page builder and that’s why you do not see anything in Mobile Mode. Please read the Mobile Theme plugin documentation from here -> https://forum.tagdiv.com/the-mobile-theme/
If you want to have the same theme layout and content for mobile, you should not use the Mobile Theme.
Notice that plugin is optional and represent a theme concept which has been designed to give a more powerful performance for page speed on mobile devices, which has some restrictions, according to our useful guide.
Hope this helps and let us know how it goes!
Thanks for the message!
Hi,
That is quite a sub-menu. The mobile sub-menu has a limit but not of actual category number, but a height limit. I could give you a code to modify that height (original is 2000px) to a higher value, 5000px max-height would be enough
– https://www.screencast.com/t/m3ylD66dObBg
Enter the code in Theme panel->Custom CSS section
.td-mobile-content .td-sub-menu-open>ul {
max-height: 5000px;
}
Thanks
Hello,
Sorry but if you do not have posts on your site, you will not be able to use the mobile theme plugin. Please disable it and use the standard responsive version of the theme.
Thank you!
Hello,
If you use the mobile theme plugin, you need to create a separate menu for mobiles or select an existing one from the wp menus section. It seems you have not set a mobile menu yet.
Thank you!
That is the modal used for mobile, when you open the menu or search. This kind of swipe effect is usually the result of the Cloudflare rocket loader, or maybe the speed booster plugin.
That modal can’t be disabled by a theme setting, it is the background of the mobile menu and search. The only settings that has would be the color settings I mentioned above.
If you don’t use any of the above, then something else is causing the issue.
Hi, the Mobile theme is indeed amazing, faster than the regular theme.
I have a question, how can I show a different category in the top grid?
I understand that is preprogrammed to display the first 3 post on the Featured category. Problem is that we don’t use such category at all.
Is there any way to customize the “Top Grid” ?
Thank you!
Hi I am not using any CSS code in the theme panel or not usea any child theme.
Also Tried to disable all plugins Include ( theme tagdiv plugins ) the problem remain same
Next tried to active only theme plugins ( which i get bundled with the theme ) clear browser cache, cookies.
Open the web page but still its results the same.
Also Tried purge CDN files, As per my knowladge disableing the Cache plugin ( CDN service get disconnected ) so i dont think its related to CDN cache. by the way i have purged CDN cache on my side.
As per your suggestion added the Custom CSS : https://snag.gy/jzmgxN.jpg
but the problem is still there.
Even i have check the same on my mobile, its also showing centered
Tell me what i have to do ?
Hi,
What exactly is that? Does that appear when you use the search button? The colors for that modal can be adjusted in the theme panel
– https://www.screencast.com/t/rg8NcLwe5D (no mobile theme)
– https://www.screencast.com/t/5Gm6gDYAJoq (with mobile theme plugin)
You can also set a background image if you want to.
Thanks
Hi,
While it may look nice on desktop, that table is not suited for mobile. That many table columns will not fit properly on mobile. Also I see that non-responsive fixed values in px are used. I tried, but there would be no way to fit that table on a small screen and also maintain a decent design on it
– https://www.screencast.com/t/7cZ3vtx3
The theme has some design for it and will try to make it responsive
– https://www.screencast.com/t/JEcz79e0wDhz
But that may not work with all tables.
What you could do is to create an additional table more optimized for smaller devices. I could give you a code to hide this one for mobile and display that one instead, if you should consider that a solution.
Thanks
For example https://howtofixwindows.com/transfer-windows-10-license-to-new-computer/
Microsoft edge and internet explorer browser not loading the page properly: http://prntscr.com/k8it7d (it’s loading centered ) Where Chrome browser load the same post url properly: https://snag.gy/vebUK5.jpg
recently upgrade the theme to 8.8.2 but now the post URLs loading like this can you tell me why it’s behaving like this?? whats wrong where i have updated all plugins with latest one. Also tried clear cache and load the page on different PC. Also tried disabling all plugins but the post load as previously on edge/internet explorer where chome load the post properly.
using plugins: Wp rocket, Google Analytics Dashboard for WP (GADWP), Really Simple SSL, tagDiv AMP, tagDiv Composer, tagDiv Mobile Theme, tagDiv Social Counter,tagDiv Speed Booster, Wordfence Security,WPS Hide Login,Yoast SEO Premium
Hi,
You seem to be using a mobile theme of some kind on mobile
– https://www.screencast.com/t/HaeeWxx8
Try to disable that theme and check AMP again.
Hello, I’ve made a fairly large Html Table (5 columns) and it looks great on the desktop. But on my phone, and with Chrome mobile view inspector it only shows 3 columns at most (Stops at the Type). Can you help me make this table responsive like the rest of the website? Because I’d like for my users to be able to see all the 5 columns on their phone as well.
Here is the link of the table https://gamerdiscovery.com/dofus-rhineetle-guide/#species
I can also add the table into TablePress plugin if that makes it any different, I tested that as well but TablePress doesn’t manage to make it responsive either because the theme forces the Table to a certain width or something.
Hi,
Deactivate the optional mobile theme plugin if you want to display the same content from desktop on mobile.
Note that when the mobile theme is active, you will have to create two versions of a page. One for desktop with the page builder or in any way possible. Also one for mobile, this is limited to the mobile editor and it’s simple capabilities
– https://www.screencast.com/t/jeHTSQZauy
– https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is intended to be used if you want to display a different version of the website on mobile, a simpler and lighter version with no blocks, grids etc. If you want to display those elements, deactivate the mobile plugin.
Thanks
Dear team,
I am having a bit of an issue with mobile display. If I open the page on my phone it does not display at all what I created. It’s like the theme is not loading, it is just a standard page with no blocks. I have the mobile plugin installed. Also, how can I add items to the mobile footer?
webpage: https://moosa-daly.com/549163_wordpress/
Please help! Thank you!
Hello Cristina,
Sorry but please notice that Mobile theme has not been designed to work with Newsmag, unfortunately!
Thanks for your understanding!
Hi,
That is not possible with the current theme settings, the mobile menu will only display on mobile. It is not designed or supposed to appear for desktops.
Hello,
You can simulate a mobile device in the chrome browser inspector like so:
https://developers.google.com/web/tools/chrome-devtools/device-mode/
You do not need custom css to change the mobile theme colors though: https://www.screencast.com/t/Yop8vHu5
Thank you!