- 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
Hello,
I have installed v6.2 of Newspaper theme on my website.
URL : http://www.naukrinama.com
I have few doubts :
1. I have created a Page Named States : http://www.naukrinama.com/state-jobs
Now just below the page title i want to show sub-category tags of this particular page like this :
http://www.naukrinama.com/government-jobs/
How can i do this ?
2. How can i remove the sorting dropdown in the right corner from Category pages where it gives options as (Latest, Featured, Last 7 Days,etc.) :
http://www.naukrinama.com/government-jobs/
3. Wherever Pagination is coming on Either HomePage Latest Articles or Category Detail Page and I change the page then the URL also gets changed. Because of it, duplicate meta-tags are getting generated in google webmasters.
For Ex. :
http://www.naukrinama.com/
http://www.naukrinama.com/page/2/
or
http://www.naukrinama.com/government-jobs/
http://www.naukrinama.com/government-jobs/page/2/
Can you tell me how can we switch pages without changing the URL (May be changing pages through Ajax or JS requests).
4. I have created a multi column page based megamenu named “States” on my website. But when i open it in Mobile layout then it is not getting visible. It only shows top level “States” option, and none of its sub-options are visible.
Screenshot 1 : http://imgur.com/6sNxIOl
Screenshot 2 : http://imgur.com/LNW9Daf
Hi,
The theme doesn’t have style added for Giphy graphics however I’ve tested this using an embed iframe for this gif: http://giphy.com/gifs/graphics-pD29ZaiThhXsA
You can try to use this custom css to make them appear well on mobile screens: http://screencast.com/t/o6eGth099xT
@media (max-width: 767px) {
.giphy-embed {
width: 100%;
}
}
Add it in theme panel > custom css section.
Provide your site’s URL with an example so we can inspect it if it doesn’t work for you.
Thanks
Hi,
Please check this also with the main theme and see if you still have this issue. If your page is displayed fine on mobile, please make sure that you update the child theme, as if the old version is used you may have some issues like this. I have checked your site and in page source appears 4.3 version of child theme, so please update it, you can find it in the /code folder from theme files that you download from themeforest – https://forum.tagdiv.com/whats-included/
Also here is the new child theme documentation – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
I am using three columns on “homepage blank”, when i use the site in mobile (landscape mode) we need show two blocks per row (pic 2), not one (pic 1). And the third block should be under row together with the first block in the under row. The others two blocks be together in another row.
Pic 1: https://imagizer.imageshack.us/v2/571x343q90/673/ehMrqZ.png
Pic 2: https://imagizer.imageshack.us/v2/571x345q50/910/79WdUj.png
My theme version is: 3.8.1
ÂżHow we can do this?
No crawl errors or significant 404s all is well in Console.
No permalinks and is mobile friendly I’m sure. Pingdom 5s down from 3
Should the code be put in the theme field of using Yoast too?
Pat
Google has been making changes to their algorithm and rolled out latest changes recently; this is an ongoing process. Sometimes changing your page structure, layout, placement of links, etc. can cause a change in indexing. Obviously good to check your Google Search Console (previously Webmaster Tools) for any crawl errors, drop in inbound links, rise in 404 errors if you changed permalinks, etc.
Also if your mobile friendly status changed, or PageSpeed dropped considerably, that can also have an impact.
We’ve been going through the same issue with our California news portal (10+ years old).
This seems to really be impacting sites in Google News due to how they “feature” news items for 7 days, but then seem to “whack” the organic results for awhile, then they come back.
We’ve not been able to sort out WHY this happens — one of our sites took huge traffic hit (using Canvas theme); while another took a huge jump switching from Canvas to Newsmag.
Hi
I’ve checked your site and notice that in mobile devices Newsmag theme it’s inactive, that’s why the blocks are not displayed. Try to deactivate Jetpack mobile theme: http://screencast.com/t/EZIPMqxq, clear the cache, purge the cdn files if you’re using and test again.
Let me know how it goes.
Thanks!
Hello Alin
Thanks.
However, I ONLY need the connexion link not the social icon (to smalls).
Could you please give me the code forthat?
In some other theme we use, in the menu option, you have the choice to create a specific one only for mobile.
It would be a good idea to add this.
Thanks.
Hello,
I want to add an advertising banner right under my menu, to all the pages ( this shouldn`t be displayed on mobile themes ).
How can I do that ?
Thank you,
Have a nice day
Hi,
@Mr_S Please use this custom css in Theme Panel > Custom Css, I have also customize a little your menu items to not drop down – http://screencast.com/t/U997mXqom
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}
@Thomas If you use this custom css the top-bar will be displayed also on mobile devices – http://screencast.com/t/p0m73r0br4 but it was not designed for this device so you will need additional customization or you can try to hide for example the menu – http://screencast.com/t/8EDkS2RE3
@media (max-width: 767px) {
.td-header-top-menu-full{
display: block !important;
}
}
Hope this helps!
Hi
I’ve checked your post content and added a class on the div image container and added a margin right which fixes that space issue on mobile and tablets. Replace your post content with this one: http://pastebin.com/yNuTpqdq and add this css in theme panel > custom css:
.td-image-class{
margin-right: 20px!important;
}
Regarding the block 16 you can use this custom css to obtain his normal size: http://screencast.com/t/KN35FqonM
.postid-4741 .td-post-content .td_block_16 .td_module_mx4 {
width: 200px;
}
The css will work only on this post: http://www.lakiz.com/artistas/vanda-may/
Let me know how it goes!
Thanks!
Hello,
I have installed Newspaper Theme v6.2 on my website.
URL : http://www.naukrinama.com
The google Page Speed score of my site is very low. For desktop it is 49 and for mobile it is 61.
https://developers.google.com/speed/pagespeed/insights/?url=naukrinama.com
I have enabled gzip compression and have optimized the WPSuperCache settings as well.
I have checked on console also there are no errors.
Can you tell me what else should i do so that my page speed can be improved.
Hello,
I have purchased and installed Newspaper Theme v6.2 on my website. I am facing following issues with it. Let me know how can it be resolved :
Website URL : http://www.naukrinama.com
1. I want to add a Email Subscription form onto my website. But there is no option for the same in theme. How can i get it done ?
2. The sharing options which is provided with the theme doesn’t show me option to share through whatsapp. Can you tell me how can I add whatsapp sharing option ?
3. When i try to share any of my article link onto social media the details which gets fetched from the URL also shows the Author Name. I don’t want to show Author Name in it. How can it be removed ?
4. I have a category named “States” on my website and its slug url is (http://www.naukrinama.com/states). The theme provides an option to select only fixed templates for category.
But i wanted to create a separate custom page for my category which contains some modules and blocks. For that I created a new page with URL (http://www.naukrinama.com/state-jobs). Now I want to make this page the default page of my category. How can it be done ?
Also how can I add category tags on top of a custom page which i have created like the category template page.
5. The “States” menu on my website contains 36 entries and which isn’t getting displayed onto a single screen in menu dropdown. I want to create a multi column text based mega menu in which there would be 4 columns and each would contain 9 entries. Let me know how can this be done ?
6. The menu in the mobile layout is not working fine. The menu gets scrolled with the page itself and all menu entries start moving towards top. Ideally even if the page scrolls the menu should remain fixed. I am not talking about sticky menu here. I am talking open the menu is expanded and then the page is scrolled. See the screenshots below for reference. Let me know how to resolve it.
Screenshot 1 (When open opened) : http://imgur.com/hwyEruq
Screenshot 2 (When Page scrolled) : http://imgur.com/1xLKSp5
See the scroll of the page. Ideally the page should scroll but the menu shouldn’t
7. Current my website is showing 6 sections in footer with 3 in each row. I want to remove the Editor Picks sections and then want to menu the bottom 3 section into one single section i.e. About Us, Logo and Social Links once below another and place that block in place of Editor Picks. Let me know how can that be done.
Looking forward for a revert from development team on these points.
Hi,
If you use Jetpack please disable mobile version and clear cache – https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Thanks!
Might need to clear all your caching from old site; make sure you have everything installed properly. The theme is responsive and mobile friendly from the get-go. 🙂
You have a jquery error, so likely you have some plugin loading that twice when it is already being loaded by theme. Check your site in Chrome and press F12 to view error in console.
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!
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 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.
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!
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);
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
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.
Hi,
I had a question regarding the css properties of the website.
I wanted to change the colours of the mobile close menu, scroll up arrow and just hover colours in general. The default colour is a light blue type colour when you open the “td-mobile-close”, where it says “Close” the background is light blue and I would like to change it. For the scroll up arrow I believe it is called the td-icon-menu-up and also hover colours in general. I have tried in the theme options and no option seems to be working so I am assuming I will have to change it in code?
What code/file will I need to edit to change the colour to a custom colour? Is it also possible to do it in the custom css option in the theme panel?
Thanks
Hi
By default the theme hide the scroll to top button on mobile devices, but can be displayed using custom css:
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
The result should be like here: http://screencast.com/t/zJABfrOg
Thanks for the message!
Hi,
Unfortunately there is no option to change the mobile menu color, we will try to add an option in a future update. Until then you can change the color via custom css in Theme Panel > Custom Css – http://screencast.com/t/mAbN5XIqW
Please try this css: http://screencast.com/t/vTeiZpPnZB
@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: #FFD000 !important;
}
}
For the footer there is an option in Theme Panel > Theme Colors(that color it will be applied also on mobile): http://screencast.com/t/hg68WQNZ
Thanks!