No search results were found in Documentation!
How to setup like this
https://ampforwp.com/demo/newspapertheme-demo/amp/ do have to buy this separately?
i haven’t find any widgets for news amp. How to use amp on page and post. Help
Hi,
Please notice that the speed of your website depends on how well your site is optimized. Lately, Google Page Speed Insight seems to change the layout and is not always reliable.
For mobile version you can use the mobile theme -> https://forum.tagdiv.com/the-mobile-theme/
-> https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper_local_news%2F
You should follow our useful guide in that case from here -> https://forum.tagdiv.com/how-to-make-the-site-faster/
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Thanks for your understanding!
Hi,
Here is how is look igossip demo -> https://www.screencast.com/t/I2O4e54utJQ
Please provide a like were I can inspect the difference that you have in igossip demo.
Thank you for your understanding!
I have added the same in the Lifestyle Demo, the comment form is Showing .. but the Comment button is Not working.
Hi support,
I have tried to follow your instructions in the theme panel regarding the size of the logos, however they are being cropped. Even when I am trying to make the logo smaller, then they are being cropped too. And it doesn’t look good.
I am using the default demo.
Thanks.
/TW
I have made some tests on the demo sites and on tagdiv.com on pagespeed and all the sites have very low score especially for the mobile sites. Why is that ?
for example in post display in home and in category page in your demo I see the block under menù in fullscreen mode…
I think I’ve set everything correctly but I still see the white edges on the sides … I do not feel like in your demo.
Since for me the settings of your demo are perfect I had hoped that by importing the demo I would have obtained the same result … but it was not like that.
I imported the igossip demo but the settings are not the same as I see here: https://demo.tagdiv.com/newspaper_gossip/
I’m setting one by one the various different things but there are many things that I can not find.
Could not you provide yours EXPORT THEME SETTINGS here?
Otherwise I think I’ll have to open many topics in the next days 🙂
tnx
Hi again,
I notice that with the package, we only get this sliders:
https://imgur.com/a/bftMCsl
How can I get the one used on “word news” demo?
Thank you very much!
Hi,
The black theme demo currently installed has extensive CSS customization to display like it currently is. The additional stylesheet which is imported when the demo is installed may override colors set in the theme panel or in the composer.
I made a test and it seems the backgrounds set in the composer will override the black demo color – http://prntscr.com/mjl8t0
So you could set background colors/images/YouTube videos for the rows. In each page you can set a different background for the rows. In posts, categories etc you would have to use cloud templates in order to be able to use the composer and set backgrounds
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Let me know if you have more questions.
Thanks
Hi,
So you want to install the recipe demo? You can see all the demos here for example
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
If you decide to install one of the demos you can do so like this
– https://forum.tagdiv.com/installing-demos/
Let us know if you have more questions.
Thanks
Hi there
Running newspaper theme v 9.5 (loving it so far) with the default theme enabled.
I can add, edit and remove most elements with the “tag div editor”.
Only 1 section I can’t remove: It is the “latest articles” at the bottom. It can’t be edited.
How can I remove it?
Hi,
The demo uses a cloud category template with a loop, so that code may not work. Maybe you used default category templates before and the code worked. I believe adding an option to sort the loop elements is already on our list of requests, so it may be added in coming updates.
Thanks
Hi Calin,
Thank you very much for your reply
I’ve installed revolution slider, but I I don’t how to add this slider.
In witch demo_sliders I can find this ““word news” type slider?
Thanks
Hi,
That is the revolution slider, please check our documentation for this:
How to install Revolution Slider v5 -> https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Import Revolution Sliders on demos -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Hope this will help you!
Thanks.
Hi,
If you are referring to this -> https://demo.tagdiv.com/newspaper_construction/ this background video, then this will play only on the desktop version, sorry; maybe in coming updates will be implemented this option for the rest of the devices too.
Sorry for the inconvenience!
Thank you for your understanding!
I’ve currently installed Newspaper on a demo site. Should I activate the license or should I activate it directly on my main website?
I have the main newspaper demo installed, I cannot figure out how to remove the social follower counter called “stay connected”. Please advise.
Here are the change notes: https://tagdiv.com/newspaper/
No security fixes, just more clutter 🙁
I must admit that I am very disappointed with how slow the theme is. I wish they allowed you to remove the demo themes, and any of the clutter that you don’t use.
9.5 doesn’t add to anything I use, so going to skip it until they release a more stable version that won’t revert my site useless again.
@reatlat I had it updated and I think it caused the issue. I am using a child theme. Don’t really see any real benefit of updating to the latest version anyway as it seems to add more clutter such as extra demo themes.
Does 9.5 offer speed improvements?
Going to skip this version.
Thanks 😀
Before I was using function.php for ASC using the codes below.. Well, modifying in every update, sure 🙁
add_action('wp_head', 'custom_change_posts_order');
function custom_change_posts_order() {
global $query_string;
if (is_category(array(33,34,35,36,37,38,39,44,48,49,51,53))) {
$posts = query_posts( $query_string . '&orderby=date&order=asc' );
}
}
Now, I’ve started to use “Nomad Demo” and this is not working.. I think I need to change something about POST LOOP but I don’t know how. Well, my knowledge about codes is minimal..
I found the problem. Demo content is being called but I didn’t import over demo content. How can I remove these?
wp_011_test_demos/wp-content/uploads/2017/05/4.jpg
wp_011_test_demos/wp-content/uploads/2017/05/1.jpg
Hello,
I loaded the demo template called “bookclub blog”. At this point it just says “newspaper-discover the art of publishing” in the title at the top of the page — how do I remove and/or modify the “newspaper – discover the art of publishing” words?
Hello,
I have installed the “default newspaper” demo and it’s ok.. my client likes the homepage body, but I need to have the same top slider as the “word news” demo
This is the slider I need to have:
https://imgur.com/a/tiqre85
How can I do that?
Thank you very much
Im trying to integrate the header from Nomad demo, but its not listed in your Cloud Templates.
Any ideas?