Hi Calin,
I have the same issue with the hidden element. I have accidentally hidden it on all viewports and am not able to see it after the saved. How can view it and change the hidden to show?
Thank you
Hi Calin,
I have a similar issue with the override template from the (site wide) setting.
I imported a single post template called (single-post-global) and edit to my liken and set it to be the default post template (site wide).
I then imported another single post template called (single-post-ABC) and also edit it to represent one of the categories named (ABC). Go to Per Category Setting and assign the template (single-post-ABC) to the category (ABC) under POST CLOUD LIBRARY TEMPLATE.
Now, when I create a new post, select “From Panel” from the post setting, select the category (ABC) and publish it. When I view the post it’s still under the default post template (site wide).
Since the issue is from the mobile theme and I’m not able to emulate the platform from my computer to inspect the code from the console element. Can you please point me to where I can inspect the mobile theme layout?
Thank you
I don’t think it’s a plugin conflict because the only thing I installed is the theme itself.
Hi,
Can you at least show me which file I can edit it from?
Thank you
Hi,
I haven’t set any setting to it, new WordPress installation with Newspaper demo. You can check on your end.
Here is the screenshot of the question in red box.
https://tinyurl.com/yhl2xu5y
What’s the behavior of that feature? Why all other categories are under the Racing category when all of them is the parent category. Should the sub-categories be under it and not the parent one?
Hi Anamaria,
I already set the Grids to have 6 posts and added the mobile ads to the loops ad setting for the Latest Articles.
The question I’m asking is that how can I insert the ads between the 6 posts from the Grids? I want to display the ad like Grid 1, 2, 3, Ads, 4, 5, 6.
Hi Calin,
Can you point me to which theme files that I can edit and use the custom code?
how do I provide my website link on private?
Hi RAJDEEP DAS,
Can you show me how the javascript code looks like?
I also want to have the skyscraper ad feature just like some other themes offered.
Thanks
What other types of the block that I can use the numbered pagination beside the Post Loop?
The reason why I’m using flex block is because I can enable the unique id feature to eliminate the duplicate posts for page and able to choose the category filter.
I want to have columns to divide up like this: https://tinyurl.com/y6td96nz
How do you move the borders to be in the middle of the gap?
screenshot: https://tinyurl.com/y3yosh7o
I inspected the column with chrome browser and add the css
@media (min-width: 768px)
.tdi_68_ec8 .vc_column_inner {
padding-left: 20px;
padding-right: 20px;
border-right: 1px solid #eaeaea;
}
It did show up and but I tried to add it to the live css of the td composer it doesn’t show up.
I’m still using the Newspaper 8.8.1 version so I don’t believe I have the capability to use the cloud template at the moment.
How do you exclude the entire category out?
Do you think to make the website width wider might solve the issue?
Is it possible to edit the width of the sidebar when it’s responsive at tablet view?
I’m using Google DFP and they’re responsive ads. For that particular position which is above-the-fold, our clients want the standard size ad 300×250.
I just want to somehow force the tablet view on the tablet to show desktop view.
Does the latest WP version 4.9 still compatible with v.7.8.1?
Nano,
Ajax Load More will work out of the box for basic layout if you want it to adapt to Newspaper template you have to do some custom css. Remember to get their add-on Ajax Cache.
I don’t own Jnews or Publisher theme so I don’t know how they work.
Yes, with high traffic site you don’t want to use Newspaper’s infinite loading feature. It will suck the living hell out of your server bandwidth because most of the queries are going thru admin-ajax.php.
To be honest,
I have been researching on infinite loading for a long time and the only way for it to work with this theme is to use a plugin Ajax Load More since it has a feature called Ajax Cache.
The reason why I don’t recommend this theme to use infinite loading is that of the way the core engine of works. Almost all the queries are using the admin-ajax.php to process the load and if your website is low impact then you don’t have to worry but once the traffics are above 1000+ view, you will regret using infinite loading especially those requests are not cached.
Just my 2 cents.
Peace