- 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
Hi guys,
I’ve made a custom main menu which is sticky on all devices except on mobile.
How do I make it sticky?
I’ve set the zone parameters sticky type to ‘always’ but this hasn’t worked.
https://renovationrates.co.uk/
Thanks
Different ads for mobile and desktop:
I’ve tried adding adsense code in the div with class ”td-visible-phone” and now I can see two ads, one from div with class ”td-visible-desktop” and second one with div for phone.
Display inline two different ads:
It works, just can’t change the look for mobile as I wrote above.
Why “NON AdSense code here”, we can’t use AdSense code there?
hello,
the contents of my page are seen at the personal computer but they are not seen at the mobile theme . however, this situation is not the same for posts. posts are seen at both of them.
Hello,
How to add this code add_filter(‘run_wptexturize’, ‘__return_false’); on mobile theme.
Thanks.
When i load on chrome the mobile theme there is a lot of these errors
evTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
4DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.preload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/include.postload.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEM
May I fix a dimension for mobile theme homepage thumbs?
Because i see on my mobile the images are different one from another, i’ve already installed Imagify and also regenerate thumb on the whole site.
Hi congpine,
Please provide me a link to your website to can inspect it, in this way I will be able to provide the right steps for implement the icon on mobile.
Thank you!
Hi,
Tu display/adjust the ads per view port you can use some code like the one from our documentation https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
use this code for desktop ads ->
<div class=”td-visible-desktop”>
<!– Your NON AdSense code here – this ad will show only on desktops –>
</div>
and this for mobile ads
<div class=”td-visible-phone”>
<!– Your NON AdSense code here – this ad will show only on phones –>
</div>
Also if I’m right the two ads display inline are two different ads with a class for resize
like this -> https://i.imgur.com/ii7AYj6.png -> https://i.imgur.com/86f1ko5.png theexample code can be get from here -> https://pastebin.com/Tuf5gY1W
Hope this will help you!
Thank you!
Hi,
To remove the page title use the page template default -> https://forum.tagdiv.com/page-templates-2/
Unfortunately the background category from blocks can be change only with custom css, only on flex blocks can be change using tagDiv Composer.
example of css -> https://i.imgur.com/yXxD1P3.png
.td_block_11 .td-post-category{
background-color: gray;
}
The code need to be set in theme panel> custom code> custom css.
Also we recommend to use a flex bloc -> https://forum.tagdiv.com/flex-block-settings-guide/ this can be customize how you want.
To adjust the mobile view please try this custom css
-> https://i.imgur.com/X7vnWru.png
.td_block_11.td-column-1 .td_module_10 .item-details {
padding-left: 0;
}
the code need to be set in theme panel> custom code> advance> phone
Thank you!
Hi my home page featured image is not showing correctly in mobile view
See image: https://drive.google.com/file/d/1ctrhuVUrc7-cw5R69CVSffi0ifI9_TOO/view?usp=sharing
Pls advise what I should do. Thanks!
Hello !
That is because whatsapp is a mobile app only and will not work on desktop.
Thank you !
Hello !
As you can see here this works: https://www.screencast.com/t/nbTQH0Bh As mentioned above, you have some kind of cache because the mobile theme is still being displayed on your homepage. You could contact your host and let them know about this if they have caching options.
Thank you !
Hello,
I would like to know how I would be able to improve my website loading speed, the site scores 19 and 60 (mobile and desktop) on Page Insights. I checked out the mobile theme plugin and it improved the site speed significantly to like 50 but prefer not to use it cause of the single template.
Also, how could I get rid of the white background before the background image loads?
the site is http://www.noirgaming.com
Thanks in advance
Hi.
Already fixed the bugs, I have a little location problem with 320 screen images.
Watch the position on the mobile device:
https://i.imgur.com/bvSzdJl.jpg
I think it can be done by custom CSS, using the @media rule (max-width: 320px) so that it only applies the different position to mobile devices than desktop devices, but I have not given how, look what I get as another < style> and I don’t know …
Hello all,
Newspaper Version 10.3.3 has now a smart list toggle in the mobile theme options from where you can switch to Smart List Version 2 (displays all list items on one post).
This helps you to generally select the mobile smart list version that your website uses.
That’s great. How it could be improved upon:
Implementing the option at post level
Hello all,
This issue has been fixed with Newspaper Version: 10.3.3
There is now a smart list toggle in the mobile theme options from where you can switch to Smart List Version 2 (displays all list items on one post)
@Tagdiv team, thanks for the implementation!
So, the good news is that we figure out which was the origin of this break of our posts with a featured video: the use of Autoptimize and specifically one option for inline CSS. Mea culpa on our side. We simply disabled for now. However, I assume that we could still overcome this problem by excluding the specific cloud template from being CSS-optimized by Autoptimize, right?
In the meantime, we have another problem (not new): the featured video (again). The static image of the video (before clicking on it to load the video) has a large top border, and the bottom of the video is hidden. It only happens on mobile (although we do not use the mobile theme nor AMP). This phenomenon does not appear on a desktop while simply reducing the screen size (I mean, it happens but the website quickly readapts in 1/10th of second). See the photo here to understand the problem.
However, we tried modifying all parameters regarding CSS for the phone version but it did not change anything. Moreover, we tried by using a PRO cloud template dedicated to video, and the phenomenon is still present, so the problem is not to find on the COMPOSER side. Any solution? We tried playing with the THEME panel, and specifically in video settings, but still no solution.
Thank you
-
This reply was modified 6 years by
Arnaud.
Hi, Is it possible to create a different page template true your composer for mobile verison? lets say i want pretty much whats on the main page but some modules or widgets i dont want the to appear on the mobile version of the site. therefore i was thinking of making another page template
is this possible?
Hello, I’ve installed a social floating icon plugin for my blog posts as the theme doesn’t have such feature and noticed the social sharing is overlapping with the top to bottom icon. How do I move it a bit up on the mobile version?
Hi Calin
Sorry for stealing this topic . But i have the same request.
i have installed that plugin and it works fine on desktop
I’d like to display Cart icon on mobile version too.
how can I put it next to the Search icon or replace the Search icon ?
Thank you
today i use w3 total cache pluging then in the system status it shows this plugin not comfortable with mobile theme.can i use wp rocket premium cache plugin to fix comfortable with mobile theme.
Ok, I’ve created a new theme. I’ve added some ads in the content and now this adsense ads looks very weird on mobile and tablet. How to change that? I’ve set up 728×90 ad on desktop, how to make now different ad sizes for mobile and tablet? https://prnt.sc/sfesn2
Hi, Călin,
I want to remove the page title.
Another question, how do I change the background for the category in Block 11? Also, in Block 11, how do I hide the author and the date?
On Chrome, on mobile phone, block 11 looks like it has 3 columns: image, empty, text. How do I make it look like 2 columns? Here’s the page I’m looking at: http://www.homeloanmine.com. I would like it to look like it does on desktops.
Thanks,
Dusan
-
This reply was modified 6 years by
dabk.
Hi,
The file responsible from mobile theme plugin and amp posts is this one > wp-content/plugins/td-composer/mobile/single.php -> https://i.imgur.com/sgdgEmt.png
Hope this will help you!
Thank you!
Hi,
1. You need to edit the page with tagDiv Composer, click on the first block and check the css tab -> https://i.imgur.com/QX7RCky.jpg set the margin bottom 0 -> https://i.imgur.com/kH3bbaU.jpg aftr that click on row -> https://i.imgur.com/hTehlOu.jpg and set the margin bottom you want, for example 4 -> https://i.imgur.com/KKxN2Pp.jpg
2. If you are using the social counter of Instagram, make sure that you set in theme panel the api key -> https://forum.tagdiv.com/instagram-widget/ also for YouTube you need to use an api key too -> https://forum.tagdiv.com/youtube-api-key/ after that the social counter should work -> https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Also if you are using cache plugin, you need to clear all cache.
3. If you are using the mobile theme plugin, hen you need to set the mobile logo here -> https://i.imgur.com/Kg5l5uL.png if you are using the responsive version, you need to set the logo with tagDiv Composer -> https://www.youtube.com/watch?v=HXQQygkCCJo
4. You can change the background image from here -> https://i.imgur.com/013hPu8.png also if you are using the mobile theme plugin you need to change it for mobile from here -> https://i.imgur.com/lwZs1hu.png
5. The page speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
Hope this will help you!
Thank you!