- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Also I tried adding this to fix it but it did not helped 🙁
<FilesMatch “.(eot|ttf|otf|woff)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
below is my .htaccess current configuration to save your time
# BEGIN WP Hide & Security Enhancer
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#WriteCheckString:1585922522_44124
RewriteRule .* – [E=HTTP_MOD_REWRITE:On]
RewriteRule ^java/main.css /wp-content/themes/Newspaper/style.css [L,QSA]
RewriteRule ^java/(.+) /wp-content/themes/Newspaper/$1 [L,QSA]
RewriteRule ^php_includes/(.+) /wp-includes/$1 [L,QSA]
RewriteRule ^mediaupload/(.+) /wp-content/uploads/$1 [L,QSA]
RewriteRule ^my-xml-rpc.php /xmlrpc.php [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^readme.html /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^license.txt /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-signup.php /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-register.php /index.php?wph-throw-404 [L]
RewriteRule ^user-input.php /wp-comments-post.php [L,QSA]
RewriteRule ^php_assests/(.+) /wp-content/$1 [L,QSA]
RewriteCond %{REQUEST_URI} /techweu8574897004$
RewriteRule ^(.*)$ /techweu8574897004/ [R=301,L]
RewriteRule ^techweu8574897004(.*) /wp-admin$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-admin(.+) /index.php?wph-throw-404 [L]
</IfModule>
# END WP Hide & Security Enhancer
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
#header security
Header set X-XSS-Protection “1; mode=block”
Header set Strict-Transport-Security “max-age=31536000; includeSubDomains; preload”
#Header always append X-Frame-Options DENY
Header always set X-Frame-Options “SAMEORIGIN”
Header set X-Content-Type-Options nosniff
Header set Referrer-Policy “no-referrer”
#end
# BEGIN WordPress
# The directives (lines) between BEGIN WordPress and END WordPress are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAF
Hi team ,
I am getting (index):1 Access to font at ‘https://www.techweu.com/java/images/icons/newspaper.woff?17’ from origin ‘https://techweu.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Error in the console can you please help here ? it says newspaper fonts are not being loaded
Please see here –> https://imgur.com/a/Q44mTjH
I also just noticed that there is an error_log file in my root:
[18-Jun-2020 20:37:55 UTC] PHP Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /home/chaindlk/public_html/wp/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
[18-Jun-2020 20:37:55 UTC] PHP Warning: getimagesize(): Failed to enable crypto in /home/chaindlk/public_html/wp/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
[18-Jun-2020 20:37:55 UTC] PHP Warning: getimagesize(https://www.chaindlk.com/wp/wp-content/uploads/2020/05/ChainDLK_logo.png): failed to open stream: operation failed in /home/chaindlk/public_html/wp/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
Is it possible to create a boxed header from the cloud templates? Everything seems to be fullwidth.
Thanks.
Hi Calin,
Thanks for the suggested method, the header menu is hidden, but when scrolling there is still reflow happen on the page, the content is still sligntly jumping. Reason I asked for this request is due to recent penalty received from Google Adsense, and this sticky header menu could be the culprit.
Can you advise how to disable this feature by modifying the theme file? Thanks.
Hi KC,
Unfortunately for mobile theme there is no option to disable the snap menu, sorry! this can be achieve only for responsive version.
What you can do for mobile theme is to use a custom css like this one :
.td-header-wrap {
position: unset!important;
}
The code need to be set in theme panel> mobile theme> custom code> css
Hope this will help you!
Thank you!
Hello,
I’m using “adblock” in the sidebar. For some reason, the ad header is slightly indented for the adblock when compared to the header indent for other items in the sidebar.
Thanks for your assistance.
SR
Thanks. I guess I’ll make up some custom category pages rather than use the auto-generated ones.
Next… I think this is an Adsense question, not one relating to the theme, but just in case….
My home page has 4 ad spots
Header
Sidebar
Custom (in between blocks)
Footer (turned off for desktop)
But ads are only showing in two of them. Even on mobile.
The custom block DOES show an ad if I leave it on AUTO, but the ad comes out square on desktop. NO idea why. If I specify a horizontal banner size, it comes up blank.
I’ll turn on the footer again on desktop, so all 4 are active. Can you look at BangkokHerald.com? The custom ad spot is above the bottom block (Pattaya & Phuket). On my screen, it’s blank.
Perhaps Adsense thinks I have too many blocks? I thought 3 were permissable but your theme has 4, so….
Ok, I found that I could use html in Widget section. How to set Block Header 4 in HTML widget?
I’ve used custom ad 1-5 and sidebar ad. I need more ads I can customize in Theme Panel (not header- and article ads). How to?
Hi Topfgartenwelt,
That is only a html tag, is like a div and more then that the section is not the head and is the header (usually are use for details/navigation) from that section, for the content section from that article, it should not provide any problems.
You can check more about the head and header here -> https://www.w3schools.com/tags/tag_header.asp
Thank you!
Hi Calin thanks for your quick answer!
I use the cloud header but when I edit a post articles i don’t have the opportunity to change it!
here a screenshoot:

Usually on the top I have a blue botton “Edit with TagDIVComposer” but this time I don’t have it!
How i can do?
Hi, I’ve disabled the sticky header menu in Theme Panel, desktop is OK, but in mobile theme view the header menu is still there when scrolling up. Please advise how to completely disable that for mobile theme.
Thanks.
Hi,
You can achieve this if you are using cloud header from tagDiv Cloud Library, these can be edited and individual assigned using tagDiv Composer -> https://i.imgur.com/jFkgJ4q.png -> https://i.imgur.com/u8XaLoh.png
Hope this will help you!
Thank you!
1. Use ‘WPS Hide Login’ Plugin or WordPress.com Secure Sign On (Jetpack Plugin)
2. You can disable this in td-composer while designing the cloud templates (Click on any Block in td-composer -> Filters -> AJAX CATEGORIES DROPDOWN – Filter type -> No drop down ajax).
3. You can disable this in td-composer while designing the cloud templates (Click on any Block in td-composer -> Filters -> AJAX CATEGORIES DROPDOWN -> No Preloading
4. https://forum.tagdiv.com/ajax-view-count/
If you are using the latest version of Newspaper v10.3.5 and Mobile Plugin, Go to Theme Panel -> Mobile Theme -> Header -> Disable Live Search.
I did it as shown in the photo, but if I still press the import header, a selection screen appears on the back side of the screen.
How should it be resolved?







For custom titles/header template, a short horizontal bar appears underneath the title, is there a way to change the color of that bar from yellow? Using demo clear voices as a starting point. Thanks!
Hi there,
In my site I have two different areas:
1- one free with a header (let’s call it HEADER A) where the user can read some articles for free
2- one pay with a different header (let’s call it HEADER B) where only the registered user can read the articles
Is it possible to change the header according to the need if I am writing an article for free or paid users?
Thank for the support!
Warning: getimagesize(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /www_root/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
Warning: getimagesize(https://kingsandaliens.com/wp-content/uploads/logo-header.png): failed to open stream: no suitable wrapper could be found in /www_root/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792
–
Hi.
I installed the demo and got an error. (Style PRO)
What should I do?
Please tell me how.
Thank you.
Hi,
Unfortunately if you are using mobile theme plugin, that code need to be set in theme files in -> wp-content/plugins/td-composer/mobile/header.php
Thank you for your understanding!
Hi,
After installing a demo I only can see that the header and footer of demo had been imported not the whole page, what is the problem?
Hi,
The only option for align the ads is if you are using an ad box and have set an image -> https://i.imgur.com/lvXPuk2.png rest of the ads has there own code for align.
For a better solution, please provide me a link where I can check the header ad.
Thank you!
Hello !
For this we recommend you to make a copy of your header and apply it only to the homepage using the website manager: https://www.screencast.com/t/5VkiUmHQvF
Thank you !
Hello !
In order to make the site full width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6
In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.
These are the ways you can increase your page width from theme options. Anything above this will require custom code.
Thank you !
Hi,
For this you’ll need to use a cloud header from tagDiv Cloud Library, edit it with tagDiv Composer, click on mega menu and in mega menu tab you can make this selection -> https://i.imgur.com/BjV3Lm9.jpg (setting the menus after id will be set in order that these were add in your website).
Thank you!