S o f t f u l l y
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twitter log in button issueIf you have checked then let me know so I can disable the Twitter login button for temporary
Forum: Plugins
In reply to: [Comments - wpDiscuz] Twitter log in button issueSoftfully [DOT] com
Forum: Plugins
In reply to: [Comments - wpDiscuz] How to fix Aggregate Rating SchemaPlease help me out from the following code:
// wpDiscuz Aggregate Rating Schema.
add_filter(‘wpdiscuz_rating_schema’, function ( $rating_schema, $key, $postid ){
$my_rating_schema = ‘SoftwareApplication’;
$rating_schema = str_replace(__(‘Article Rating’, ‘wpdiscuz’), $my_rating_schema . ‘ Rating’, $rating_schema);
return preg_replace( ‘|schema\.org\/Product|i’, ‘schema.org/’ . sanitize_text_field($my_rating_schema) , $rating_schema);
},11, 3);View the error image: https://ibb.co/ZSFdHfJ
View ERROR: https://ibb.co/fqnDC3W
Code is out of my mind so please help
Thank youForum: Plugins
In reply to: [Comments - wpDiscuz] How to fix Aggregate Rating SchemaToday I disabled the “Enable Aggregate Rating Schema” so you will not be able to see 1 error and 3 warnings at the end.
So if you want to check at your side then I will enable it again.Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Error checking pagesBut the green circle doesn’t show in posts column
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Error checking pagesThanks for the fast reply
Please let me know how to fix this because I want to know where can my theme place the ads in postsThank you very much
Compatibility is already ON
With this new update still, I don’t see wpDiscuz star count rating in the schema
YES please, I want stop creating 1200x1200px images
Thank you
I understand, but please let me know how to stop creating 1200x1200px Image size via functions.php or any other tricks…
Thank you very muchAfter disabling the option still, it creates a 1200x1200px Image size and if the option is enabled then it creates even other sizes also…
Forum: Plugins
In reply to: [LiteSpeed Cache] How to fix Uncaught SyntaxErrorThank you