- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- 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
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
Hi
Mobile theme plugin does not support shortcodes and unfortunately there is no easy way to accomplish the desired result. You can use Social Counter on mobiles only if Mobile theme plugin is disabled.
Thanks!
So, I want to remove Google fonts, stop them being loaded in page head, and use default mobile friendly font stack, also works for desktop:
——- PART 2 / FONT SWAP;
remove default Google Fonts in theme and loaded externally ——–
Should i apply Part 1? and where is the part 1?
-
This reply was modified 9 years by
Syams.
I have problems with the mobile version of the theme. Some pages work well , others not. There are pages that the mobile version desktop assumed as placing the sidebar of the desktop version .
Please navigate the website in the mobile version , so see the problem.
I can’t activate Mobile theme. Activate button disappeared.
this is screen: http://www.picz.ge/img/s4/1609/19/b/b87cf1817f6f.png
Hello,
I am trying to load my custom post types within the blog roll located at freedomfightertimes.com/news or in any category on the mobile version of the site but it seems as though it is not able to pull the custom function code into the mobile theme.
How do I go about doing that?
In other words, how do I register custom post types with the mobile theme?
Thanks for your time,
Nate
I am using theme on my site, but it doesn’t appear on the mobile version on Newspaper 7. What should I do to enable it?
Can this be a request for next update?
so add feature to add facebook pixel code and google remarketing tag
for desktop and mobile themes..
i believe that feature is really important for marketer..
thank you..
Ok, found the Problem:
you have to disable the mobile theme. then everything looks like in Desktop browser with slider and everythink correct.
if someone has the same problem.
Already fixed this problem 🙂 I had to edit the style.css file of the mobile theme.
Hey,
The google adsense 336X280 ad is not showing properly as Article Inline Ad.
I set it up to be in the center (full post width), but as you can see it’s on the right side.
https://postimg.org/image/6vcsaf153/
I want it to be exactly in the middle.
One more question, If i use mobile theme, only ad codes in the mobile theme setting will show on the mobile site?
URL – dailybuzz.co.il
Thanks
I like “blog style” blocks such as Block 11 and Block 12 on full size screens. However I do not like how they display on mobile screens. I would prefer that they wrap “vertically” such that the featured image is full width on top, followed by title and excerpt. Newspaper theme, however, keeps them in a horizontal arrangement with a small picture on the left and the title and to the right.
Here is a link with two screenshots. One shows what I like, and the other shows what I don’t like:
I think Newspaper theme is outstanding. This is just the one thing I don’t like. Is there a way to accomplish the functionality I’m looking for? Please let me know if I am missing something.
Thanks!
Hi,
when i go to the top of the page:
only iphones,
hhttp://www.screencast.com/t/ZPDPtT0oOT1
http://www.screencast.com/t/lszTejzm
The problem had been in old version of theme and it continues now in version 7.4
How can i resolve it?
I had a language switcher on my mobile theme on a previous version of Newspaper, but after I updated it to 7, it displays on the Desktop version menu, but not on the mobile version, if the mobile plugin is enabled. How can I get it to work with the mobile plugin? Thank you!
Here’s the code I used:
<div class="td-icon-lang menumobile">
<?php
$languages = icl_get_languages('skip_missing=0&orderby=code');
$html .= '';
if(!empty($languages)){
foreach($languages as $l){
// if(!$l['active']) $html .= '';
if(!$l['active']) $html .= '';
// if(!$l['active']) $html .= '';
}
}
echo $html;
?>
</div>
</div>
I have exactly the same problem, I had not noticed this before but then when I activate the mobile plugin, my posts are not clickable.
I am losing a lot of traffic and this explains the high bounce rate I have been experiencing. A huge percentage of my visitors are on mobile and if this is not resolved. I have to switch to another theme.
I was wondering if you have any suggestions to improve my website (American Betting Site): http://americanbettingsite.com
Here is my PageSpeed Insights: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Famericanbettingsite.com&tab=desktop
I am currently running the Speed Booster plugin that comes with the theme. I do not have the mobile theme enabled.
Thanks.
Hello,
i have Newspaper 7.4 installed with Travel Blog demo without content. Everything works fine, except the mobile theme. No Slider and the columns are spelled in englisch. mobile theme installed, and set to standard settings.
On the mobile, if i switch to desktop version, and then back to mobile version, everything looks fine. after viewing some sites, the right thing is gone.
tested mobiles: android mobile with chrome installed. samsung tablet with chrome installed
thanx.
Hey,
I have a facebook comments plugin install, which shows on desktop >> https://postimg.org/image/b7ps00lop/
But on the mobile theme the facebook comments isn’t showing up >> https://postimg.org/image/owybkgxwj/
Why is this? And how can i show the facebook comments on mobile as well?
Thanks
Hello,
This is a result in you altering the theme css in order to make it rtl. The elements on the left are the mobile menu elements which are hidden by default and they should not be visible or scrollable. Please check your custom code you implemented and figure out which part of the css does this.
Thank you!
Hi
We removed the install buttons because many people used to believe that it’s a required plugin and without it the the site won’t be responsive. This plugin is an optional plugin mean to sped up the site on mobile devices. The mobile theme plugin is included in Newspaper-tf/plugins folder: http://screencast.com/t/jrlkLPSuK2p and can be installed like any other plugin from wordpress dashboard. If you’re using Seo By Yoast plugin install this version of mobile theme plugin: http://cdn.tagdiv.com/wp-content/uploads/2016/09/td-mobile-plugin.zip as the one included in theme’s path create a conflict with Yoast.
Thanks!
Hi Catalin,
as I looked deeper now in the structure I discovered in mobile-menu.php the following Code:
<code> <!-- login section -->
<?php if (td_util::get_option('tds_login_sign_in_widget') == 'show') { ?>
<div class="td-menu-login-section">
<?php
if ( is_user_logged_in() ) {
locate_template('parts/logged.php', true);
} else {
locate_template('parts/login.php', true);
}
?>
</div>
<?php } ?>
I opened the File /parts/login.php an changed the code in following ways:
//if admin permits registration
$users_can_register_tab = '';
if ($users_can_register == 1) {
//add the Register tab to the modal window if Anyone can register chec
$users_can_register_tab = ' <span></span>' . __td('Join', TD_THEME_NAME) . '';
}
echo '
<div class="td-guest-wrap">
<div class="td-menu-avatar"><div class="td-avatar-container">' . get_avatar($current_user->ID, 80) . '</div></div>
<div class="td-menu-login">' . __td('Sign in', TD_THEME_NAME) . '' . $users_can_register_tab . '</div>
</div>
';
This seems to work in Mobile View. Instead of showing now the Login Tab a Link now redirects to my own Login Page. The same with Join Tab – A unregistered User is redirected to the Register Page.
Can you confirm that my changed Code in Theme is free from Error?
And last but not least in Mobile View there is another Link I discovered within Login. If an User is logged out and he has to be logged In to write a Comment the Login View opens in a Modal Window in Mobile View.
In which file an where to change this part of Code to get redirected to my own Login Page instead of opening a Modal Window for Login?
Thanks for your reply
Greets, Karl
Hello,
We always recommend updating via ftp as it;s the safest method. WordPress can fail on multiple occasions. Please use this guide to update and choose the ftp method: https://forum.tagdiv.com/how-to-update-the-theme-2/
A theme update will also fix the author name on mobiles for the mobile theme.
Thank you!
Hello,
The background color of the mobile menu can be changed from here: http://screencast.com/t/ScSJiimKnyif or if you use the mobile theme plugin: http://screencast.com/t/xb35xNWWA8u6
The 3 sections of the footer were not designed to be identical width between them. The logo container is smaller so there will be more space for the other containers. IUf you want them justified, you can use this css code:
.td-footer-wrapper .td-pb-span3, .td-footer-wrapper .td-pb-span5, .td-footer-wrapper .td-pb-span4{
width: 33.33333333%!important;
}
Thank you!
Hi,
All the information about our Mobile Theme can be found in our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks.
Hello Dustin,
Sorry but apart from the super cache issue, we have no such reports of the mobile theme behaving like that.
We only tested our mobile theme with wp super cache so I cannot say for sure if your caching solution work with our theme or not, We can only recommend what we have tested.
You can also try to disable all plugins except visual composer, clear cache and reset cdn files in order to rule out a plugin conflict. We do not know of any other solution as we only identified wp super cache to cause this for the moment. Try your caching solution on another wp install. Create a sub-domain with the same settings as your main site and do not install the theme. Leave just a wp default theme and try the jetpack mobile theme solution. WP super cache also affected the mobile theme from jetpack, not just the one from our theme. This way you can figure out if the problem is caching related or theme related. (our mobile theme only behaved like this with wp super cache so I think it;s safe to assume it’s your caching solution causing it)
Thank you!
Hello,
Please make sure visual composer is installed and active on your site. What version of the theme do you use? What version of visual composer? Do you use the mobile theme?
The most common case is the mobile theme plugin which provides a second editor in the back-end so you have to scroll down a bit to see the visual composer editor.
if this is not the case, please disable all plugins except visual composer. clear cache and reset cdn files if you use it.
Thank you!