Errors/Issues with Newspaper Theme v6.2

Posted in: Newspaper
Post count: 104

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

Post count: 9544

With (3) – you can set up rules in Yoast SEO to add pagination to title and description.

Also normally you don’t have pagination for home page unless doing blog format; as those would be duplicate pages competing with your post “categories.”

With (1) – you obviously need to create the “sub categories” to “states” for them to appear on the category page for “States” — if that is a page and not a category, you would need to create child pages of the parent page category, and then tagdiv would likely need to tell you how to add that template piece to a page template.

Post count: 7909

Hi,

1. If “States” is a page you can use Visual Composer to add blocks on your page and filter articles by specific “States” subcategory like it is on the other page – http://screencast.com/t/V4Phfr3F
2. You can hide it via custom css in Theme Panel – http://screencast.com/t/kG3sr3Mn

.td-category-header .td-category-pulldown-filter {
display: none;
}

3. Like Christopher suggested you can use SEO by Yoast plugin to control titles, use seo codes – https://yoast.com/articles/wordpress-seo/#wpseo-plugin-titles
4. Unfortunately the megamenu was not designed for mobile menu, so it will not display the page content there.

Thanks!

Post count: 104

Hello Alin,

Thanks for your revert !

1. Blocks I have already added. But i want to put sub-category tags just below the heading like its there on the category page. How can it be done ?

2. It worked well, thanks !

3. It cannot be done through yoastSEO. I think you din’t understood my point. For ex :
We are on the home page of website. Now at the bottom there is a section called “Latest Articles” which is showing the latest posts made. Now this section contains pagination. No when i switch over to another page then it adds up the Page tag in the URL. I don’t want that. I want the page URL to remain the same even when i switch pages so ideally it should change through Ajax.
Let me know how can that be done.

4. Is there any other way through which this can be achieved ?

Post count: 7909

Hi,

1. Not sure what you mean, your page is looking exactly like the other one – http://screencast.com/t/xErXFIeI Do you refer to the ajax filter? Please provide more details.
3. This is how it works the classic pagination(numeric) used for latest article template. If you want to use ajax pagination, you can use the default page template and use a block to display your latest articles and set the block pagination that you wnat to use(next/prev, load more, infinite) – http://screencast.com/t/5in0pMY7nDhttp://screencast.com/t/mzpBXdW0
4. I have checked you site and I guess you find the proper solution for it – http://screencast.com/t/dHZRyTYJkWnPhttp://screencast.com/t/iG2jjfjFAk Unfortunately page content will not be displayed in mobile menu, like I said above.

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.