- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Buna ziua TagDiv!
Am urmatorul site: http://www.sociedelic.com si as dori sa adaug comentarii si pe mobil.
Pentru partea desktop fisierul comments.php a fost modificat, adica sters tot continutul si adaugat doar asta:
<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/en_US/sdk.js#xfbml=1&version=v2.4&appId=898431453537286″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=”fb-comments” data-href=”<?php the_permalink(); ?>” data-width=”100%” data-numposts=”10″ data-order-by=”social” data-colorscheme=”light”></div>
Este in regula? Iar pentru mobil, as dori sa fiu indrumat de voi, ce trebuie sa modific/adaug. Am gasit niste raspunsuri dintr-un search dar nu inteleg ce trebuie sa modific.
A quick fix here:
https://forum.tagdiv.com/topic/mobile-theme-errors-since-7-3/
Hi,
I’m updated follow instruction, but Mobile theme still cannot active in mobile device. Please check this problem at http://cachsong.info
Hi, how can i use newsmag old mobile version?
very bad news, we bought wrong theme? as newspaper mobile theme if not come unhappy customers. because newsmag very very slowly on mobile maybe you can solve this problem tagDiv is a biggest theme developer in themeforest.
Hi, Author name is hidden in mobile theme, how to fix that?
See the attached screenshot!

HI
We did not made a decision in this regard and I can’t provide an accurate answer in this matter. However in near future we don’t plan to include mobile theme in Newsmag theme but maybe in future we will consider it for implementation.
Thanks!
Hello seifdine,
Unfortunately, please notice that our theme does not have an RTL support and that’s why the mobile menu will appear on the desktop version. As a quick fix in this regard, please try to use the code below and place it in Theme panel->Custom CSS area but still you will also need other additional customizations which cannot offer them because we cannot provide custom work at the moment, sorry!
The code is ->
.td-menu-background,
#td-mobile-nav {
display: none;
}
.td-menu-mob-open-menu .td-menu-background,
.td-menu-mob-open-menu #td-mobile-nav {
display: block;
}
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!
Thanks for your understanding!
Hi,
The homepage does not require anything in the mobile editor. The homepage has a predefined layout: http://screencast.com/t/T7fXH46f060 and custom content will appear between the grid and the latest articles section if you add content in the mobile editor.
Thank you!
Hello Catalin,
Thanks for give me code.. however i would like to discuss about your support policy
“If you want to exclude a category from the Related Articles on mobile theme, please notice that is not a simple task and you will have to check the code from front-page.php core ”
Actually after looking the codes… it actually very simple and it can be done under 1 minutes… in front-page.php
i only need change :
// query used on Latest Articles section
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $posts_per_page,
‘paged’ => $paged,
);
TO
// query used on Latest Articles section
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $posts_per_page,
‘cat’ => ‘-71’, //One Line of modification
‘paged’ => $paged,
);
I thank you for providing me with the code placement, but i’m bit disappointed on how you said “this is not a simple task”… because i don’t ask for adding features or something difficult, but rather ask where the query happen, where you put the code for this and that.. because you guys code this.. and this kind of modification is only took less then 2 minutes.. which for us (user) perhaps taking more time as we must understand on how Newspaper Framework works..
Is something like this is beyond the scope of your support ?
-
This reply was modified 9 years by
admindoxa.
mobile theme for newsmag same newspaper will update? if it comes when?
@Cat:
I updated my site’s FTP to the new Newspaper theme and, once again, I have an error and NO FRONT/HOME PAGE on my site. (VERY BAD!!) http://www.theautoreporter.com

