- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hi,
You can use the shortcodes only for the elements available in the Visual composer editor – https://www.screencast.com/t/yWZXnU2N and even then it could produce unexpected results and problems in some cases. About the mobile responsiveness, it is defined in the theme’s css file – https://www.screencast.com/t/NiCnaubFun but if you want to make changes on a specific device you can enter your code in Theme panel->Advanced Css – https://www.screencast.com/t/KDRq0MzPimg
Thanks
Hello,
Well the mobile theme is a plugin and plugins cannot be handled through the child theme. You will have to make the modifications in the main theme though. or you can simply hide the footer with css like so:
.td-mobile-footer-wrap, .td-mobile-sub-footer-wrap{
display:none!important;
}
You can add the code in the theme panel-> mobile theme-> custom code section
Thank you!
Hello moffzar,
I have checked your website and I saw that your Chinese page displays 10 posts and on mobile displays the same 10 posts. It seems to be displayed the same articles for the both screens (desktop and mobile).
Thanks for your understanding!
Salut,
In momentul acesta nu vad aceasta problema – https://www.screencast.com/t/vhGZN4faAHf Dar cel mai probabil acest lucru este cauzat de un plugin sau un conflict intre plugin-uri, cum este in majoritatea cazurilor. O sugestie ar fi sa dezactivezi toate plugin-urile exceptand Visual composer si Mobile theme, pe urma un clear la cache si un purge la CDN. Daca rezultatul e favorabil si aceasta problema a disparut, incearca sa instalezi plugin-urile pe rand si sa o depistezi pe cea care afecteaza tema in aceasta privinta.
Multumesc!
Hello newbietamvan,
If you want to hide the breadcrumbs for mobile mode, please use the code below and place it in Theme panel->Custom CSS area.
@media (max-width:767px){
.td-entry-crumbs{
display:none!important;
}
}
The result is here -> https://www.screencast.com/t/uH1tQYzUrB
Thanks for the message!
Thanks. I am trying with your suggestion.
Further, My sidebar contains ‘Stay Connected widget’ and I am hiding sidebar on mobile. The problem is that now mobile user is unable to use that widget on all post. Is there anyway to resolve it.
Hi,
I have a problem with post count. Our website is bilingual; English and Chinese.
As you can see in my http://sciencecareer.asia/category/scholarships/ there are 21 posts. And in the Chinese http://sciencecareer.asia/zh-hans/category/%E5%A5%96%E5%AD%A6%E9%87%91/ there are also the same, 21 posts.
However, when using phone it only load 10 posts and does not load the remaining 11 scholarship post. This happened only for Chinese translation, the English version is working fine.
You can test by using desktop and smartphone. Please help.
Thank you.
What if you want to enable it to show on mobile?
The text in bulleted lists doesn’t wrap to the next line properly.
In the full width site, I don’t have any long lines of text that would wrap to the second line in a bullet.
But, when displayed on a mobile device, the text in bullets wraps to a second line. That second line doesn’t align with the first line of text above it. Here’s a page https://helpuconquer.com/make-life-easier/ You’ll need to scroll down some to see where the text doesn’t align with the line above it.
The example of bulleted text is: Worn down by trying to juggle everything. The word “everything” doesn’t align with the line above it. This is true for all of the bullets on this page.
When the page was created, I used the Arrow List format in wordpress for all of these lists. But, they display as round bullets. I thought Arrow Lists wrapped text properly.
Rather than correcting each bulleted list separately, I’d like to make the correction to any and all lists.
How can that be done?
Thanks,
OK, I am using bedrock boilerplate https://roots.io/bedrock
and here are the plugin list :
+--------------------+----------+--------+---------+
| name | status | update | version |
+--------------------+----------+--------+---------+
| worker | inactive | none | 4.2.16 |
| revslider | active | none | 5.3.1.5 |
| td-mobile-plugin | active | none | 1.1 |
| td-social-counter | active | none | 4.1 |
| td-speed-booster | active | none | 4.5 |
| td-api-plugin | active | none | 1.0 |
| js_composer | active | none | 5.0.1 |
| wp-super-cache | active | none | 1.4.9 |
| bedrock-autoloader | must-use | none | 1.0.0 |
| disallow-indexing | must-use | none | 1.0.0 |
| 0-worker | must-use | none | |
+--------------------+----------+--------+---------+
Disabling all the plugins did not help.
And this error did show up only after playing with sidebar / widget.
Hi,
The mobile theme does not load when using Chrome. It however works when using Firefox. How can I fix this? Thanks.
Hi!
In the theme panel I disabled the footer. On desktop the footer is correctly removed.
But on my smartphone the footer is still showing.
After looking in Newspaper/mobile/footer.php I saw that the td-mobile-footer-wrap div isn’t surrounded by a condition like in Newspaper/footer.php
if (td_util::get_option('tds_footer') != 'no') {
td_api_footer_template::_helper_show_footer();
}
I’ve added this condition around the div in the Newspaper/mobile/footer.php and now it’s working nicely.
I tried to copy and add modification in Newspaper-child/mobile/footer.php hopping it will override the parent mobile footer. But that’s not the case.
Is there a way to do it through a mobile child theme?
Also regarding the mobile responsive theme (standard), I wanted to know how to change the layout of the themes responsiveness. I know how to do it for the mobile theme plugin.
Hello,
What I want to know is if the WP Super Cache demands an extra-plugin to work on mobile.
Best regards.
Hello PedroMiguelMoreira,
The only tested plugin regarding on memory cache is WP Super Cache and it should be installed a single date (mobile/desktop). If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Pedro, take a look at this article. It’s about WPTouch WP Mobile Plugin, but it helps me with TagDiv Mobile Plugin too:
-
This reply was modified 9 years by
mmeida.
You could use this css code, it should make the top menu display in mobile state, just enter it in Theme panel->Custom Css
@media (max-width: 767px) {
.td-header-style-12 .td-header-top-menu-full {
display: block!important;
}
.td-header-style-12 .td-header-sp-top-menu {
display: block!important;
}}
Result – https://www.screencast.com/t/yEapLOO6p8
Thanks
Hello akukunis,
I have checked your website and I saw that you are using the Mobile Theme. Please notice that the mobile theme concept do not recognize the Visual Composer shortcodes and that’s why you do not have any content for your page in mobile mode. For more information about Mobile Theme, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/ If you are unhappy with this, you simply disable the plugin and the theme will be automatically switched to the general responsive mobile mode.
Thanks for your understanding!
Salut,
De ce îmi apare uneori tema pentru mobil pe desktop / tabletă, iar tema pentru desktop apare pe mobil? Este vreo configurare ce trebuie făcută pentru a face ca pluginul tagDIV Mobile Theme să funcționeze numai pe mobil, iar tema să funcționeze numai pe desktop/tabletă?
Mulțumesc!
Hi,
I suggest you try as a test to disable all your plugins, except Visual composer and the mobile theme, clear your cache, purge cdn files if you use it and see if the problem is still there. I have tried to replicate this on my end but with no success, it could be a plugin that inserts the video also in the post content if you are absolutely sure that no video link is within the text of the post. If the issue persists after you have tried this please send us an email at contact@tagdiv.com (provide wp-admin access) and also paste a link to this topic so we can investigate.
Thanks
Hello sir
How to hide breadcrumbs on mobile sir?
Thanks
Hi,
This is my website: http://thotsntots.com/
1) Adsense works on my mobile, but doesn’t appear on the desktop. In the backend it is not disabled.
What should I do?
2) I see Custom ads – how do I insert this? I don’t see it in Widgets.
Tks.
Hello,
I read what you wrote about the WP Super Cache on mobile devices – “External plugin or theme required” – and also the FAQ associated.
The doubt that I have is: that means that, in order that the cache is applied also on mobile devices, I also will have to install an extra plugin? If the answer is “yes”, I ask what do you recommend (in terms of compatibility with Newspaper) of those 4 that are listed on the FAQ of the plugin (Jetpack’s Mobile Theme Module / WPTouch / WordPress Mobile Edition / WordPress Mobile Pack).
Thank you.
Best regards.
Here’s what my fix looks like if anyone is interested…

Now I’m investigating how I should add it to mobile. Still would like a better way than relative positioning though for desktop.
Thanks for getting back regarding that,
I came across an issue which i am not sure why it is happening.
So i built some custom pages via Visual composer but on mobile the pages only show page tile and footer the body is missing.
Is there something i am missing? here is page example
http://www.marijuanasecuritymagazine.com/advertise/
Thanks!