- ApiPractical example – How to add a new Block and Module
- ApiAPI – Smart Lists – Introduction
- ApiAPI – Category top section style – Introduction
- ApiAPI – Category top section template – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
Hello… For now I’m going to use this as a landing page. So I need to remove the menu when viewed on mobile. How do I do this?
Thanks!
how can I change color for this text?http://prntscr.com/85qutn and for this text?http://prntscr.com/85qpdu and how to change color for mobile menu http://prntscr.com/85qq62
Hi
The theme use those classes like this:
– td-header-row td-header-header to display the header logo on desktop on top of the page: http://screencast.com/t/6h9sroE5s
– td-mobile-logo td-sticky-mobile to display the logo when the affix it’s active (sticky menu) http://screencast.com/t/xe7W55TO
– td-header-logo td-sticky-mobile are used to display the logo on the mobile devices.
Thanks for the message!
Hi
The differences appear when using the block on a 1 column layout or on a 2 column layout, you can see this here: http://demo.tagdiv.com/newsmag/block-16/
Please provide a link to your site so we can inspect this issue and more details if this is not what you mean.
I’ve tested the post style 8 and work’s fine on mobile: http://screencast.com/t/kWrxe1fIV please provide a link so i can inspect this issue closer.
Thanks!
Hello,
I have v6.2 of Newspaper theme installed on my website.
URL : http://www.naukrinama.com
The Menu in the mobile layout is showing trouble. When i open up the menu and then scroll the page the menu also starts getting scrolled. Also when i am mid of any page and then open up the menu, instead of showing the top menu options it shows blank sliding drawer as it has scrolled down.
Let me know the resolution to this.
Hi,
I have checked your site on mobile device and did not found any issues – http://screencast.com/t/oxoptYjlb please provide more details.
Thanks!
Hi,
When I use the block 16 on posts I get smaller images than when I do in the homepage as you can see on the images below.
Post / article

Home page

I would like to know how can I fix the text align on mobile devices for the post style 8.
Post style 8

Post style 1

