- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
When click on tagDiv composer getting bellow error, please solve it Asap…
This page isn’t workingstage.useraccessreview.com didn’t send any data.
ERR_EMPTY_RESPONSE
Hi,
If the button is from a cloud template, then you can use tagDiv Composer to edit it -> https://i.imgur.com/RDBkK0T.png or if is inside the article you can change it using the Gutenberg editor -> https://i.imgur.com/S7GYWT7.png
Thank you!
Hi Guys, I’m not sure how but my logo and some aspects of my header just disappeared. On attempting to rebuild it I now have the issue that only some of the pages have the rebuilt header, how can I carry those changes across all pages and templates?
Wethepeople.org.nz
Hi rohu2187,
the code is working, you just need to find the right way to set it -> https://i.imgur.com/k3QiRle.png for example if you are using a single post template from tagDiv Cloud Library, edit it with tagDiv Composer and add an ad-box and set this code like this -> https://i.imgur.com/iGdOwgR.png -> https://i.imgur.com/xEPF3dN.png
Please try with the code from this format
<script type="text/javascript">
amzn_assoc_placement = "adunit0";
amzn_assoc_search_bar = "true";
amzn_assoc_tracking_id = "ethicaleditor-20";
amzn_assoc_search_bar_position = "bottom";
amzn_assoc_ad_mode = "search";
amzn_assoc_ad_type = "smart";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_title = "Shop Related Products";
amzn_assoc_default_search_phrase = "baby food";
amzn_assoc_default_category = "Baby";
amzn_assoc_linkid = "797bd004cd66ebeae85d6ec9177d4301";
amzn_assoc_default_browse_node = "165796011";
</script>
<script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US"></script>
If you are using standard post styles then you can set the code in theme panel -> https://i.imgur.com/kSZlKfE.png -> https://forum.tagdiv.com/design-post-pages-using-default-templates/
Thank you!
Hi teh tarik,
The view count option it can be disable from theme panel for standard post template -> https://i.imgur.com/IxB1jfM.png if you are using a cloud template or PRO Demo you need to edit the single post template with tagDiv Composer -> https://i.imgur.com/hG2zjZI.png and you can use the right click to remove the elements you no longer want -> https://i.imgur.com/84KUX72.png
Hope this will help you!
Hello,
Don’t show breakcrumbs in my custom post template
https://wpp.pharedere.com/horaires-marees-ile-de-re/marees-juillet/
<div class=”td-crumb-container”>
<?php echo tagdiv_page_generator::get_breadcrumbs(array(
‘template’ => ‘single-marees’,
‘title’ => get_the_title(),
)); ?>
</div>
https://imgur.com/a/GIb5WRR
Thanks for help
I’ve created custom taxonomy like this -> https://prnt.sc/tp33z1. Some posts have standard taxonomy, the other have custom. How can I display it on single post page? I use modified Gourmet Pro template.
Hello support team,
My website is https://www.noobietech.com . My site score is very poor on GTMetrix. Any suggestions on how can I improve it?
I am using the wp-rocket cache plugin and CloudFront CDN at the moment.
Currently, my .htaccess looks like:
`
# BEGIN WP Rocket v3.6.2.1
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since we’re sending far-future expires, we don’t need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
# Send CORS headers if browsers request them; enabled by default for images.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(cur|gif|png|jpe?g|svgz?|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# Allow access to web fonts from all domains.
<FilesMatch “\.(eot|otf|tt[cf]|woff2?)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
<IfModule mod_alias.c>
<FilesMatch “\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$”>
<IfModule mod_headers.c>
Header set X-Powered-By “WP Rocket/3.6.2.1”
Header unset Pragma
Header append Cache-Control “public”
Header unset Last-Modified
</IfModule>
</FilesMatch>
<FilesMatch “\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header append Cache-Control “public”
</IfModule>
</FilesMatch>
</IfModule>
# Expires headers (for better cache control)
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault “access plus 1 month”
# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
ExpiresByType text/cache-manifest “access plus 0 seconds”
# Your document html
ExpiresByType text/html “access plus 0 seconds”
# Data
ExpiresByType text/xml “access plus 0 seconds”
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType application/json “access plus 0 seconds”
# Feed
ExpiresByType application/rss+xml “access plus 1 hour”
ExpiresByType application/atom+xml “access plus 1 hour”
# Favicon (cannot be renamed)
ExpiresByType image/x-icon “access plus 1 week”
# Media: images, video, audio
ExpiresByType image/gif “access plus 4 months”
ExpiresByType image/png “access plus 4 months”
ExpiresByType image/jpeg “access plus 4 months”
ExpiresByType image/webp “access plus 4 months”
ExpiresByType video/ogg “access plus 1 month”
ExpiresByType audio/ogg “access plus 1 month”
ExpiresByType video/mp4 “access plus 1 month”
ExpiresByType video/webm “access plus 1 month”
# HTC files (css3pie)
ExpiresByType text/x-component “access plus 1 month”
# Webfonts
ExpiresByType font/ttf “access plus 4 months”
ExpiresByType font/otf “access plus 4 months”
ExpiresByType font/woff “access plus 4 months”
ExpiresByType font/woff2 “access plus 4 months”
ExpiresByType image/svg+xml “access plus 1 month”
ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
# CSS and JavaScript
ExpiresByType text/css “access plus 1 year”
ExpiresByType application/javascript “access plus 1 year”
</IfModule>
# Gzip compression
<IfModule mod_deflate.c>
# Active compression
SetOutputFilter DEFLATE
# Force deflate for mangled headers
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-Encoding
# Don’t compress images and other uncompressible content
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary
</IfModule>
</IfModule>
# Compress all output labeled with one of the following MIME-types
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/xhtml+xml \
application/xml \
font/opentype \
image/svg+xml \
image/x-icon \
text/css \
text/html \
text/plain \
text/x-component \
text/xml
</IfModule>
<IfModule mod_headers.c>
Header append Vary: Accept-Encoding
</IfModule>
</IfModule>
# END WP Rocket
# BEGIN YOAST REDIRECTS
<IfModule mod_rewrite.c>
RewriteEngine On
Redirect 301 “/how-to-install-laravel-6-on-windows” “/how-to-install-laravel-on-windows”
Redirect 301 “/top-10-best-free-web-hosting” “/best-free-web-hosting-sites”
Redirect 410 “/tdb_templates/review-template-4-gaming”
</IfModule>
# END YOAST REDIRECTS
<FilesMatch “.(eot|otf|ttf|woff|woff2)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
#BEGIN GZIP COMPRESSION
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
#END GZIP COMPRESSION
# BEGIN WordPress
# The directives (lines) between <code>BEGIN WordPressandEND 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
# php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not edit
# Start CloudFlare:noobietech.com rewrite. Do not Edit
RewriteEngine On
RewriteCond %{HTTP_HOST} ^noobietech.com
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
# End CloudFlare rewrite
`
and functions.php of child theme (I have added some stuff from the internet to make it faster.)
`
// Load Essential Fonts Awesome
add_filter( ‘noobietech_fontawesome_essentials’,’noobietech_fontawesome_essentials’ );
function noobietech_fontawesome_essentials()
{
return true;
}
// Removing Emojis
add_action( ‘init’, ‘noobietech_disable_wp_emojicons’ );
function noobietech_disable_wp_emojicons()
{
// all actions related to emojis
remove_action( ‘admin_print_styles’, ‘print_emoji_styles’ );
remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 );
remove_action( ‘admin_print_scripts’, ‘print_emoji_detection_script’ );
remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ );
remove_filter( ‘wp_mail’, ‘wp_staticize_emoji_for_email’ );
remove_filter( ‘the_content_feed’, ‘wp_staticize_emoji’ );
remove_filter( ‘comment_text_rss’, ‘wp_staticize_emoji’ );
}
// Remove WP embed script
function noobietech_stop_loading_wp_embed() {
if (!is_admin()) {
wp_deregister_script(‘wp-embed’);
}
}
add_action(‘init’, ‘noobietech_stop_loading_wp_embed’);
// Preload Newspaper fonts for responsive theme (main theme)
function dns_prefetch_responsive() {
echo “<link href=’https://www.noobietech.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?17′ rel=’preload’ as=’font’ type=’font/woff’ crossorigin>”;
}
add_action( ‘wp_head’, ‘dns_prefetch_responsive’, 0 );
`
Hi there,
I have noticed that “Cloud Templates” section is visible for everyone in backend (Author, Editor, Administrator and so on), but only Admins can manage and change the content. Is it possible to hide Cloud templates for everyone except the site admins? I don`t see a reason why would author be able to see pages such as 404, search page and so on, despite not being able to change the content.
Thanks.
how do I save a page I created as a template and apply to other category pages. thanks
I have setup templates for Pages and for Categories. The Page header has a logo and menu at the very type in a single line.
When I create the same header for category templates, the header becomes stacked.
Please see:
http://pucblog.wpengine.com/church-life/
http://pucblog.wpengine.com/category/pacific-sunrise/
Thanks drmitzvah,
Here’s a link to the screen capture.
As you can see, the front page and single post page go into an infinite loop. But the category template and header templates open fine.
I had worked on the front page fine until now and almost completed. But now it won’t open in Composer.
thank you.
#g
I find the problem only when editing the existing homepage I had built using Composer. I’m able to open the header and category page templates just fine. But for the home page, when I click “Edit with TD Composer” in goes into the above loop.
Please advise. I’ve worked on the page quite a bit.
thanks
I ran into the same issue. Had created my home page, header and footer and category templates and all worked fine. Then suddenly the composer stopped working – infinite loop in the middle of the page. My system settings show green (no issues found).
thanks in advance.
#g
Hi, I was able to download the file, but the problem is when I try to open it, but I just try again and today seem to work.
Unfortunately we do not have a closer design for this one and you need to edit a few templates to can achieve something similar or identical.
Now I’m not 100% about the functionality that you need for the website, but with some work (maybe hard) the layout can be achieve as in your mega document. As I can see the website was a shop page too, maybe this will be a little hard to be achieve with the same layout and also some few elements.
If you want our team from custom work department can achieve this website as per your requirements, for this you can make a request here -> https://tagdiv.com/web-development-services/
Thank you!
Hi HanginWithHarv,
I just inspect your website and you are using a PRO Demo. When you are using a pro demo you are using cloud template and the settings from theme panel will no longer apply directly to the theme, these options are only for standard demos. For pro demos you’ll need to edit the page using tagDiv Composer -> https://i.imgur.com/Eb38wUm.png select the ad box from header and select the adspot -> https://i.imgur.com/QPbXbVx.png or you can set the code directly in ad box -> https://i.imgur.com/WIVb6oF.png
Hope this will help you!
Thank you!
Hi customize footer,
Please provide some more details and some screenshots.
If you are using a pro demo, the footer is a cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it how you want (now you can customize the the whole web-page from fronted).
Please make sure that you do not have a plugin conflict, 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.
Let me know the results!
Thank you!
Hi,
If you are using a pro demo, the footer is a cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it how you want (now you can customize the the whole web-page from fronted).
Thank you!
Hi,
Yes, you can achieve this using tagDiv Composer, edit the page/cloud template and select the block that you want to sort and check the filter tab from tagDiv Composer -> https://i.imgur.com/Qo7uMqT.png
-> https://i.imgur.com/i89MQZx.png -> https://forum.tagdiv.com/block-settings-guide/
Hope this will help you!
Thank you!
Hi,
So the image should work not matter from where are uploaded.
For the problem with the cut featured image on blocks, you can fix this problem, by editing the page/cloud template with tagDiv Composer and adjust the image size on that flex block -> https://i.imgur.com/DAsUJSQ.png finde the size that is displaying correctly for you.
Thank you!
Hi,
If the ads are in pages you can edit the page and remove the ads.
If the ads are in widget sidebars in posts and pages, maybe create sidebars without ads and set them.
If the ads are in the post content (top, inline or bottom ad spots) the theme does not have settings for specific posts. All it has are general settings to hide them per device
– https://www.screencast.com/t/g6L9YSkB
Hiding them with CSS is permitted by Google when using media queries
– https://support.google.com/adsense/answer/6307124?hl=en
Setting a display:none without media queries is forbidden by Google
– https://support.google.com/adsense/answer/1354736?hl=en
For header ads you can use two header templates, ( both from tagDiv Cloud library, or only one with out ads ), you need to have set a global header for all pages/post and an individual one on the pages where you do not want to have the ads.
Take the Tour to Explore the New Header Manager -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
What you can do is to set a single post template from tagDiv Cloud Library with out ads and make a copy of this template and set ads in it for the post were you want to have ads ( the ads in single post template can be set using tagDiv Composer -> https://www.screencast.com/t/dYEh4nIv you can set as many ads you want using the ad box -> https://www.screencast.com/t/IiAlsDAT -> https://www.screencast.com/t/7ua8g3oti).
Maybe use a plugin such as Adrotate to better manage the ads in the website. There are many theme users that recommend this plugin. I believe it has settings for what you have to do per specific posts.
Some more about it here if you should consider it
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thank you!
Hi,
I am able to use the TagDiv Composer for every other page except for the “Front Page”. When trying to use the td composer the screen shows a tiny sliver of its top menu and then a blank loading circle. The console is also showing this error.
Uncaught SyntaxError: Unexpected identifier
Uncaught TypeError: Cannot read property ‘headerTemplateId’ of undefined
at js_files_for_wrapper.min.js?ver=75663779ceaca21efa8b6f639056c3fd:39
at js_files_for_wrapper.min.js?ver=75663779ceaca21efa8b6f639056c3fd:40
Any insight on this would be greatly appreciated.
I used the cloud library to add an about page to my site. The design I selected was Home Author – Nomad. I would like to replace the mountain watermark on the right side with another image. I am not seeing anyway to do so within the tagdiv composer, please help! How can you modify a template to make it your own and not one of the live preview sites version?
When I navigate to e.g. WP > cloud templates > blank footer template
Then I click once on the tagdiv composer button
the page just keeps loading, infinitely
we have theme Version: 10.3
Hi,
This is because you are using the mobile theme plugin, you’ll gain a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders or shortcodes ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme, also the mobile theme will not display any sidebar)
-> https://i.imgur.com/9d0UWLT.png
Unfortunately if you are using same plugin for shortcodes, this will not work on mobile theme, it will be interpreted as a html text, this will work only on responsive version. Also because amp plugin is use with mobile theme plugin the shortcode will not work on amp too, only if you do not use the mobile theme for amp.
Also you can show the responsive version on mobile theme (to get the same layout as on desktop on mobile) -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
Thank you!