Search Results for 'review'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi Prof Leo,

The more easy and fast way to build a website using Newspaper theme is to use a pre-made demo, you can check them live here -> https://demo.tagdiv.com/select_demo/select_demo_newspaper/?utm_source=live_preview&utm_medium=click&utm_campaign=demos&utm_content=demos_button#demos and chose the one that you like, after that make sure that all theme plugins are installed -> https://i.imgur.com/56sCTu2.png and install the demo you like the most -> https://i.imgur.com/K1Nhpq8.png you can check our guide from here ->https://forum.tagdiv.com/installing-demos/

If you have some questions, let us know!
Thank you!

Oswald
Participant
#0

Hello,
I cannot figure out how to NOT crop the images in the preview.
What I am trying to achieve is for example to have a certain width and height would be automatically adjusted.
I thougt this would be possible by choosing an image size like 696 x 0 but nothing works.
Could you please advise?
Thank you!

Benginmen Jones
Participant
#0

How do I add this format feature on the right hand side when adding a new post or edit post. In the area where it says Publish, Preview changes save draft. Thanks

laideas
tagDiv Member

Hi-

So it is not the Fonts I am issue with, it is the background color of the category background color on Blocks. I am able to change the color when using Post Loop, but not on Blocks.

Here is the page I reviewed. https://forum.tagdiv.com/category-tag-on-modulesblocks/

https://www.dropbox.com/s/oq4x8ky5epat3nz/Screenshot%202020-08-03%2010.19.35.png?dl=0

https://www.dropbox.com/s/9ijtu8yxxelp7jh/Screenshot%202020-08-03%2010.19.26.png?dl=0

Example of one category page
http://pucblog.wpengine.com/category/living-gods-love/

I want to assign colors to each category.

Thanks!

Calin
tagDiv Staff

Hi,

Please note that Revolution Slider that we provide is a Bundled Plugins in our theme. No need to activate it, simply ignore the activation messages and you can use it for the sliders that our theme is providing -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/. It is a bundled plugin, you can use it fully without the need of a activation key.
https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
If you want to have full access to this plugin, then you’ll need to buy a licence key for it, the licence key that you get to activate the theme is working only for our theme, you can not activate other theme or plugins with it.
Here you can get the documentation for this plugin -> https://revolution.themepunch.com/joomla/documentation/
Here you can check the full guide for Revolution slider -> https://www.wpexplorer.com/revolution-slider-review-guide/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

The fix for Instagram is done. Now we made the last tests for the new update, we want to work better then previews update (with less problems).
In the coming days, the update will be online.

Thank you for your understanding!

Calin
tagDiv Staff

Hi stephanwhelan,

The fix for Instagram is done. Now we made the last tests for the new update, we want to work better then previews update (with less problems).
In the coming days, the update will be online.

Thank you for your understanding!

xyq146353
Participant
#0

Hi
I select “Eye cream” as the primary category, but it still shows “Editor picks” as the categories. Could you help to see why the “primary category” does NOT work?
Example post: https://www.skincarebeginner.com/top-best-eye-creams-reviews/
Setting screenshot: setting: https://snipboard.io/D60IAo.jpg, issue that occur:https://snipboard.io/r59LxR.jpg
Regards

Vlad S
tagDiv Staff

Hello !

There must be an misunderstanding ! Our team will review your e-mail and reply there.

Thank you !

efstratios
Participant
#0

Hi.

When I preview my website from a mobile device and I go to any post, there is a box that slides from the top and has an ad in it.

How can I disable it?

You can check this form mobile and slide a little down do see the box coming in.
https://boxnews.gr/maska-forame-ypochreotika-anakoinose-chardalias/

yunkyoung
tagDiv Member

Thank you for your kind answer.
Unfortunately, this is not the answer I wanted.

Plz check

I don’t want to show for the sort option “Featured posts, By review score”.

laideas
Participant
#0

I reviewed the instructions for setting the category tag colors here: https://forum.tagdiv.com/default-category-settings/

However, when I go to Theme Panel->Categories->Per Category->NewsPaper->CATEGORY TAG COLOR ON POST PAGE and change the color, but the category page doesn’t change they are all black.

See here: http://pucblog.wpengine.com/category/newsdesk/

sudhamsh
Participant
Error - topic
#0

