- 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
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
So I pretty much singled out the problem: Its the cache. Even though, I set it up correctly (double checked with our admin). When I log in on a mobile device to admin (no cache), the correct version is served. As soon as I log out, the reponsive version is served :-/
Hi,
This is a really weird problem I am experiencing with Newspaper. On a mobile device, instead of the bult in mobile theme, I only get the responsive version of the desktop theme. That means, that ad options for a dedicated mobile theme (eg. the looped ad) are not displayed.
What can be done to prevent the responsive version from being shown? Thanks
Hello! I need help to restrict search results to include posts only from one category (id=142) both from web and mobile search. Thanks.
Hello Simion,
Thanks for the help. I thought of checking how it goes after deactivating the mobile plugin. Once I did that, everything got solved for the above 3 issues. The header is stretched, home page grid and other posts started to show up, and the navigation button works.
So I believe that plugin must have been creating some conflicts.
Regards
Neevin
-
This reply was modified 8 years by
neevin2017.
-
This reply was modified 8 years by
neevin2017.
Hi,
Please note that content for mobile pages has to be entered through the Mobile editor. Pages created with the composers will not be displayed. This is meant to improve the performance on mobile and give the opportunity to present a simple website version on mobile devices.
The mobile theme plugin is optional, it can be deactivated. Then the same content from desktop will be displayed on mobile, adapted for mobile due to the main theme full responsiveness.
The logo is recommended to be of this size for best results on mobile devices
– https://www.screencast.com/t/Z6hsht079C
Different results could be achieved through customization.
Here you can find more about how the mobile theme works
– https://forum.tagdiv.com/the-mobile-theme/
Regarding the navigation not working, there was an issue with the plugin functionality but it is fixed at the moment. Please follow this topic
– https://forum.tagdiv.com/topic/mobile-tabs-not-loading/
Try the suggestions from the topic and the mobile them should work as intended.
Thanks
You could likely do what the old school folks (like myself) used to do; simply use a sniffer in your headers, and if it’s a mobile device, load different theme/CSS via redirect. Some “mobile plugins” also do this for you.
A developer could likely help you with this for your custom use case, which is not normal. Typically a “responsive” theme is shown to both desktop and mobile, just as the theme was advertised; then possibly a plugin for new endpoints such as the Automattic AMP plugin.
WP has a cheesy “is_mobile” function built in you can try. Or, like most things related to hacking WP, “google it…”
However, some background
https://developers.google.com/search/mobile-sites/mobile-seo/dynamic-serving
Hi,
Last 2 days ago I message this forum. I don’t get the response till now. What’s the problem Newspaper 7 theme?
I buy this theme 2 days ago. My major problem is when I submit my blog post on webmaster then show [YOUR PAGE IS NOT MOBILE FRIENDLY].
Any admin please check carefully.
Please open my post: https://1birthdaygreetings.com/oscar-wilde-quotes-art/
Please check also this screenshot: http://prntscr.com/gsem6s
Waiting for reply
Thanks
Hi,
There is a problem on desktop from what I can see here
– https://www.screencast.com/t/gg1ZKwGlQkE
That could be solved with a code like this
– https://www.screencast.com/t/zI9Zjr3gX2
.page-template-default .wpb_text_column :last-child{
margin-bottom: auto!important;
}
But on mobile I do not see any other issues
– https://www.screencast.com/t/VwBhf0TSb
Thanks
Hello,
I’m having some problems setting up the mobile site. As you can see from the attachment this site’s https://www.skincare-anti-aging.com/ home page have these issues, that I came across. (Iuse newspaper_recipes template)
1) Home page image grid doesn’t show up.
2) Header looks small, appearing in the center, though I have tested with bigger image sizes.
3) The nav menu doesn’t work. Nothing happens when I click it. This sigh # shows at the end of the domain name (.com#)
https://www.dropbox.com/s/4axcom69bduacqw/site1.jpg?dl=0
I want the menu to slide across similar to the example site http://general-health-tips.com
The image header shows properly in this site. Please note though it’s ‘Sahifa Theme’, I just wanted to show it as an example.
https://www.dropbox.com/s/5uetq5rpofar5h2/example-site.jpg?dl=0
So, could you guide me how to set up my site properly so that it looks best with mobile devices.
Thanks
Neevin
Hello,
1. You can use this code to make the text bigger:
@media(max-width:767px){
.td-search-wrap-mob .td-search-input span{
font-size:20px;
}
}
2. I’m not sure how you implemented the icons there. The default implementation of the mobile social icons is like so: https://www.screencast.com/t/5OwpQNJK
The order can be changed by changing the order in this array: https://www.screencast.com/t/MzsqDfiYKi
3. It can only be done with css for responsive options. Add this code in the theme panel-> cuxtom code-> advanced css box under ipad portrait:
.td-excerpt{
font-size:20px;
}
4. The article titles can be changed from the theme panel-> fonts settings.
5. The same order from the array at point 2 is applied.
Thank you!
HELLO SIR, i setup mobile plugin & pc version also, after sometime its showing mobile theme on pc. how to fix.
Hi,
It seems the website is not online at the moment
– https://www.screencast.com/t/2Gwz1oW68pXd
If the mobile theme provides errors, please try as a first step to deactivate all plugins except theme plugins, and clear all caching. Then check if the error is still present. Also check the theme system status
– https://forum.tagdiv.com/system-status-parameters-guide/
Note that the theme is compatible with PHP versions up to 7.1. The mobile theme can be also affected by caching plugins, some caching configurations might cause it to not function properly.
Thanks
Hello,
1. The mobile theme plugin has it;s own settings in the theme paenl at the very bottom of the theme panel.
2. I cannot see the isssue now. Please check again.
Thank you!
Hi,
Elements placed in the page structure cannot be removed just by viewing the page on mobile. I could give you a code to hide this element on mobile devices, it will look like this
– https://www.screencast.com/t/6P52VO9wWjk
This code has to be entered in Theme panel->Advanced CSS in the phones section
.home .td-post-header {
display: none;
}
Enter it there and check if it works as intended. Let me know if there is a problem.
Thanks
Hello,
That’s not the solution. I can’t make my readers on my website to show always follow that.
Is there a way I can permanently disable the theme from showing on mobile totally?
Maybe a css code or something.
Hi,
The child theme has a different functionality than the main theme. It has predefined templates for the front page, post page, smart list, etc. These will be displayed regardless of desktop settings. This is meant to keep things as simple as possible on mobile
– https://forum.tagdiv.com/the-mobile-theme/
Please note that the mobile theme plugin is optional, it is not required. The main theme is perfectly capable of displaying the website on mobile, due to it’s responsive design.
Thanks
Hello GistReel,
Please notice that our theme is fully responsive. If you want to stop that behavior for mobile, you should Request the desktop Site option from your browser settings, like this -> https://www.cnet.com/how-to/how-to-request-desktop-version-of-a-web-site-in-chrome-for-android/
Hope this helps!
Thanks for your understanding!
Hello,
The fonts on mobile are predefined in our theme. You will need to change the size using css. I can provide the code but I will need precise examples of where you want the font changed.
Thank you!
Hi,
The main theme is fully capable of displaying the website on mobile devices, the mobile theme plugin is optional.
If the composer is not working properly, first please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you, if needed. Then make tests again, there should be no more issues. If the problem is still present, a next step would be to deactivate all plugins except theme plugins and clear all caching.
If there is still a problem after, please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look.
Also paste a link to this topic in your email.
The unique articles option will ensure that the content loaded on initial page load will be unique, meaning no duplicates. This is affected by pagination however, if this is used
– https://forum.tagdiv.com/unique-articles/
Thanks
Hello,
The mobile search background is changed from here: https://www.screencast.com/t/jFxUYzyp
But if you use the mobile theme plugin,. You should check the mobile theme settings at the very bottom of the theme panel.
Thank you!
Thanks for your replies.
I’ve tried what you, Simion, said, and it worked partially.
For a page with sidebar (http://zeesl.com/demo/royaldelux/packages/relax/) it works pretty good.
However, in a full-width page (with no sidebar) it’s displayed correctly for >768px (laptops & tablets) but not working fine for mobile <768px.
Any further idea?
May I add some extra CSS styling for “@media (max-width: 767px)” CSS section ?
Thanks in advance!
Christian
-
This reply was modified 8 years by
chart.
Hello cjs,
Unfortunately, our theme does not have any such an option that allows you to change another homepage for mobile than the default general homepage, sorry!
Thanks for your understanding!
1. On mobile, how can I make this “Search” text bigger? https://snag.gy/jR2nWM.jpg
2. On mobile, how can I change the my menu items’ order to be Facebook, Twitter, Instagram? https://snag.gy/elxcKd.jpg
3. On iPad portrait, how can I change the font size of my excerpts?
4. On iPad landscape, how can I change the font size of the article titles in Module 6? https://snag.gy/qX3Jev.jpg
5. Is it possible to re-order my footer social icons to be Facebook, Twitter, Instagram? https://snag.gy/17rQjv.jpg
Hello,
I’m using Newsmag theme on my desktop. But it keeps spilling to mobile. It shows randomly on mobile pages.
Is there a way I can block Newsmag theme totally from showing on my mobile site?
Hi,
I activate my theme a few minutes ago. I am using this theme on my website Birthday Greetings . My major problem is when my theme is inactive then I see some indexing problem. Google show my URL http://prntscr.com/grp5u5. Now my theme is fully active. Can I face this problem again? Is it need any function activation for the mobile theme or auto mobile responsive?