- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsWhat is Ajax preloading?
Hi
We’re sorry for this confusion.
We made a general presentation for mobile theme which includes both mobile responsive and mobile theme plugin. The video was intended to be a general overview of the theme’s mobile features.
We will update the documentation in shortest time possible with another video only for mobile theme plugin.
Thanks for your understanding.
Hi
1. You can increase the articles number from Settings > Readings: http://screencast.com/t/PCgTF0s9KEDB
2. The posts from mobile homepage are generated in loop.php: http://screencast.com/t/kjSaNrIH You could use this implementation as exapmle: https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/
Thanks!
Hi
Mobile theme was not intent to support shortcodes and for more detail about its usage please check our documentation: https://forum.tagdiv.com/the-mobile-theme/ If you want to display blocks or any other element from Visual Composer on mobile devices you can deactivate mobile theme plugin and the theme will render all page content as on desktop.
Hope this helps.
Thanks!
Hi
You can try to insert the ads in page content using Visual Composer and make them visible only on mobile devices. For example you can add a new row in Visual Composer where will be inserted an add, then use a css class for it to hide it on desktop and tablets: http://screencast.com/t/oUTqsjamp
Use this code to make that row visible only on mobile:
@media (min-width: 768px) {
.mobile-ads {
display: none;
}
}
I hope this helps.
Thanks!
Hi again Catalin,
thanks for your reply! 🙂 So just to make sure I got you right: The stuff seen on the Video “Newspaper 7 – The new mobile theme”…
https://forum.tagdiv.com/the-mobile-theme/ (as seen here)
…starting from Minute 1:02 has nothing to do with the mobile theme? If so – the video seems kind of irritating to me 🙂 🙂 What do you think?
Looking forward to your reply!
Cheers
Hello,
I want to customize a mobile theme a bit
1. How to display the latest article per 50 article before the paginantion ?
2. Which script control the latest article list ? Because i want to add banner per x item.
Thanks
Sir, i using Newspaper 7 Theme for my website http://gulgal.com/ . I create Movie and celebrity page using Visual composer. This page successfully show and work only Desktop But Newspaper 7 Mobile Theme is not support Visual composer AND not show this page. Please Help me. Bcz This section is really important for Gulgal.com .
Too bad…a fast mobile theme is such an important thing at this time. 🙁
Hi there,
as you can see from my web site (please see http://www.ntr24.tv/), the sidebar contains mostly advertising banners. It is fine on a desktop PC but, if you open the web site on a smartphone, all the sidebar content is placed at site bottom and, unfortunately, our advertisers don’t like to see their ad banners placed at the site tail. Is there a way to display these banners in a different way, for example between the other posts and a litle bit more “up” in the site on mobile devices?
Thanks in advance for any appreciated help.
Giuseppe
Hi Catalin,
Thanks for taking the time to respond. I’ve managed to find a work around using CSS.
I ended up removing the ‘thead’ and ‘th’ table.
I switched this:
<thead>
<th>Brand</th>
<th>Model No.</th>
<th>Capacity</th>
<th>USB ports</th>
<th>Max output</th>
<th>Price*</th>
<th>Buy Online</th>
</thead>
To this:
<tr class="hide-mobile hbold">
<td>Brand</td>
<td>Model No.</td>
<td>Capacity</td>
<td>USB ports</td>
<td>Max Output</td>
<td>Latest Price*</td>
<td>Buy Online</td>
</tr>
Then I created a CSS class for the ‘tr’ (hide-mobile) that hides the top header row when the table collapses on mobile views.
Think it works pretty well when you reduce the page width, you can see it working here – http://gadgetviper.com/best-power-bank-20000mah-review/
The important thing is that I can toggle between visual view and html when editing the post in WordPress without it breaking the tables 🙂
Hello Eric_Vie,
First of all, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
I have checked your website in the mobile mode and I saw that you have the Chinese symbols instead of social icons and mobile menu. Usually, this kind of error appears when using CDN or loading fonts from a different source.
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Hope this helps.
Thanks for your understanding!
Hello Tagdiv Team,
how to get wordpress site content in mobile app. some internet user suggest me use WP REST API .but i found it is not secure. so please tell me how to get content in mobile app secure way using API.
and also suggest me using WP REST API how to get our theme slider post in API
Thanks,
Rahul
HI
What exactly do you want to remove on mobile and tablet, are you rearing at this part: http://screencast.com/t/CeA6FOWJb If so try this css in theme panel > custom code > custom css:
@media(max-width: 1021px){
.td-banner-wrap-full {
display: none;
}
}
If this is not what you mean pleas provide more specific detail about what you’re trying to and we will get back to you in shortest time.
Thanks!
Hi,
For the first request please follow this topic: https://forum.tagdiv.com/topic/open-source-and-via-in-a-new-tab/
As for the quotes on mobile: The color of the quotes is affected by the theme accent color:
http://screencast.com/t/gUVdFGDGIdg
Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:
@media(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}}
Thank you!
Hello,
We did implement the new mobile theme in newspaper 7: https://forum.tagdiv.com/the-mobile-theme/ but infinite scrolling is not part of the new project.
Thank you!
one of my post, has been assign as a video post format and I notice no matter what I do on desktop it keep showing the mobile version and not the desktop version for only that post that I set as video post format
Hello, I wanted to know if it was possible on the mobile and tablet to be able to remove the header of the mobile application ?
Hi, I’m very excited to work on wordpress with newspaper theme.. it was great until I change settings in admin panel from english to arabic … then the page is stretching horizontally by double.. in the left side.. I see the mobile menu despite I work on my laptop !
I need your help .. thanks 🙂
Thank you for the response. Can you elaborate on the theme behavior, since if this is intended behavior, it does not seem to be functioning properly.
My site does not even have a page titled “About Us”, and when I click on “About Us” in the mobile footer for my site, nothing happens.
Is there a way to add some code that will open “Source” and “Via” URLs in a new window. I don’t want to lose readers from the site, chasing a good story.
Preferably in a custom CSS so that I don’t lose changes in an update. Happy if this is a rule across all URLS on site.
Secondly,
On the mobile theme, the block quote text is horrible colour / size for my readership. It reverts to default.
Is their a way to customise it like I can in the fonts on desktop. I would like to Bold it, change size, and colour, as well as state the font to be used.
Hello roca01,
Please try to check and this field from your Theme panel->Mobile Settings, like this -> http://screencast.com/t/7jMHyP6v26w and try to set from there the mobile menu. Please ensure that you have cleared all of caches and test it again and check the results.
Thanks for your understanding!
Hi,
Please provide a link to your site so I can test it and see the CPT and how it displays on mobile.
Thank you!
Hello drae,
First of all, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
I have checked your website in the mobile mode and I saw that you have the Chinese symbols instead of social icons and mobile menu. Usually, this kind of error appears when using CDN or loading fonts from a different source.
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Hope this helps.
Thanks for your understanding!
Hello TagDiv team,
The jQuery on my responsive mobile site is no longer working. This includes the slider, search and menu.
Please can you assess the issue as I am unable to find an answer: http://www.glitched.co.uk
Thanks!
that’s what I did, I was forced to disable:
tagDiv Mobile Theme How can I solve this problem
cordially