Theme config
Theme name i Newspaper
Theme version i 7.3
Theme database version i 7.3
Theme aurora version i 1.1
Theme Mobile Newspaper mobile version
php.ini configuration
Server software i Apache
PHP Version i 5.6.24
post_max_size i 65M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 30 – the execution time should be bigger than 60 if you plan to use the demos. To see how you can change this please check our guide here.
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
SUHOSIN installed false
WordPress and plugins
WP Home URL i http://www.theautoreporter.com
WP Site URL i http://www.theautoreporter.com
WP version i 4.6
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 40 MB/request – We recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
Mobile devices need smaller footprint page loads for better user experience and SEO, etc.
Complex page => desktop
Simpler page, less bandwidth, smaller footprint => mobile
This is why Google and others have come with alternate solutions like AMP, etc.
Mobile speed *is* now a ranking factor for mobile with majority of web traffic NOW on mobile devices.
So, the idea is NOT ridiculous, but clever way of serving two version of site when “responsive” alone is not enough for some people. And surprise, you can turn it off if you RTFM.
Welcome to webdev, always a learning experience.
Note that Facebook sets a redirect for all links from FB to a website as well as tracking cookie; if your site does not properly allow redirects or has “too many redirects” then some devices will fail, especially mobile.
If somebody can access your website from any other link except Facebook, then it’s fairly clear the issue is how the site is setup to accept inbound traffic from Facebook.
If your site has popups, popunders, conflicting Facebook data on page, etc. these can also impact FB links on landing.
I don’t work here, just some feedback.
Also note if your site is https and SSL3, TLS1 and 1.1 are deprecated (which are insecure), some older web browsers cannot connect at all over https and will not load page. For example with http/2 and https, old web browsers cannot connect to an https page properly in many cases.
But why I see content in my homepage, but in my WordPress–>page editor–>index page, I see the mobile editor empty?
Hello,
I have checked your mobile theme and it seems you need to update your theme.
Please download your theme again from envato and upload it to your site but do not use the automatic update as the fix for this issue was implemented without changing the theme version. Please use this guide to update (any method except automatic) https://forum.tagdiv.com/how-to-update-the-theme-2/
The about us section from the footer will be grabbed from the main theme so you need to edit it in this section:
http://screencast.com/t/DUKwvpQY
It will grab the info content but it will not grab the footer style. The mobile footer is predefined and there are no options to change it;s style at the moment.
Thank you!
Hello Birbo,
After several investigations in this regard have concluded that this type of issue come from WP Super cache which is not fully compatible with WordPress 4.6 and that’s why this problem occur. We hope that WP Super cache plugin will be updated it as soon as possible and that problem will be fixed. Notice that this issue appears and on Mobile Theme from Jetpack when the caching plugin is active.
Please notice that we have reported this issue to Jetpack and we are waiting for an update from them. Until that, you should use our workaround posted here -> https://github.com/Automattic/wp-super-cache/issues/132
The author will need a bit of a CSS fix as the CSS got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Sorry for the inconvenience but please notice that we will consider fixing all of them as soon as possible in future updates.
Thanks for your understanding!
I followed documentation and activated the plugin for the mobile site. But I realise that it is not showing featured images on the phone, for lead articles and latest article. Also, there seems to be nowhere I can edit about us section at the bottom of the article.
How can I made the corrections on simonateba.com
Hi Catalin, a “sorry” is just not going to do it for me.
I need a theme that will work on all browsers, including browsers such as Facebook as that is where I am getting most of my users, herewith called, traffic, comes from.
Is there a way to claim a refund, as not even the mobile site is wanting to open properly.
Hello, it’s been more than a month since the last update, which as you know, has quite some errors on the mobile theme. I just want to ask if there is an estimate date for the new version with the correction of these issues.
Thanks and Regards
Hello DigitNews,
Please notice that we have our own list of tested browsers where our theme working properly (on the desktop and mobile mode) and as you can see here -> http://screencast.com/t/BVY30mbd It is possible that the theme is working fine on some mobile default browsers but we cannot say for sure this thing. Also, please notice that we have not made any tests with Facebook and also, none of Facebook application is not tested with the theme and therefore we cannot say for sure if it will work or not, sorry!
Thanks for your understanding!
Hi
‘ve checked your site and noticed that you’re using Newspaper theme along with Mobile theme plugin. Note that mobile theme won’t display the content added with Visual Composer, basically will display on the content from mobile editor: http://screencast.com/t/8JZPeH8RkG3 For more details about mobile theme please check this link: https://forum.tagdiv.com/the-mobile-theme/
If you want the same content on mobile as on desktop you can deactivate mobile theme as the main theme have its own responsive version.
Thanks!
when I’m update theme to version 7.3, Mobile Theme error, not show, lost grid 3 post on header homepage, and only run responsive.
This is my website http://cachsong.info/
Hello,
Yesterday, I’m update wordpress version to 4.6, then Mobile Theme (tagdiv Mobile) cannot show when go to website on mobile device, it run resonsive of theme
Please help me to fix this error
This is my website http://olipfun.info/
Thank you!
Hello blogwire,
Please notice that this is not a ridiculous, sorry! I guess that you are referring to the Mobile Editor, right? So, please notice that this section appears only if the mobile plugin is active and there you will add any text you will have to display in your mobile mode but using the mobile theme. If you will read our documentation about this concept, you will find out that mobile theme will render only 2 modules on the front end and this type of text, if it will be added there. -> at the front of the page will appear a Big Grid which is filtered by Featured Category, the text, and the Latest Articles module in the bottom of the page. For more information about our Mobile Theme, please check the documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks.