- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
I’ve installed the mobile theme plugin. My site is multilingual. The user can choose from the main menu the Greek or English edition of the site. Without the plugin the user is taken to the Greek menu if he chooses the Greek flag from the main menu.
However, after installing the mobile theme plugin, the only menu displayed is the English menu. Even if the user chooses the Greek flag, again only the English main menu is shown. I’ve set my languages correctly in the menu settings. Is there anything else I can do?
Many thanks!
1- How to use the TagDiv Composer plugin only in the Home, I do not want it to appear in the single, Is that possible ?
2 – Another question, the AMP plugin that comes integrated in the theme is compatible with this plugin? = https://www.google.com/url?q=https://wordpress.org/plugins/accelerated-mobile-pages/&sa=D&source=hangouts&ust=1528293667391000&usg=AFQjCNEWwuthQz8_8uU-yqyxUqqwKfcOqA
I tested those pages as well, don’t see any problem with them
– https://www.screencast.com/t/cPKydQ0kn
– https://www.screencast.com/t/HCvdctbCONb1
Only when the mobile theme plugin is enabled there would be a problem in this case. Pages built with the composer will show empty of content on mobile. In that case you will have to enter content in the mobile editor
– https://forum.tagdiv.com/the-mobile-theme/
Hi,
Ok, thanks for letting me know they have to be updated separately. I downloaded the theme update but the zip file for the mobile plugin was not included in there, is it in another folder?
Newspaper-tf\plugins\td-mobile-plugin.zip
When I access my website on my laptop, everything is ok. But when I use my mobile phone to access, I go to my menu bar and click things in it, it doesn’t work. I can’t see anything like I see in my laptop. So how should I do to fix it now? By the way, my website is vuivivu.com.
Hi,
So you want to remove the login only on mobile, like this
– https://www.screencast.com/t/uk9DeaYIrHfz
Enter this code in the Theme panel->Advanced CSS in the phones section
.td-menu-login-section {
display: none;
}
Thanks
So friend, I realized that in the theme of you the version for mobile and amp does not work the Web Push system and AMP Web Push, it would be interesting you implement it, see that link …
https://documentation.onesignal.com/docs/amp-web-push-setup
Hi,
Just updated to V8.7.5 and my mobile plugin (and new Newsletter plugin) was disabled and I have this message when I want to activate it again.
PLUGINS DISABLED AUTOMATICALLY
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Mobile Theme
Hi,
The logo will be displayed as you upload it. If the logo would be round originally, it would be displayed round. Or you could try and make it round with some CSS. Like this
– https://www.screencast.com/t/Kg46HEuYolI
Codes for the mobile theme have to be entered in Theme panel->Mobile theme>Custom CSS code
.td-footer-logo img {
border-radius: 50% !important;
}
Thanks
Hello slicedbrain,
Sorry but please notice that background image is automatically created by Youtube and the theme does not have any such an option that allows you to control this section on mobile, unfortunately!
Thanks for the message!
Hi,
Sorry for the delay, I don’t exactly know what happened with this topic it seems to have been overlooked. Sure we can take a look, but I must say the website is displaying the mobile theme
– https://www.screencast.com/t/KMellK6n38
– https://www.screencast.com/t/LaEBpmCK
– https://www.screencast.com/t/kjXy6KtxG
I checked a few posts, category pages and the homepage with the browser emulator and also an Android phone. Are you still not seeing the mobile theme on your end? What device are you testing with?
Hello,
You can install it with content as well, but just remember to change the mobile menu and search background image from the theme panel and the sign-in/join image.
https://www.screencast.com/t/DaCvwoHe
https://www.screencast.com/t/zvVv6MbPjSdN
We will fix this issue in future releases. Sorry for the inconvenience.
Thank you!
Hi,
I could take a look if you are having problems with the mobile theme, please provide a link to your website so I can inspect it on mobile and details about what should be tested.
The mobile theme has indeed options to set a different menu than on desktop
– https://forum.tagdiv.com/the-mobile-theme/
The mobile menu style will be shown as a simple drop-down.
Thanks
Hello,
I’m using the mobile theme. I want to make the logo on the footer round (like on my desktop version: http://prntscr.com/jqc65v)
Now it’s like this: http://prntscr.com/jqc5sd
I’m trying to find the CSS class for the logo, but I don’t find any want to look on the desktop the mobile theme version (in the chrome inspect and all the responsive generators websites, shows the responsive theme without the mobile theme active).
Can you help me to find how to make the round logo?
THanks
I have a problem with the advertisments from Adsene. They don’t show up on my website. Sometimes you can see the advertisements, but at another moment you can’t see them. When I instalised the plug-in for the mobile theme the advertisements showed up and everything was OK. Now, I use the standard mobile theme and it doesn’t work anymore, you can’t see the advertisements.
Could you help me? Could you watch for me if everything I set up (my settings) is right?
Thank you in advance.
Hello @krysteleal
Pages build with page builder like (td composer or js composer) won’t work with mobile theme.
You can either user mobile editor on edit page screen ( http://prntscr.com/jpum6a ) to add content to show on mobile or deactivate mobile theme plugin.
Thank you for your understanding.
Hello, how are you?
I’m having trouble displaying the OneSignal Push plugin, which is not displayed in the mobile (MOBILE THEME) version and amp
In the version for computer this normal, only in the mobile that does not …
Can someone help me?
version portugues below
Olá tudo bem?
Estou com problemas na exibição do plugin OneSignal Push, que não é exibido na versão movel e amp
Na versão para computador esta normal, apenas no celular que não…
Alguem pode me ajudar?
Hey,
Just upgraded to the latest version of the theme, but non of the pages are now mobile responsive and fail the google test. Never had this problem before.
Do you have any ideas why? Its all the posts on the website: http://www.luminousmom.com
thanks,
Hello i want to show the top menu also on the mobile theme. I ahve set in the theme panel–>mobile theme the following
Main Menu to Main Menu and Footer Menu to Header Menu. It still won’t show.
i think it was a cache problem.
in the end the code i posted, worked
i wasnt using the mobile theme plugin.
thanks anywyay)
Hi,
So you want to remove the whole login section or just the Join button?
– https://www.screencast.com/t/IVuWlWhBh
Are you using the mobile theme plugin or not? I will try to help you.
Thanks
hi
i added this code:
@media(max-width:767px){
.td-menu-login-section{
display:none!important;
}}
to hiding the register button in mobile menu (not menu theme)
but it doesnt work…register is still there…
Hi,
The width row settings were introduced a while back, in an older theme version
– https://www.screencast.com/t/HlOpVgGl
Also the 10 full width big grids – https://demo.tagdiv.com/newspaper/full-big-grid-1/
And also the header and footer width settings
– https://www.screencast.com/t/Jws8bFx3HC1
What exactly are you trying to do and it is not working? I will try to help you.
That mobile issue may be caused by the browser used. Try the website on mobile Chrome, Firefox, Safari, Opera. These would be the main browsers supported by the theme.
Thanks
Hi,
I am trying to keep the mobile header using the Crafty Ideas demo install. I have made some CSS customization in the Theme Panel > Custom CSS section and using the Live CSS tool on the admin toolbar.
My header now appears black in iPad portrait dimensions like this – https://snag.gy/TiZJRN.jpg
But I want it looking like this – https://snag.gy/TwFNak.jpg
Thanks
Shane
Hi,
1. In some cases 500 errors were produced by insufficient resources, mainly WP memory. Increasing the limit fixed the errors.
2. Your ID works for me, with the same plugin used
– https://www.screencast.com/t/1x2qe9o5
Try clearing the cache plugin you have installed and also purge CDN cache if used.
3. That is the latest articles page template
– https://www.screencast.com/t/wXoH35F5uI5
The section of posts it displays at the bottom of the page has only numbered pagination. You could select a different page template for the page, then add at the bottom a block of your choosing. Blocks have infinite loading pagination
– https://forum.tagdiv.com/block-settings-guide/
4. The mobile theme may not work as intended or at all with the caching plugin you use. Caching plugins are the number one cause for mobile theme problems. We recommend the super cache which works properly with the mobile plugin. The mobile plugin is optional however.
6. The footer template you use has it’s own predefined widgets
– https://forum.tagdiv.com/footer-templates/
So your widgets will be displayed below them. Use empty footer templates to display only your desired widgets.
Thanks