Do you have any plan to include this option for widgets in the future?
Is this bug already fixed?
Got it
static function update_page_views($postID) {
if (td_util::get_option('tds_p_show_views') == 'hide') {
return;
}
if I don’t want to show exact page views count, but I want to keep page views count and calculate 7 days views count, I have to comment this if statement, right?
Does 7 days popular sorting work with ajax post views?
I can’t get it work
Thank you
I’ve tried compile, but doesn’t get same result as style.css, Do I miss some configuration?
-
This reply was modified 10 years by
horsezy.
Hi,
It has nothing to do with zlib. This function is not support by HHVM according to http://docs.hhvm.com/manual/en/function.ob-gzhandler.php
and my platform is already got zlib
thanks
-
This reply was modified 10 years by
horsezy.
By the way, I have face with some bug on js composer. When I add “ad box” with js_composer and specify “Use adspot :” to “sidebar”, I get “[td_block_ad_box spot_title="test title"]” instead of [td_block_ad_box spot_id="sidebar" spot_title="test title"] ( spot_id parameter is not be specified ). I read your code, It not specify any default value on the spot_id, so the ads will not be shown.
Thanks
Hi,
I can do programming myself. Could you recommend the tool and configuration of less compiler to build style.css myself?, and I would appreciate if you recommend the minify tool and configuration to use with your js file, I would like to customize your smart snap feature with my custom ads position.
Thanks

