- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hello,
I am trying to add Google AdSense’s new “In-feed Ad” in the related articles loop in your theme’s mobile version. For now, I was only able to track the file interested for the “loop generation”: Newspaper/mobile/includes/modules/td_module_mob_1.php
The problem is the theme is using some sort of class paradigma and that’s a problem since I want to insert an ad on the second/third position. Here is an illustration: http://i65.tinypic.com/293x24x.png
Hope I was clear enough.
Thanks.
How do I pick what shows up on the mobile home page. Right now for each post it only shows a picture, the title, and the review stars. Is there a way to show the categories or tags or anything else? I am not using the Tagdiv mobile theme since it won’t show visual composer pages. So I am only using the default mobile theme.
i did click on read more cant find an option to install mobile plugin
i had it earlier but by mistake I deleted it from theme panel
please help
In the mobile theme home page, I can see the first 3 articles with large images, then the “Latest Article Section” again starting from the first one. is there a way to setup an offset, like for blocks in tagdiv composer?
thanks
Manuel
Hello,
Pleas read this guide to learn about the mobile functionality: https://forum.tagdiv.com/the-mobile-theme/
Thanks.
Hello johndavidlugtu,
PLease notice that our Mobile Theme does not recognize the shortcodes generated from Visual Composer and all the pages created with Visual Composer will not be shown in Mobile Theme mode, sorry! This plugin has the own specific layout and was specifically created to be very fast than the Mobile Responsiveness version.
For more information about this concept, please check the following useful guide here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks for your understanding!
Resolved ! I disable Tagdiv mobile theme.
Hi, I would like to ask if i am doing something wrong.
All layouts and grid looks great on desktop.
When in mobile Most of the grid dissapeared.
Would anyone please help?
blog.wewemedia.com
Thank you
I am also having this issue. With Cache enabled the themes mobile pages display on the desktop and vice versa. This is extremely annoying as I have had to disable cache which gives a very slow experience for our users.
Is there anyway to resolve this?
Hi Bogdan,
I came to that idea too, but your suggestion is unfortunately not a solution for me.
Maybe you can have this in mind for future updates of the theme. It will be good for UX on mobile.
PLEASE HELP.
I was trying to optimize my site by deactivating some plugins, checking errors, setting CloudFare and W3 Total Cache etc. But when I was done (and purged the cache) I noticed that the mobile theme was all over the desktop. So I deactivated, waited, purged and activated (purging again).
Now the mobile theme is not working.
All I see is the responsive desktop theme on mobile — which is now bad at all, but for Google/SEO, I need a mobile theme to load faster.
Thanks.
Hi every one,
I have installed newspaper 8 on the site https://sugoi.vn
When using mobile devices, the site only shows the last 10 posts. Even when clicking on page 2, 3 or the next button, it only shows those posts. (The url change, but the content doesn’t)
I have not done any customization.
Does the theme need any setting in order to make this function work well? Or how to fix it?
I decided to install the Mobile Theme plugin since without it, my website takes a long time to fully load on a mobile device. However, only the homepage seems to have the “predefined page template”. How do I do that for my other pages?
Hi, just an idea I feel the theme should have a decent AMP plugin come with it that doesn’t require much change to the layout. I have used quite a few others but they totally ruin the mobile design. Plus as some of us write for Google News we get put higher up the list if our website is with AMP, so this would be quite a bonus for us if it came with the template. Also, I would not mind paying a bit more for it.
Hi,
I have inspected your website and it seems you have managed to remove that background image from the mobile menu
– https://www.screencast.com/t/eW3HoQXoiaM
The slider should look the same if you imported the exact slider
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
All the demo sliders are included in the theme package. The revolution slider is a very complex plugin with lots of settings and options. Here is also a link to the official plugin documentation
– https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Thanks
Hi,
This can be done, you just have to use the right code. You can use the browser inspector to identify the elements used and their classes in order to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example you can try a code like this as a start, and maybe add more classes or more customization
– https://www.screencast.com/t/sWZ8sfRiophH
– https://www.screencast.com/t/O4SItaVQD
– https://www.screencast.com/t/sICsFHBh2KV
– https://www.screencast.com/t/yziOjRMA
The code must be entered in the Theme panel->Mobile theme->Custom Css. This can be improved the way you like, by adding more elements or removing them.
#td-outer-wrap {
background-color: #000;
}
.block-title,
.td_module_mob_1 .entry-title a,
.page-nav .current,
.td-page-title,
.td-category a,
.entry-title,
.td-post-content,
h1, h2, h3, h4, h5, h6,
.td-author-name a,
.author-box-wrap .td-icon-font {
color: #fff!important;
}
Thanks
Hi,
If you are using the mobile theme plugin, the easiest way would be to try a code like this in order to remove the search from the header
– https://www.screencast.com/t/5WCpIZUc
.td-search-icon {
display:none;
}
Enter the code in the Theme panel->Mobile theme->Custom Css.
Thanks
Hello Simion!
It’s me (again hehe) can you tell me how can i change the background image for menu mobile?
I have already excluded de image – print below – but when i test the image is still there.
thanks simion
i just want to ‘flip’ the colour scheme so mobile is consistent with the main desktop
black background, white fonts
i am a css novice but i’d have thought this would do the trick (but i’ve tried it in the mobile theme custom code css panel, and it doesn’t work)
body
{
color: #ffffff;
background-color: #000000;
}
Hey ! What if i want to remove the search button of the mobile theme
Hi,
Check in the Theme panel->Background options, in the mobile menu and also sign in background settings
– https://www.screencast.com/t/ZFoSnpmOKhv
If that image is present there, remove it from those locations.
Thanks
Hi,
I don’t believe there are plans at the moment for such an implementation. The mobile theme will be displayed automatically when it detects certain devices, not by accessing a different URL.
Thanks
Hi,
If you are not using the optional mobile theme plugin included in the theme package, then these color customization can be made in the Theme panel->Theme colors
– https://www.screencast.com/t/068nEtFDaaGT
You can also set a background image for the mobile menu/search and sign in screen
– https://www.screencast.com/t/PArQZXjaSE2v
When the mobile theme plugin is active, a new section will appear in the theme panel. That is where you can make the customization in this case
– https://www.screencast.com/t/bUF71OkV
More information about the mobile theme plugin here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
In order to have a different menu, you have to activate the mobile theme plugin: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
its simple:
copy and paste same code scrip facebook like hader.php (theme) /wp-content/themes/Newspaper
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pl_PL/sdk.js#xfbml=1&version=v2.9&appId=[ID APP]";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
to
header.php (mobile) /wp-content/themes/Newspaper/mobile the same place
and
comment.php (theme) /wp-content/themes/Newspaper
<div class="fb-comments" data-href="http://www.[YOUR_SITE]" data-width="100%" data-numposts="5"></div>
to
comment.php (mobile) /wp-content/themes/Newspaper/mobile the same place