Would you please give me some details conserning Newspaper theme? I need it to setup an infinite scrolling posts plugin.
Navigation Selector. The defalt value is nav.navigation. What selector is containing the theme’s navigation?
Next Selector. The defalt value is nav.navigation a.next. What is the link to the next page with content?
Item Selector. The defalt value is article.post. What is the selector containing a single post or product
Content Selector. The defalt value is #main What its the selector containing your theme’s content
Hi,
Please understand that we cannot offer any support for plugin implementation. If you want us to provide information about the theme classes/selectors, then you need to be more specific as we cannot understand your request. Please try to provide as many details as you can.
Thank you!
OK, we are not speaking about a plugin. It conserns only Newspaper theme. If the autor of the theme used standard wordpress names for containers the plugin works out of the box like with many free workpress themes on WordPress.org site. But the names are changed, so I just ask the developer what are the current names. I need to fill the form at the setup page.
This is a screenshot: https://allinvestments.ru/containers.png
Hi,
ALL premium themes have custom classes as they bring extra content apart for the WordPress capabilities. As Chris suggests you will have to use the browser inspector to see the classes like so: http://screencast.com/t/8vN0ajjmMr3
There are many classes as there is no single one used in our theme for a specific element. You can try these but i’m not sure it will work:
content container: .td-main-content-wrap (or .td-post-content)
post title selector: .entry-title (or .td-post-title h1)
navigation: .td-post-next-prev-content
comments: .comments
I hope this helps.
Thank you!
OK, I’ll pay to a specialist to make the plugin work properly. It is not a probleme of the theme as I see now.
Just an idea for you for the future versions of the theme. I am going to make posts load automatically one after another. It is a new readers experience which is comming more and more popular our days as I see.
Yes, in Newspaper theme it is possible to tern on loading exerts in a category. But I am speaking about a single post. And in my case comments should be included.
