No search results were found in Documentation!
Hello lacox702,
Please notice that the speed of your website depends on how well your site is optimized -> https://www.screencast.com/t/45GsBcKrI. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements. For an example, you should check our demo preview because this website is optimized.
Thanks for your understanding!
Hello pedroxi,
I have inspected your website and I saw that your loading page is poor when I access at the first time your homepage. Also, I checked your source page and I saw that you are using a lot of unknown plugins which can interact with the theme core files and causes a lot of unknown issues, like Autoptimize and lazy load plugin. I suggest you remove all of them, leave just our required plugins which come bundled with the theme core files and rule out any conflicting plugins. Also, I have checked your website on Google Insights and your loading page is not a good one, as you can see here -> https://www.screencast.com/t/W1tRoq9CUM You need to do some customizations as in that list is suggested if you want to achieve best theme results.
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements. For an example, you should check our demo preview because this website is optimized.
Thanks for your understanding!
Hello Douglas,
Sorry, but all the Review settings can be found here -> https://forum.tagdiv.com/reviews-2/ If you want more options for this, you should try implementing it yourself because we cannot provide custom work at the moment, sorry! As a quick solution in this regard, you can try using the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-review-header, .td-review-row-stars{
display:none;
}
Thanks for your understanding!
Hi,
I am afraid there is no option for that. These are the only settings available for the reviews at the moment
– https://forum.tagdiv.com/reviews-2/
You could use a review plugin if you need more capabilities in this regard, for your website.
Thanks
Hello gkleinman,
This is not a good theme behavior, sorry! You should make a new clean install from scratch via FTP way and try to disable all the untested active plugins which can interact with the theme core files and check the results. As a quick solution, please check the code below and place it in Theme panel->Custom CSS area.
.entry-review-stars{
display:none;
}
Thanks for the message!
Hello pablojmelian,
Unfortunately, I do not exactly understand what kind of plugins you are using to optimize your javascript and what customizations you have in this regard, sorry!
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements. For an example, you should check our demo preview because this website is optimized.
Thanks for your understanding!
Last but not the least, when you visit the link:-
http://www.bookreviews.tv/shop-books
You can see that the “Buy on Amazon” button is not aligned with the other’s. What can be done to fix that?
Hi, I’m using last version of newspaper 8 and latest version of visual composer. I noticed that box “text with title” doesn’t work correctly. It doesn’t respect formatting: if I start a new line or paragraph at the end of a sentence, it continues in the same line or paragraph. You can look this only in preview or published page
Further to my query, even the woocommerce search displays only 4 products by default.
Dear Sir
My website URL is:
http://www.bookreviews.tv/shop
By default, it is only displaying 4 products on the page, and we have to go to next page to see other products.
Here is what I did:-
1) I created a new page
http://www.bookreviews.tv/shop-books
2) Using Visual composer and elements, I was able to display all the products on the page.
3) However, if I click on a category of products, the same problem occurs. In each category page, only 4 products are being displayed as default.
https://www.bookreviews.tv/product-category/books/
4) Please give a fix so that we can control the number of products that can be displayed on each woo commerce category page.
Your support is highly appreciated.
Best regards
Vishesh
hi
i use review rating for this article
but in google search results i do not see stars under my article
Hi, when i compose a Smart List Post and i preview show this messages: Warning: preg_replace(): Compilation failed: PCRE does not support \L, \l, \N{name}, \U, or \u at offset 659 in /home/pedales27/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_smart_list.php on line 723
Warning: preg_replace(): Compilation failed: PCRE does not support \L, \l, \N{name}, \U, or \u at offset 534 in /home/pedales27/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_smart_list.php on line 751
Thaks
HI Marius
I have placed the code to optimize the images
I have placed it at the end of “function.php”
I want to know if it’s right where I put it
Here is what I did
<?php
/*
Our portfolio: http://themeforest.net/user/tagDiv/portfolio
Thanks for using our theme!
tagDiv – 2017
*/
/**
* Load the speed booster framework + theme specific files
*/
// load the deploy mode
require_once(‘td_deploy_mode.php’);
// load the config
require_once(‘includes/td_config.php’);
add_action(‘td_global_after’, array(‘td_config’, ‘on_td_global_after_config’), 9); //we run on 9 priority to allow plugins to updage_key our apis while using the default priority of 10
// load the wp booster
require_once(‘includes/wp_booster/td_wp_booster_functions.php’);
require_once(‘includes/td_css_generator.php’);
require_once(‘includes/shortcodes/td_misc_shortcodes.php’);
require_once(‘includes/widgets/td_page_builder_widgets.php’); // widgets
/*
* mobile theme css generator
* in wp-admin the main theme is loaded and the mobile theme functions are not included
* required in td_panel_data_source
* @todo – look for a more elegant solution(ex. generate the css on request)
*/
require_once(‘mobile/includes/td_css_generator_mob.php’);
/* —————————————————————————-
* Woo Commerce
*/
// breadcrumb
add_filter(‘woocommerce_breadcrumb_defaults’, ‘td_woocommerce_breadcrumbs’);
function td_woocommerce_breadcrumbs() {
return array(
‘delimiter’ => ‘ <i class=”td-icon-right td-bread-sep”></i> ‘,
‘wrap_before’ => ‘<div class=”entry-crumbs” itemprop=”breadcrumb”>’,
‘wrap_after’ => ‘</div>’,
‘before’ => ”,
‘after’ => ”,
‘home’ => _x(‘Home’, ‘breadcrumb’, ‘woocommerce’),
);
}
// use own pagination
if (!function_exists(‘woocommerce_pagination’)) {
// pagination
function woocommerce_pagination() {
echo td_page_generator::get_pagination();
}
}
// Override theme default specification for product 3 per row
// Number of product per page 8
add_filter(‘loop_shop_per_page’, create_function(‘$cols’, ‘return 4;’));
if (!function_exists(‘woocommerce_output_related_products’)) {
// Number of related products
function woocommerce_output_related_products() {
woocommerce_related_products(array(
‘posts_per_page’ => 4,
‘columns’ => 4,
‘orderby’ => ‘rand’,
)); // Display 4 products in rows of 1
}
}
/* —————————————————————————-
* bbPress
*/
// change avatar size to 40px
function td_bbp_change_avatar_size($author_avatar, $topic_id, $size) {
$author_avatar = ”;
if ($size == 14) {
$size = 40;
}
$topic_id = bbp_get_topic_id( $topic_id );
if ( !empty( $topic_id ) ) {
if ( !bbp_is_topic_anonymous( $topic_id ) ) {
$author_avatar = get_avatar( bbp_get_topic_author_id( $topic_id ), $size );
} else {
$author_avatar = get_avatar( get_post_meta( $topic_id, ‘_bbp_anonymous_email’, true ), $size );
}
}
return $author_avatar;
}
add_filter(‘bbp_get_topic_author_avatar’, ‘td_bbp_change_avatar_size’, 20, 3);
add_filter(‘bbp_get_reply_author_avatar’, ‘td_bbp_change_avatar_size’, 20, 3);
add_filter(‘bbp_get_current_user_avatar’, ‘td_bbp_change_avatar_size’, 20, 3);
//add_action(‘shutdown’, ‘test_td’);
function test_td () {
if (!is_admin()){
td_api_base::_debug_get_used_on_page_components();
}
}
/**
* tdStyleCustomizer.js is required
*/
if (TD_DEBUG_LIVE_THEME_STYLE) {
add_action(‘wp_footer’, ‘td_theme_style_footer’);
// new live theme demos
function td_theme_style_footer() {
?>
<div id=”td-theme-settings” class=”td-live-theme-demos td-theme-settings-small”>
<div class=”td-skin-body”>
<div class=”td-skin-wrap”>
<div class=”td-skin-container td-skin-buy”>BUY NEWSPAPER NOW!</div>
<div class=”td-skin-container td-skin-header”>GET AN AWESOME START!</div>
<div class=”td-skin-container td-skin-desc”>With easy <span>ONE CLICK INSTALL</span> and fully customizable options, our demos are the best start you’ll ever get!!</div>
<div class=”td-skin-container td-skin-content”>
<div class=”td-demos-list”>
<?php
$td_demo_names = array();
foreach (td_global::$demo_list as $demo_id => $stack_params) {
$td_demo_names[$stack_params[‘text’]] = $demo_id;
?>
<div class=”td-set-theme-style”>” class=”td-set-theme-style-link td-popup td-popup-<?php echo $td_demo_names[$stack_params[‘text’]] ?>” data-img-url=”http://demo.tagdiv.com/demos_popup/newspaper/large/<?php echo $demo_id; ?>.jpg”></div>
<?php } ?>
<div class=”td-set-theme-style-empty”></div>
<div class=”clearfix”></div>
</div>
</div>
<div class=”td-skin-scroll”><i class=”td-icon-read-down”></i></div>
</div>
</div>
<div class=”clearfix”></div>
<div class=”td-set-hide-show”></div>
<div class=”td-screen-demo” data-width-preview=”380″></div>
<div class=”td-screen-demo-extend”></div>
</div>
<?php
}
}
//print_r(td_global::$all_theme_panels_list);add_filter( ‘jpeg_quality’, create_function(”, ‘return 50;’ ) );
One more question.
Can i use a review with out a rate?
I just want use the Summary, dont the score.
Hi
Is it at all possible to have a maximum of 6 stars instead of 5 in the review system?
My pics are not showing up properly on the home page. They are fine in the post. Novice user. Please help.
View site here
But it is strange that the image is not seen also when the image has already been sent. I did some tests on other sites and the image is not seen in preview, but it does look when it has been published. But here the image is not seen in either way, that is, I can not send images from the site through twitter. Please, do some test.
Thanks!
Hello,
Sorry but that cannot be done. A class is not a shortcode. The reviews were built specifically for posts and they cannot be moved in other parts of the theme.
Thanks.
Hi.
I like to use the td-review class like a shortcode.
Can i do it?
Ok, understood.
Another question, can i get zero star on a review?
In a review of just trying to provide a means of more information and a resolve to some of these issues we’re seeing, I’m also noticing that in the Theme Panel> Ads (Section) that there appears to be no space for a Footer Ad any longer.
I may be missing something, but I cannot see a space for it.
Thansk, i will try.
Another question, can i do something to dont show the stars of review in the home and another locals.
I just want theys in the post.
Thansk again.
Thanks Bogdan,
Actually, it does help. The Newspaper Theme has forced me into using WordPress in a different way than I had before, and to tell you the truth, it’s working quite nicely. I learn more every day. I was under the impression that I had to use static pages for pretty much everything, probably because of the limitations of the previous theme I was using. I’m switching the entire site over to using categories and category templates, and it’s really starting to come together.
I’m a long way from being a beginner with WordPress, but I think I learned it in the wrong way, which is in many ways far worse than being a beginner. As I’m re-learning to do this in the way that Newspaper seems to want to work, it’s starting to look pretty good.
I have quite a bit of work to do, but here’s what it looks like so far:
It’s already way better than the look of my previous theme, and I’m still learning. By the time I get around to writing a review on this theme, it’ll be pretty close to 5 stars.
Thanks for the help,
Don Fink
Hello Douglas,
Unfortunately, the theme does not have any such an option that allows you to change these elements on Review section, sorry! You should edit the theme core files and add as you wish. As a hint, you should edit the review template, like this -> https://www.screencast.com/t/0p7tpFj0v
Thanks for the message!
Hello donfink,
Please keep in mind that our theme is very user-friendly and has a lot of post templates which can be used to create your own post. You should just choose the template you want from our list. To see all of these, please check our demo preview, here -> https://www.screencast.com/t/V48uGfK64 -> https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/ Also, for more information about our post templates, please consult the documentation here -> https://forum.tagdiv.com/post-templates-2/ Also, before beginning to create your website with our theme, please notice that you should start reading all of our documentation and also, you can check our YouTube channel because there we have a lot of useful video tutorials which can help you -> https://www.youtube.com/user/tagdiv.
Thanks for your understanding!