- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
When the mobile version or amp is displaying on desktop is a cache problem, we recommend to use WP Super Cache with the settings from our guide -> https://forum.tagdiv.com/cache-plugin-install-and-configure/ also if you are using other cache plugins please deactivate theme and make a test.
Let me know the results!
Thank you for your understanding!
Hi,
As I can see you are using the responsive version for the entire website.
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
“the mobile theme still does not work” unfortunately I do not understand, what are the problems, please provide some more details to can figured out the issue, only in this way I will be able to help you!
Thank you!
Don’t save the theme panel section mobile theme for AMP when click save the bottom showing save but not save mobile theme only amp. why?
I’m encountering exactly the same issue. I would like users to be able to click on the image too (both desktop and mobile version.) Looking forward for a solution.
Hey! Weird problem..
When I access my website on a mobile device, the menu that is displayed when you hit the icon comes up in a radiant rainbow color. I have it set to AMP on the mobile menu, but when I go to select Mobile or Mobile + AMP then the menu is displayed in the colors that I selected on them, but I don’t have any of the posts come up on my pages.
Everything on the website displays correctly on every page when I have set to “AMP”, but I can’t figure out how to change the color of the menu through the system unless it’s something that I need to code? AMP works fine, but I just need to change the menu color. I’m not seeing anything in the options and what I do have set only displays when “Mobile” or “Mobile + AMP”, but then I get no content on my pages. I’d prefer to use AMP because it’s cleaner, but also curious about the other issue.
my website is http://www.arcadianmedia.com
Hi!
A have discovered a new problem – I can’t change main menu at my website. After I made a new menu and assigned it to main header menu – nothing changes:
https://clip2net.com/s/46LvtKo
However, new menu appears in mobile version.
Although when I make changes in existing menu, I see them on the site both in desktop and mobile.
Any thoughts about reasons and solutions?
Thank you.
im Not using the mobile Theme plugin at all,
My website still showing mobile version from my previews demo, even though I have installed the Pulses PRO, so in desktop it’s showing the Pulses but in mobile it’s different.
Right, now I have the website under maintenance, if you want, I will give you a username and password so you can check it well, I have tried to disable the plugins but the option to configure the menu in the mobile version still does not appear.
I’d also like to know how I can make javascript work, I have a function but I can’t get it to work.
-
This reply was modified 6 years by
mojetevil.
Hello, I noticed that mobile theme is showing also on Tablets. my samsung 10″ tab is loading mobile version of theme. How can I show responsive theme instead
Thanks
I’m working in TD Composer. And, I have added elements to the homepage in the desktop view. https://imgur.com/a/nMboaMI There is some text below the header and some icon boxes.
Then, in the phone view, this happens https://imgur.com/a/QPircKd There’s a huge space where nothing is in there. That doesn’t look good at all.
I’m creating a homepage in TD Composer. In the desktop header, there is a row with a background and then inner rows with text. https://imgur.com/a/aQa2Cvz (obviously there are two header menus in this screen capture. I’ve asked in a previous forum post how to remove the one I don’t want).
Then, in the mobile phone view, the text disappears. https://imgur.com/a/0Lawjwm I assume it slid down the page.
I’ve done more trial and error. In the mobile view, I found one line of text and reduced the font size and reduced the empty space above it. https://imgur.com/a/1Fi3jGj So, now one line of text appears in phone view.
But, the other line of text is no where to be found on the mobile view. No where.
Then, I go back to the desktop and see this. https://imgur.com/a/vjx2wt8 The text is moved over the top of the fellows face. That won’t look proper.
So, how does a person make this page work for desktop, tablet, and phone. And, look professional. As it is, we couldn’t go live with this.
The capability for a website to look good on all devices is essential.
Can TD Composer do this? What’s the solution?
I have also problems. AMP is installed and activated but in theme/plugins there is displayed it´s not.
In plugins is also notified:
“The tagDiv Mobile Theme now works best with the AMP plugin to provide a complete solution for your content on mobiles.
I disabled all plugins and I reinstalled the AMP modules again but the error still exists.
Hello – when using the mobile theme, the logo and search icon are bunched up on the left hand side on top of the menu icon. You can see what I’m talking about at https://www.midliferambler.com. How can I fix this?
When I create a webpage using TD Composer I first create it in the desktop view. Then, I’ll take a look at it in the mobile phone view.
Does your theme or TD Composer scale the text size for phone view?
Many other theme do that. On the desktop, titles can be in fairly large fonts that won’t display well on a phone.
I need to determine the best TD Composer element to create a section like this for the website. https://imgur.com/a/6v2LrbZ
Is this 3 rows? Or, are some elements combined?
How will this element work for mobile? Will the text wrap properly? Does the text and/or icons scale for the mobile display or is it the same size as on the desktop?
I need to determine the best TD Composer element to create this section for the website. https://imgur.com/a/uOY0eEk
It looks like this would be 3 rows. One for the title, one for bullets, and one for the button. In the bullets row, there would be 2 columns or 4 columns? What’s the best way to center the columns with the bullets?
For the bullets, what element should be used? Are 2 needed? One for the icon and one for the text?
How will this element work for mobile? Will the text wrap properly? Does the text and/or icons scale for the mobile display or is it the same size as on the desktop?
Hello,
I need to show different slides depending on the device used. Slider revolution element by td composer doesn’t have show / hide option depending on the device.
I tried to use ad custom box by the shortcode but it doesn’t appear. I used the following code
<div class=”td-visible-desktop”>
[rev_slider alias=”slider-1200×1400″][/rev_slider]
</div>
<div class=”td-visible-tablet-landscape”>
[rev_slider alias=”slider-1200×1400″][/rev_slider]
</div>
<div class=”td-visible-tablet-portrait”>
[rev_slider alias=”banner-mobile-1″][/rev_slider]
</div>
<div class=”td-visible-phone”>
[rev_slider alias=”banner-mobile-1″][/rev_slider]
</div>
I also tried to add different slides by Raw HTML element in TD COMPOSER but nothing!
However using the following code into sidebar by custom HTML widget
<div style=”margin-bottom:30px”>
[rev_slider alias=”finestrella-sn”][/rev_slider]
</div>
<div style=”margin-bottom:30px”>
[rev_slider alias=”finestrella-dx”][/rev_slider]
</div>
It appear.
Can you help me?
Hi I have activated the amp plugin recommended by you among thema plugins.
Everything works perfectly except for 3 things:
The search lens does not work on mobile or on desktop
Sharing icons do not work on mobile or on desktop
The infinite scroll does not work on mobile or on desktop.
How can I solve it?
Thanks
http://www.libero-arbitrio.it
I’m trying to set up the header menu. You have some predefined headers in the Cloud library, but I want the header to look like this https://imgur.com/a/wPNbkLH . That is a logo and menu with a row above it that contains a phone number. I don’t see any of your cloud headers that has that specific design.
And, in mobile I want the same thing. But, now it looks like this https://imgur.com/a/kpvcPF2 . The menu looks bad.
So, in mobile I used Header 15 and after changing settings got this https://imgur.com/a/CUyYzT2 .
But, the desktop now has 2 menus and having the bottom one doesn’t look proper obviously. https://imgur.com/a/t1mVRdD . If I remove the bottom menu from the desktop, that removes menu from the mobile view.
I’ve worked a long time to get to this place. Please clearly explain how I can arrive at the two headers and menus I want. It’s been very frustrating.
Hi there!
I have problem when I try to login from the topbar, when I’m ussing mobile. I can’t login, and for now the only way to do this is throw the link …/wp-admin.
How can I fix this problem?
Hi,
If you want to have the same version on mobile device you can use the responsive version (do not use the mobile theme plugin). But if you want to use the mobile theme plugin, you need to know that this is a different theme only for mobile devices, therefore we added an option in case you want to use the plugin only for mobile, amp or for both -> https://i.imgur.com/zIGFysW.png in case that you want to have the responsive version of desktop on mobile, you can use on pages and posts this individual option from mobile theme, for this you need to open the page (in this case homepage) in Gutenberg editor and click on mobile icon and make these settings-> https://i.imgur.com/hRCp8y2.png the mobile editor is only for pages, to set the content for the mobile theme if you do not use the responsive version.
If there is something that you do not understand, just let us know!
Hope this will help you!
Thank you for your understanding!
Hi,
I just check the social media from mobile menu and these are working normal -> https://i.imgur.com/nlucIK8.jpg -> https://i.imgur.com/KTnk5hu.png
If there is still a problem, let us know!
Thank you!
Hello !
Please use this css code: .td-header-wrap .td-header-main-menu {
background-color:white!important;
}
#td-top-mobile-toggle i {
Color:black;
}
.td-header-style-7 .header-search-wrap .td-icon-search {
color:black!important;
}
The code must be inserted in here: https://www.screencast.com/t/s61BcemS2eW
Thank you !
Hi,
The mobile theme plugin is a different theme only for mobile version, if you are using it, the mobile version or amp version or both (depends the option you are using -> https://i.imgur.com/rCtfM8O.png) will look different from the responsive version (desktop version). If you cant use the mobile theme only for amp.
If you want to have the same layout, please use the responsive version option from mobile theme -> https://imgur.com/xsUh0vU and do not set any content in mobile editor.
The settings that you can make for the mobile theme plugin can be found in theme panel > mobile theme -> https://i.imgur.com/EcKUEJa.png unfortunatly for the moment the mobile theme have only few options, there will be more add in coming updates.
Thank you for your understanding!