Hi,
I understand where is the problem.
It’s like with title, if i just copy/past something inside block, Tagdiv Composer don’t save it.
But if i write it, it’s ok, it’s save it.
Problem resolved
Ok, sorry,it’s work without :
if ( ! function_exists( 'get_item_scope' ) ) :
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
// if ($this->is_review && is_single()) {
// return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
// } else {
// return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
Hi, i have same problem, how to comment?
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
Hi Simion,
Before i added code directly on css file and i just put it on custom css and it’s ok now.
Thank’s a lot!
-
This reply was modified 9 years by
Pierreto.
Hi,
After last update, the code stop working :
.td-module-meta-info {
display:inline-flex;
}
.the-modified-date {
padding-left:5px;
padding-right:10px;
padding-top:2px;
}
.td-post-comments {
display:none!important;
}
It’s work thank’s!
After, for those who don’t know newspaper well, you must put code on template you use.
Not just loop-single.php, if you using template 2 you must put code on loop-single-2.php
Thank’s a lot Amit, i’ll test it
Hi Catalin,
Thank’s a lot!
Hi Bogdan,
I understand but WPforo it’s an important plugin, the best forum plugin for wordpress, i hope you will make it fully compatible with the best template for wordpress.
For those who have same problem, WPforo support give me this code who resolve problem with WPforo widget but not with other:
.wpforo-widget-wrap .block-title span{
font-size: 20px!important;
background-color: #cd4a41!important;
padding: 6px 12px 5px!important;
color: #fff!important;
display: inline-block!important;
line-height: 17px!important;
}
.wpforo-widget-wrap .block-title {
margin-bottom: 13px!important;
border-bottom: 2px solid #cd4a41!important;
margin-top: 25px !important;
}
Hi Bogdan,
I ask here because it’s a new problem after newspaper update.
Ok thank’s, i’ll try to resolve it by myself.
Hello
Perhaps you can add this on test list, i’m interested by that too.
Thanks
And you can use Better WordPress Minify and Autoptimize who make (i think) the same thing and are compatible with many other plugin or you can easily deactivate those not compatible inside this plugin.
Hi Pedro,
You can find it in :
single_template_2.php
Hi BogdanB,
Thanks for response.
I understand, but if you want stay one of the best and modern template of wordpress, you can forget bbpress and make Newspaper 100% compatible with WPforo.
Hi,
Problem’s from mobile template, i desactivate it and now it’s ok.
But i hope you’ll make mobile template compatible with WPforo.
Thank’s Alin,
If they write “how to change post date by last update”
I’ll find đ
But “how to make this”…
I deactivate minify for wpforo in BWP minify,
deactivate mobile template plugin on page with “plugin organizer”
I think it’s resolved, but not again
-
This reply was modified 9 years by
Pierreto.
Hi,
I ask same question but they don’t have solution for now :
https://forum.tagdiv.com/topic/add-google-matched-content-at-bottom-article/#post-143718
Thank’s, i’ll try.
Hi Bogdan B,
Your solution dont’ work with matched content and i don’t find solution to use it with your template.
Matched content it’s very interesting thing, like your related article but better :
“content recommendation tool for AdSense publishers promotes your content to your site visitors. Matched content generates contextually relevant and personalized article recommendations from the pages on your website. With Matched content, your visitors can:
Discover relevant articles on your site
Spend more time on your pages
Engage more with your content
This new feature can help you increase your site’s page views and ad impressions, and could increase your ad revenue by making it easy for your visitors to find your content. To provide a great experience for you and your site visitors, Matched content is available for sites with multiple pages and high volumes of traffic. Have a look at the site management settings in your AdSense account to see if your sites are eligible to run Matched content.”
https://adsense.googleblog.com/2015/04/introducing-matched-content.html
If you want to see final result exemple:
https://toutelathailande.fr/que-faire-a-chiang-rai-guide-des-activites-et-des-visites-dans-la-ville-et-la-province/
It’s not perfect because it reduce the space of post, but it make very clean and beautiful post!
I just find another way, better for make h2, h3, h4 with different background :
.td-post-content h2 {
margin: 20px 0px;
background:#DCDCDC;
padding:10px 8px;
}
With the other code all h2 and h3 are modified, in block module and other, with this code only post are modified.
Thank’s
I open new post for share it and for change post background :
https://forum.tagdiv.com/topic/change-post-background-color-and-h2-background-color/
then perhap’s you can delete this post.
Have a nice day too!
Hi,
I finally find solution and for those who want to do that you must add this code inside custom css :
h2 {
margin: 20px 0;
background:#ccc;
padding: 10px 8px;
}
Hi Chris, Thank’s for reponse.
i do it allready but i still have code from them like :
“woocommerce-checkout .woocommerce input.button:hover,
.woocommerce-page .woocommerce a.button:hover,
.woocommerce-account div.woocommerce .button:hover,
#bbpress-forums button:hover,
.bbp_widget_login .button:hover,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .widget_product_search input[type=”submit”]:hover,
.woocommerce .product a.button:hover,”
And do you know if i can safely delete this file?:
bbpress.php
archive-product.php
single-product.php
style-woocommerce.php
