- 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
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi,
If you want to have more control over the post title tag, the you can use flex block -> https://i.imgur.com/pFH8o1W.png from tagDiv Cloud Library.
If there is still a problem, or this is not what you mean, please provide some more details and some screenshots!
Thank you!
Hi,
Our theme have a schema include, but usually we recommend to use the Yoast SEO plugin.
Yoast SEO How To block adds Schema to your how-to -> https://yoast.com/howto-structured-data/
Hope this will help you!
Thank you!
Hi,
If you want you can use some header templates using tagDiv Composer -> https://i.imgur.com/kxxOVkI.png also if you want you can try this custom css -> https://i.imgur.com/Cwl4zRn.png
.td_block_template_1 .block-title {
background: red;
transform: perspective(10px) rotateX(1deg);
}
Please notice that the code will apply only on header blocks style 1, also the ocde need to be set in theme panel > custom code > custom css
Hope this will help you!
Thank you!
Hello !
For a smooth transition from Newspaper 9.8 or less we recommend, you first create a backup of your website and set up a maintenance mode until your work is done.
In order to test the new implementation, you can use the WP-Staging plugin to create a staging copy of your website where you can test the new features without affecting the live site.
The first step for you to clearly see what features remain available and what’s new in Newspaper 10 would be to deactivate the Standard Pack plugin. This will probably cause your homepage to be filled with shortcodes, but don’t worry !
In this way you will know exactly what needs to be adjusted.
With the standard pack plugin deactivated you will have to import and set a Cloud template for all your default wordpress pages. In order to cover all of your website you need to import, customize and apply the following templates:
Header Template
Footer Page
404 template
Attachment Template
Author Template
Category Template
Date Template
Search Template
Single Post Template
Tag Template
All the templates found above are fully editable with tagDiv Composer which means more possibilities to customize your website. Please note that most of the old tagDiv Composer elements have been re-designed and converted to be fully customizable and can be imported to your page from here: poza cloud composer – blocks.
For the mobile menu please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also provide a link to your website so we can take a look.
Thank you !
I am using newspaper theme and tagDiv Mobile Theme also. I have set caching using WP Super Cache and I have set all caching settings according to the guide – > https://forum.tagdiv.com/cache-plugin-install-and-configure/ . By the way, I am using Cloudflare and I have also set Cloudflare settings according to the guide -> https://forum.tagdiv.com/cloudflare-cdn/
I also set Browser cache TTL to 1 month in cloudflare
Apart from that I have added the following 3 page rules in Cloudflare
https://www.MyDomain.com/wp-admin*
Security Level: High, Cache Level: Bypass, Disable Apps, Disable Performance
https://www.MyDomain.com/wp-login.php*
Security Level: I’m Under Attack, Cache Level: Bypass, Disable Apps, Disable Performance
https://www.MyDomain.com/*
Cache Level: Cache Everything, Origin Cache Control: On
I have also set cache control header in .htaccess . Below is the code
# BEGIN Caching
<ifModule mod_headers.c>
<filesMatch “\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$”>
Header set Cache-Control “max-age=2592000, public”
</filesMatch>
<filesMatch “\\.(css)$”>
Header set Cache-Control “max-age=604800, public”
</filesMatch>
<filesMatch “\\.(js)$”>
Header set Cache-Control “max-age=216000, private”
</filesMatch>
<filesMatch “\\.(xml|txt)$”>
Header set Cache-Control “max-age=216000, public, must-revalidate”
</filesMatch>
<filesMatch “\\.(html|htm|php)$”>
Header set Cache-Control “max-age=1, private, must-revalidate”
</filesMatch>
</ifModule>
# END Caching
My response header for jpeg file is as below:
accept-ranges: bytes
cache-control: max-age=2592000, public
cache-control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
cf-cache-status: BYPASS
cf-ray: 54988bd04b09c91c-HYD
content-length: 104228
content-type: image/jpeg
date: Mon, 23 Dec 2019 07:15:46 GMT
expect-ct: max-age=604800, report-uri=”https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct”
last-modified: Sun, 22 Dec 2019 07:58:16 GMT
server: cloudflare
status: 200
vary: Accept-Encoding
I have checked with my host and they have replied saying –
We checked the website and it’s currently using CloudFlare service for DNS and caching.
Also, the header reply for client’s site is also returned by CloudFlare server. What we can advise for this case is to correctly configure WordPress website for using CloudFlare for the headers to be correct.
Somehow Cloudflare’s CDN is not caching images and other files(cf-cache-status: BYPASS). Am I missing something here?
Pawan Vishwakarma <vishpawan005@gmail.com>
2:13 PM (9 minutes ago)
to contact
error 1:
Access to font at ‘http://wp-content/themes/guruji_v10.2/images/icons/newspaper.woff?17’ from origin ‘http://.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
see here : https://prnt.sc/qe7sdp
error 2:
error in amp https://prnt.sc/q4d9i7 see this help me out
error 3:
sometimes on desktop mobile view is open
Hi – I think I’ve looked everywhere, but I can’t seem to find an answer …
How do I get ads (header, sidebar, footer, etc.) to open in a new (blank) window? I added target=”_blank” to the anchor tag in the header ad block, but it doesn’t seem to work.
Thanks in advance,
Richard
can I place header of block and button element inline
no problem, but is there any css code to change shape of header of blocks,,, i Mean rectangle to trapezoid, or any custome shape.
Hi,
If I understand correctly you want to add image in header of blocks -> https://i.imgur.com/xC39xpk.png unfortunately this is not possible with our theme, sorry for the inconvenience!
Thank you for your understanding!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
Unfortunately this can be achieve only with custom work, but what you want to display in that custom filed, because if is only a text you can set it in excerpt -> https://i.imgur.com/9oO6geH.png and you can use flex blocks to achieve the this -> https://i.imgur.com/CXNxSn4.png
Thank you for your understanding!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Let me know the results!
Thanks.
Hi,
So if I understand correctly you want to display the date with time on blocks/modules and posts, then you can use this guide -> https://wordpress.org/support/article/formatting-date-and-time/ the settings for date need to be set in -> https://i.imgur.com/rjY6WB0.png -> https://i.imgur.com/wKwDSVN.png -> https://i.imgur.com/kGpyy2C.png -> https://i.imgur.com/NY9swxL.png
Thank you!
Hi,
If you are using a demo that had set a cloud category from tagDiv Cloud Library, make sure that you do not have set some offset on you category template on blocks, edit it with tagDiv Composer -> https://forum.tagdiv.com/block-settings-guide/ for a better answer, please provide some more details and a link to the website where I can check this problem.
Thank you for your understanding!
I am hoping to use Block 7 (or a custom block copying the styling of Block 7) to show exactly like Block 7 except replacing the date with a custom field. Is that possible? If so, how?
I know what the problem is now. The block has integrated with Header Template 10 – ANY page I create now has the same first block as my homepage. How do i resolve this?
Hi!
except coding at php files is there any option at theme in order (nd not only date) to appear at posts and blocks?
thanks!
The problem essentially is that ANYTHING i add to the first empty block of ‘Home’ is being put on every other page i create too.
Hi.
If i open TagDiv Composer on my Homepage and edit it, save it. That’s fine.
Then, I go to my Pages, open ‘Contact’ page, and any changes i make to Contact via TagDiv Composer affect my homepage?
If i, for example, take away a flex block while editing Contact, my homepage’s flex block will disappear too?
Why is TagDiv composer editing every page as one rather than let me have a different look for each page? Simply put, editing random pages is also altering my static homepage.
Thanks
Hi,
All elements have different settings, so is very possible to can not achieve the exact layout.
You can reduce/remove the extra space if you set and “-20” margin left right -> https://i.imgur.com/zIvH4Ry.png for title please check this section -> https://i.imgur.com/7pUZEKr.png for the block header, just make sure that the margins are set well (if is need you can adjust it) -> https://i.imgur.com/amYtJKg.png
Thank you!
Hello !
You can decrease and increase the spacing between blocks using the css option as you can see it here: https://www.screencast.com/t/jkA4XkbT4sle
Thank you !
Hi,
in Newspaper Theme, is this file needed for the correct front end visualization by the visitors?
/wp-admin/load-styles.php?c=0&dir=ltr&load%5Bchunk_0%5D=dashicons&ver=5.3.1
I have a firewall plan with a ‘Admin panel restricted to only Whitelisted IP addresses’ enabled, so, right now, my firewall is blocking the visualization of this file. I attach a screenshot for you to better understand, here: https://imgur.com/biR84d4
I would like to know if this file is just necessary for the admin backend or if needed and important for the proper front end view by the users (in this case, I can whitelist this path on the firewall).
Thank you
Filippo
I’m looking to do 2 rows and 3 cols of images. I wish this to display buttons within them that a user can click and go to an external url.
I first tried using Image Box but was
limited. So I decided to go with Image Info Box which gave way more options to configure. But I really like the look of Image Box. I need help making the Info Box look closer to Image Box. Examples can be seen here: 
Also as I have typed on the screen shot, the title (Block Header 18) is cut off and I can’t seem to fix that.