- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi juniorjlk,
For the problem with ajax, please check the untested plugins that can be in conflict with our theme, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also make sure that you or your host do not have some security module or a firewall that is blocking the theme or theme plugins.
If you want to apply the background color only category pages, for category tags, then you can use the options from theme panel (without cloud template) -> https://i.imgur.com/qnC5aS2.png -> https://i.imgur.com/XxPH980.png if you are using a cloud template, you need to check the settings for style set on the category siblings -> https://i.imgur.com/199rSph.png
If you want you can check the suggestions from this topic:
-> https://forum.tagdiv.com/topic/category-name-as-a-class-on-category-anchor/
_> https://forum.tagdiv.com/topic/how-can-i-show-the-category-of-each-post-on-the-thumbnail-of-the-post/
-> https://forum.tagdiv.com/topic/how-can-i-show-the-category-of-each-post-on-the-thumbnail-of-the-post/
Thank you!
Hi,
If you want to do this only for flex blocks, then you can use tagdiv Composer and add on these elements some margins left and right with “-” like this -> https://i.imgur.com/Onr0a9Q.png
Hepe this will help you!
Thank you!
Hi wmvova,
What you want is to have some more control over the categories template, unfortunately this can not be achieve with the standard category templates -> https://i.imgur.com/d1ycAMf.png, you need to use cloud category templates for tagDiv Cloud Library, these can be edited using tagDiv Composer and you can set on grids and blocks the settings you want.
Hope this will help you!
Hi frudy,
Please do not replay multiple times in topic, will only delay the time until you get the answer, we answer in topics from oldest to newest.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also most of the problems that you reports are usually made by untested plugins that can be in conflict with our theme, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also make sure that you or your host do not have some security module or a firewall that is blocking the theme or theme plugins.
Let me know the results!
Thank you!
Hi synthman,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Make sure that you or your host do not have some security module or a firewall that is blocking the theme or theme plugins.
Let me know the results!
Is there anyway at all that one of the blocks or any of them show hours ago on the homepage?
Hi there,
Previously the pages I’ve published so far has had the ‘Related Articles’ block, like this page: https://www.healthcarethinkers.com/2020/05/%e7%a4%be%e5%8d%80%e8%97%a5%e6%88%bf%e5%bd%a2%e5%90%8c%e8%99%9b%e8%a8%ad/
(Please refer to this screenshot: https://drive.google.com/file/d/185Ly4Q3jNutbqgdh-zYctmZo0pkO8Oej/view?usp=sharing)
But I’m not sure since when, the pages I publish no longer have this ‘Related Articles’ block, like this page: https://www.healthcarethinkers.com/2020/08/%e7%87%9f%e9%a4%8a%e8%a3%9c%e5%85%85%e5%8a%91/
(Please refer to this screenshot: https://drive.google.com/file/d/1S25tyvbWKFeJn9nDPULM2IN6u3WjOTpX/view?usp=sharing)
Thanks,
Hayes
I am trying to edit my home page to add more blocks and add newsletter widget in footer or sidebar but it’s only loading, not working.
Could you please guide how to fix it?
I added
“<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>” code in htaccess file but didn’t work.
Hi!
I am having issues building the home page. For instance, it won’t allow me to delete blocks when I press delete and nothing shows to the right or no header.
Access to font at ‘xxxxx.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?19’ from origin ‘xxxxx.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
I am trying to integrate Slider Revolution and Elementor Addon.. I have having this error
Hi
I am using the ‘Gossip’ demo for my new site.
In the demo using the page builder / tagDiv composer, supposedly I can select which categories I would like posts to appear from in the blocks across the page.
However when I try to change some of the categories in the blocks a message saying ‘no posts’ appears. The categories do have posts in them though.
When I select ‘All Categories’ then random posts appear. However this is not what I want. I want posts from specific categories to appear.
What am I doing wrong??
Please explain how it works, or even send me a link to where it explains in the documentation as I can’t find it.
Thank you
Thanks Vetshopdeveloper! It works! Slight adjustment:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}
}
(there should be indentations in the above code)
This button has it’s greatest use in mobile. I can’t understand why they would not have it showing, it always was before in Newspaper 8. But case solved!
I think it’s not meant to display on mobile devices (all themes).
https://demo.tagdiv.com/newspaper_baby_pro/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css
@media (max-width: 767px)
.td-scroll-up {
display: none;
}
you have to override it in a custom css to make it appear in mobile
@media (max-width: 767px)
.td-scroll-up {
display: block;
}
Hi,
i have installed newspaper theme and customizing using builder. All is working fine. i am changing the mobile layout i want to do flexblock imgs to fullwidth on mobile and title,excerpt in container width. how can i achieve this? i have inspect the blocks that has left,right padding if i remove that all the elements of block go to fullwidth, but i just want to make imgs fullwidth on mobile.
plz let me know what piece of code i change for that.? thank!
Hi, I cannot get the social media counter to display the no of followers for twitter and youtube. I have triple checked the twitter ID. And as far as the Youtube display, I have entered the correct information in the social media block as well as the API in the Theme. I am unable to edit the youtube information section, please view the image here: https://imgur.com/a/5xAUnFN. Thanks, Alejandro
I am using a text with title block, how do I restrict the height of this, thanks
Hi – loving the Newspaper theme but wondering: Can I add a tag to an image in a Flex Block based on a custom value from a post?
What I currently have in the Flex Block is an image with a category tag overlaid on the image with the corresponding category of the post. So the article belongs to the category XYZ and the image has a tag overlaid on it that says XYZ.
What I want to do is replace that XYZ tag with a custom value from the post (in this case, it’s a custom value called ‘source’).
Would appreciate any help you can give.
Thanks!
According to instruction:
I added banner to vertical sidebar – screen – https://prnt.sc/tzj9g2
it shows. but how to show banner always during the page scroll like this –
screenshot – https://prnt.sc/tzjc8m
Any workaround to show Ad block always on the same position during the page scroll up and down?
Here it is video explanation – what am I talking about – watch video – https://drive.google.com/file/d/1gNecx4xx8rN8qBrCs7r332vpo5ArAqcv/view?usp=sharing
Hello !
By using the tagDiv Composer to edit your template you will be able to see all the filters available in each block as you can see here :https://www.screencast.com/t/oNx1z0I0HUp
Thank you !
Thanks for answer, Calin!
But I want to install Ad Block for all pages ans post.
Is it possible to do it on the platform of whole NewsPaper Template just once for all?
Hi,
What version are you using? also make sure that you or your host do not have some security module or a firewall that is blocking tagDiv Composer to perform the actions.
Let me know the results!
Thank you!
Thank you Colin!
I cannot use a Cloud Template as I have a lot of custom code in my single template (I am using loop-single-4.php)
Can I replace the following code with a code which would diplay the related articles as a flex block?
<?php echo $td_mod_single->related_posts();?>
Thanks!
Thank you Calin
I just had emergency on the website and can not add any block to the home page.
what went wrong?
Hi,
So you want to set there an ad block, you can do it using tagDiv Composer and ad box -> https://forum.tagdiv.com/custom-ad-spots/ on this element you can choose to use a code set in theme panel in ads -> https://i.imgur.com/CygD5Ys.png you can set a banner (image ad) -> https://i.imgur.com/oYFyKyu.png or you can set a code that will display some ads -> https://i.imgur.com/LDcAoNf.png
Hope this will help you!
Thank you!
Hello !
That can be achieved by editing the blocks settings as you can see here: https://prnt.sc/tzeb4v This works only on Flex Blocks.
Thank you !