PHP Warning: Use of undefined constant TDSP_THEME_PATH – assumed ‘TDSP_THEME_PATH’ (this will throw an Error in a future version of PHP) in /home/pwea6h5398bg/public_html/stage.useraccessreview.com/wp-content/plugins/td-composer/td-composer.php on line 118

padix
Participant
#0

Hello,
I have this issue since I installed the theme if I remember well, but I didn’t use the preview until now for myself, but recently I added a new writer and she wants to use it.

Screenshot – https://imgur.com/KZIXNtl

How can I fix it?

Best regards,

yunkyoung
tagDiv Member

Thank you for your answer. I found solutions.
And Could you tell me? How can I remove “Featured posts, By review score”

sudhamsh
Participant
#0

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

yunkyoung
Participant
#0

My news page
I can see result for “Latest, Most popular, Random”
But I can’t see result for “Featured posts, 7 days popular, By review score”
How can I see that result?
Thank you for answer.

inqusitive-stha
Participant
#0

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&#8242; rel=’preload’ as=’font’ type=’font/woff’ crossorigin>”;
}
add_action( ‘wp_head’, ‘dns_prefetch_responsive’, 0 );

`

ton1985a
Participant
#0

Hi,

When creating a post with Smart List Template 1, I can see in the WordPress editor that the blockquote has this cool style with bigger letters in blue, but once the post is published, (or previewed), it loses the style. Why is that?

Bellow is a screenshot showing what is expected on the Editor and the unexpected result to the right.
https://imgur.com/a/2BpgQxY

The problem only happens when using the Smart List Template 1, on regular Single Posts it works fine.

Thanks,

cricexec
Participant
#0

This error appears when I try to preview a post when it is saved as draft. tag div cloud library plugin is causing this error. The format function in tdb_state_single.php on line 1667 is causing issues. WP_DEBUG mode is “ON” on the website, you can check the error yourself. I am pasting the error below as well, so it would be helpful for you.

Fatal error: Uncaught Error: Call to a member function format() on bool in /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:1667 Stack trace: #0 /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): tdb_state_single->{closure}() #1 /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(88): Closure->__invoke() #2 /home/wp_s8zhuv/cricexec.com/wp-includes/template-loader.php(106): include(‘/home/wp_s8zhuv…’) #3 /home/wp_s8zhuv/cricexec.com/wp-blog-header.php(19): require_once(‘/home/wp_s8zhuv…’) #4 /home/wp_s8zhuv/cricexec.com/index.php(17): require(‘/home/wp_s8zhuv…’) #5 {main} thrown in /home/wp_s8zhuv/cricexec.com/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php on line 1667

here is the source code http://cricexec.com/code.png

julingn
Participant
#0

Hi, I want to show the average rating of my review on different places within the post AND the full review rating at the end. How can I show the average rating box e.g. next to some text. Is there a shortcode for that I can use?

Second – I really like to place 1-2 call to action buttons at the end of the review box at the end of the post. Could you maybe add this feature? Other review system like wppr or wp review pro already have this feature. But I would rather stick to your review management as this comes with the theme.

Thanks,
Norman

Calin
tagDiv Staff

Hi,

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.
Please check our documentation for here:
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/
Please note that Revolution Slider that we provide is a Bundled Plugins in our theme. No need to activate it, simply ignore the activation messages and you can use it for the sliders that our theme is providing -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/. It is a bundled plugin, you can use it fully without the need of a activation key.
https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
If you want to have full access to this plugin, then you’ll need to buy a licence key for it, the licence key that you get to activate the theme is working only for our theme, you can not activate other theme or plugins with it.
Here you can get the documentation for this plugin -> https://revolution.themepunch.com/joomla/documentation/
Here you can check the full guide for Revolution slider -> https://www.wpexplorer.com/revolution-slider-review-guide/

Thank you for your understanding!

HanginWithHarv
Participant
#0

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?

ton1985a
Participant
#0

Hi,

When I’m on TD Composer, I can see that all font atributes are set to default (just like it also is on theme panel > fonts), and on the preview the text looks just like it should, but when an actual post uses that template, the line height clearly is lower. Why is that? How can I make sure that the text will look exactly like default?

Thanks

thapaprince232
tagDiv Member

I have installed Yoast Seo plugin.
and still, I don’t have image preview of my post when I share the link on WhatsApp
https://newsgurucg.com/

Viewing 25 results - 2,301 through 2,325 (of 7,000 total)