- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- 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
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Hi,
@masterskg The default sorting for the mobile top grid is by featured posts, this could only be changed in the code, as there is no setting in the matter.
This is where you can make the change to a random sorting if that is what you need
– https://www.screencast.com/t/ydd9GJNt
– https://www.screencast.com/t/2fSGl9Qz8
Thanks
Hello,
The mobile theme will show the same menu style as the responsive mobile menu. It is just a different menu. You have to create a new menu or assign an existing one for the mobile template. There will be a new option in the menus section of wordpress.
The articles and categories will remain unchanged.
Thank you!
Hello,
You can make this change in the tagdiv composer. Here is an example. If I want to hide a specific block on mobile:
access the block settings under css and then activate the mobile view: https://www.screencast.com/t/A7Rcyl2uk
then simply select hide from the display property: https://www.screencast.com/t/Mk03H6HGXzmL
Thank you!
Hello,
The mobile theme will not render an any shortcodes if this is what you are trying to achieve. It was built to ignore shortcodes. The main mobile theme page is found here: https://www.screencast.com/t/GFMYdhxYO
Thank you!
Thanks Simion, that worked perfectly on my laptop, but not on mobile. How to get it fixed on mobile too?
Also, i enter a css code after each update to remove a black flash in my menubar. Can i add the code also to the custom css field, so that i wont have to add it every time after each update?
This is the code:
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #fff !important;
height: 54px !important;
}
.header-search-wrap .td-icon-search {
color: #fff !important;
}
Whatsapp and viber are mobile apps. You get an error when you try to share via whatsapp or viber and are not a device that has the mobile app Installed.
Thanks
View how to display blocks when viewed on mobile/ tablet at this website –
https://singularityhub.com/#sm.00004gpe8x45xe9iwvg14h40hyc8i
The site uses your theme, but the blocks are arranged in order, no horizontal scrolling.
Hello,
Sorry but our theme does not have any option to show the desktop menu on mobile devices. There is no simple solution to disable the mobile menu. Sorry
Thanks.
The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hi,
That would only be possible my overriding the theme responsive design. That is how the grid will display on mobile devices, with a horizontal scroll. Each element is predefined as to how it will behave in all circumstances.
I could give it a try and provide you a custom code, please specify for what grid type you want this, or provide a link to your website where the grid is present. I can’t promise anything, making modifications to blocks and grids layouts are not recommended.
Thanks
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ <?php language_attributes(); ?>> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>
<div class=”td-outer-container”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
I have implemented tagdiv composer and removed visual composer. Used mobile plugin and optimized the speed for the mobile visitors. In addition i have also implemented amp use the AMP for WordPress plugin. Good to hear that the official plugin is goimg to be released. I have a doubt now. After the official release of AMP, what happens to the mobile plugin? Is it still required or can I show the same amp pages to the mobile users? The output of both the mobile plugin and amp pages will be almost same. What is the use of keeping both the plugins?
Hi,
any official advice from the TagDiv Team? (no offense Chris – your posts are great 🙂 )
I’ve read in another thread that AMP will be implemented in Newspaper a future update. So is it recommended to use the Mobile Theme for the moment and wait for the AMP-update of the theme?
My site is tbtbangla.com. im using tagdive mobile theme plugin which is pretty much fast but too simple and lack of customization. On the other hand on PC the sites loads too slow like 7 min!. As i am ameature in web developing i want some customized settings for loading website fast both in mobile & desktop. i have installed following plug ins.
1.jetpack
2.wp smush
3.wp super cache
4.yost seo
5.facebook instant article
tried uninstall and seen no change. Please solve my issue asap
I’ve followed the instructions here and removed the code indicated: https://www.screencast.com/t/nTde1SGwJid.
However, I’m still seeing the og:image added. I’ve been through the documentation and forums here and it seems like removing this code should do the trick, but that extra line with og:image still appears. Is there another way to troubleshoot this? I’ve removed from my main and the child theme and from mobile just in case.
Hi. How to customize scroll to top button? i want scroll to top button on PC and Mobile have green color and transparent 50%
https://drive.google.com/open?id=1xAWNisWB3foOkrTfXR6ES1QgKus_6EcW
I tried the mobile plugin a while ago and saw that the website was faster, although you have to play more programming code to leave it to your liking, unlike the responsive version, in this case I have two doubts:
-In the responsive version, in the mobile version the menu is drop-down but I can not get it to be deployed in the mobile plugin, is there an option?
-And with respect to the meta title tags and meta description, H1 and H2 of the articles and categories, if the plugin is activated use the same as the web or do you have to configure them again?
Hello, I wanted to know how you can make a certain box or slider look on PC but not on mobile or vice versa, is there an option for this?
I am basically looking for a fix in this section in php file of mobile theme
display Big Grid Mob 1 and the content at the top of the page
I want the posts in grids to be randomised please
hello I noticed that by enabling your mobile plugin the site becomes faster and I get better performance results.
I would need to insert code inside a homepage theme, how can I do? what page should I change?
Hello,
We are using the Newspaper theme on multisite.
We have set sharing: LinkedIn, Twitter, Facebook, Telegram, Whatsup, Viber, Googleplus, Pinterest
On desktop/laptop we see only LinkedIn, Twitter, Facebook, Telegram, Googleplus, Pinterest http://prntscr.com/i4y0ew
Here is what we configure http://prntscr.com/i4y0u7 and http://prntscr.com/i4y13l
So we cannot share viber and whatsup on desktop. These icons are ignored.
On mobile version we see these icons http://prntscr.com/i4y1ze and icon with plus which displays all configured icons http://prntscr.com/i4y3iz
Please note: the problem is that viber and whatsup are not shown on all screens excepting mobile. We want sharing icons to work the same way as on mobile.
Hello,
I wanted to keep the main menu in the mobile view without appearing the responsive hamburger menu.
How could he do it?
http://7televalencia.com/deportes-2018/
Thank you very much!
Hi,
I am new to using newspaper theme, i see that a small menu up blue icon comes up when ever i scroll down, if i click that it take me to top of the page. Its a cool feature, however the button does not come on mobile devices can any one please help my website is – http://www.lordofmarketing.com/
Hello! Element Big Grid appears on mobile devices with horizontal scrolling, is it possible to make posts lined up one after the other?
https://yadi.sk/i/62XX3sxK3RiXtm
Hi, guys. I’m using
.td-post-content p{
text-align:justify;
}
on custom code to justify text on my posts, but I don’t want justified text on mobile. Is there a way to do that? Thanks