Thank you!
Hi guys,
I want to disable featured image on all devices except mobile.
Anyone to help me here?
thanks in advance,
Alex
Hi there,
Thanks for the amazing theme. I’d like to hide logo completely on Mobile.
My theme is News Mag and Header style is Default.
Could you please guide me?
Regards.
Harry.
Well “page loading time” is only one element of optimization; there is also Google’s PageSpeed which can impact ranking for mobile users and how well your site will be shown in SERPS. That is one of the main reasons to “optimize” a site — “speed loading” is one aspect while “speed rating” is another. So, obviously WP Rocket and Cloudflare help by re-writing pages for clients, but not everybody wants to pay for those services.
For example my business site has a UX score of 100/100. Desktop 97/100. Mobile 96/100. Avg. page load 1.2 sec with https and no CDN or caching plugin on top. That matters. While various solutions exist, DIY, outsource, or paid service to rewrite pages dynamically — one needs to do something.
So, obviously folks need to research what fits their needs the best.
All great info in the thread as I’m sure the newbies will find it of interest. đ
Hi,
why are there 3 Logos in the source code? Maybe I understand the need of two Logos (1x Desktop + 1x Mobile), but is the third one really necessary?
First:
<div class="td-header-row td-header-header">
<div class="td-header-sp-logo">
<a href="http://dev.promicabana.de/"><x img src="http://dev.promicabana.de/wp-content/uploads/Promicabana-Logo.png" alt="" /></a>
<meta itemprop="name" content="Promicabana Dev">
</div>
Second:
`<a itemprop=”url” class=”td-mobile-logo td-sticky-mobile” href=”http://www.promicabana.de/”><img src=”http://www.promicabana.de/wp-content/uploads/2015/07/Promicabana-Logo.png” alt=”Promicabana Promi News” title=”Promicabana Logo”/></a>
<meta itemprop=”name” content=”Promicabana”>`
Third:
`<a itemprop=”url” class=”td-header-logo td-sticky-mobile” href=”http://www.promicabana.de/”><img src=”http://www.promicabana.de/wp-content/uploads/2015/07/Promicabana-Logo.png” alt=”Promicabana Promi News” title=”Promicabana Logo”/></a>
<meta itemprop=”name” content=”Promicabana”>`
Firstly, I have to say that I am thrilled with my new theme. Thank you so much.
For some reason, each time I publish a new post, it is displaying on my laptop and PC but not when I view it from a mobile or tablet.
Please would you help me solve this issue?
Thanks very much!
They are still working on it, but improving quickly. Some current stats from tests:
Tested http://www.ilike2complain.com with the Full Page Test in Pingdom Tools.
This specific test was done on August 15 at 08:27:39 from Stockholm, Sweden. The web page took 3.32 s to load, used 92 requests, and weighed in at 1.4 MB.
The Google Page Speed performance grade for this web page is 78/100
On google PageSpeed Insights page the numbers are up to:
Desktop: 76/100
Mobile: 56/100
They have completed 1/2 of the work so far. This is a lot lot better then the 20/100 we had 12 hours ago.
btw, you can turn “off” plugins you’re not using until you need them, like regenerate thumbnails. If you’re using the optimization code in the functions.php file you might not need the EWWW plugin. You may not need retina 2x if you start with 640xXX images to begin with, since on mobile they are reduced, but denser, and so make “new version for retina” redundant. If you can live with built-in author box, consider not using the author box pro plugin and modify the file for built-in function.
You can streamline a bit more, probably. But good choices on the line-up đ
The mobile version of my site is not working following upgrade to six, any tips?
http://www.commercialnewsmedia.com/
Chris Thank you for your contribution to the community.
I followed the instructions and reached grade 99/100.
When I withdrew the contents of functions.php I collapsed vps server. :(.
What is the procedure when you work with functions.php?
I noticed that the laoding time grew from 2.2 sec to 2.4 sec.
Does anyone have useful advice for mobile devices out there but I have 50. I use WP-rocket.
i put this in end of my file ( i use newspaper 6.3.2 ):
/*CHRISTOPHER’s CUSTOM MODS – 1.10.15 rev15A – (c) 2010-2015 Chris Simmons */
remove_action( ‘wp_head’, ‘wp_generator’ ) ;
remove_action( ‘wp_head’, ‘wlwmanifest_link’ ) ;
remove_action( ‘wp_head’, ‘rsd_link’ ) ;
remove_action( ‘wp_head’, ‘feed_links’, 2 );
remove_action( ‘wp_head’, ‘feed_links_extra’, 3 );
add_filter( ‘pre_comment_content’, ‘wp_specialchars’ );
function no_errors_please(){
return ‘You appear to be up to no good. Please stop now!’;
}
add_filter( ‘login_errors’, ‘no_errors_please’ );
/* Disable YOAST SEO Admin Bar. */
function mytheme_admin_bar_render() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘wpseo-menu’);
}
// and we hook our function via
add_action( ‘wp_before_admin_bar_render’, ‘mytheme_admin_bar_render’ );
function delete_enclosure(){
return ”;
}
add_filter( ‘get_enclosed’, ‘delete_enclosure’ );
add_filter( ‘rss_enclosure’, ‘delete_enclosure’ );
add_filter( ‘atom_enclosure’, ‘delete_enclosure’ );
function remove_cssjs_ver( $src ) {
if( strpos( $src, ‘?ver=’ ) )
$src = remove_query_arg( ‘ver’, $src );
return $src;
}
add_filter( ‘style_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
add_filter( ‘script_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
add_filter( ‘jpeg_quality’, create_function( ”, ‘return 50;’ ) );
function remove_pingback_url( $output, $show ) {
if ( $show == ‘pingback_url’ ) $output = ”;
return $output;
}
add_filter( ‘bloginfo_url’, ‘remove_pingback_url’, 10, 2 );
add_action(‘init’, ‘myoverride’, 100);
function myoverride() {
remove_action(‘wp_head’, array(visual_composer(), ‘addMetaData’));
}
function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style(‘js_composer_front’);
}
}
add_action(‘wp_enqueue_scripts’, ‘dequeue_visual_composer_css’, 1003);
Hi,
The entire top-bar meaning menu, social icons, sign in wigdet can be displayed on mobile device but it will not look fine. Also you have to many menu items – http://screencast.com/t/TXZeKqUbxqyY so if you want to show the menu you will have to customize it(smaller fonts, space between items) and use just few items. For example – http://screencast.com/t/dy7Fd7ZD
@media (max-width: 767px) {
.td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-widget {
display: none !important;
}
.top-header-menu li a {
font-size: 10px;
margin-right: 8px;
}
}
Hope this helps!
Good morning Team TagDiv,
We have put a lot of time into migrating from our existing theme to Newspaper only to discover this morning that the top menu does not display on mobile – a critical issue for us:(
My site is a multi-site with six sub.sites, each addressing a particular sub-set of our audience. When displayed in any mobile device with a width of 770px or less, the top header menu is lost.
I searched the forum and found this post:
https://forum.tagdiv.com/topic/top-bar-not-showing-on-mobile/
We then tried the suggestions in that without success.
We then manually added the top header content to the functions.php file (see http://ideas2live4.com) but that is a very poor solution as it results in a menu 500 metres deep. For example, one site – http://architecture.ideas2live4.com has a top header menu to the seven sites plus 8 categories in the main header menu with 15 more categories in the drop downs. And we have still only migrated less than half our content!
Is there a more elegant solution? I truly love this theme but this is a huge hurdle.
Thanks for your assistance.
David Wilks
The speed of my website is a tragedy in which may lie the problem ??
Hello
When I disabled inline article ad in desktop, It has appeared a small blank. See capture 1
http://www.cambiatufisico.com/1.png
And when I disable custom article ad in desktop (I use a shortcode to place it above featured image in mobile devices) it has appeared a big blank.
http://www.cambiatufisico.com/2.png
Also, this top article ad is too close to post meta in mobile devices…
You can check in http://www.cambiatufisico.com/no-abuses-de-las-tecnicas-de-alta-intensidad/
Any solution?
Hi,
Unfortunately we didn’t do any tests with this facebook mobile app, please provide more details about it and the phone on which you made the test.
Thank you!
Theme does not include any flash files.
Those are most likely from all the ad units you have loading on your page! Try turning some of them OFF to see which ones loading all the Flash content.
You have way too many ad systems running. That likely violates AdSense rules, but not sure. From quick scan looks like you have something like 10 different ad systems on the one page … page file is HUGE (6.7MB are you crazy?).
This page would be epic fail for mobile users.
Hope you can help me fix this.
Images are not loading when I try to view links from my site through the facebook smartphone app.
As you can see in this shot, the logo has been replaced with another image and the featured images doesn’t show: http://brandinginasia.com/wp-content/uploads/2015/08/screen.jpg
And in these you can see that no images are appearing at all. This is in all posts viewed through the facebook app.
http://brandinginasia.com/wp-content/uploads/2015/08/IMG_1112.png
http://brandinginasia.com/wp-content/uploads/2015/08/IMG_11131.png
This is even after waiting an extended period of time. Videos are viewable, adsnse is viewable but not images.
You can go to my facebook page and see more brandinginasia.com posts through your mobile app to see.
Hi,
Please clear cache if you use a cache plugin and also the browser’s cache(use Ctrl + Shift + R for Chrome) as I have checked your videos and they look fine on mobile device – http://screencast.com/t/dq8Jq30sje
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
I have the same issue on mobiles.
Posting here because of reasons… đ