Toxic
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Custom priceThank you very much, sir!
Your code is well and it works excellent!
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Custom priceHi Rashed!
I am sorry for disturbing to you by previous message. I partially figured out the problem. Indeed Conditional tags can help to me.
I added next code to functions.php file
add_filter( 'woocommerce_get_price_html', 'custom_price_cat' ); function custom_price_cat($price) { if ( is_product_category( 'sample-category-slug' ) ) { $addedtext = 'sample-price-mark'; return $price . '<span class="price-disclaimer">' . $addedtext . '</span>'; } else { return $price; } }
and on listing page of this product category additional price-marks were displayed. But additional price-marks doesn’t display on single product page. Could you tell me please how do edit my code so that additional price-marks display on listing and the single product page?
Forum: Plugins
In reply to: [WooCommerce] Custom priceHi Rashed,
Thank you very much for your response. And sorry for my English.
Unfortunately Conditional tag maybe no solution. I want addm<sup>3</sup>
mark to all price in some category. The code from my prev. post exactly works for standalone products but I need addm<sup>3</sup>
marks to categories.Could you tell me please what must I’ll change in this code
add_filter( 'woocommerce_get_price_html', 'custom_price_product' ); function custom_price_product($price) { global $post; $product_id = $post->ID; $my_product_array = array(1,2,3,4); if (in_array($product_id, $my_product_array)) { $addedtext = '/m<sup>3</sup>'; return $price . '<span class="price-disclaimer">' . $addedtext . '</span>'; } else { return $price; } }
so that my additional marks appear for categories?
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Php errorsThank you very much for response!
I using last version SNAP – 4.3.11
Forum: Plugins
In reply to: [Social Feed Gallery] 2 widgets for 2 feedsUPD. Excuse me for troubling. Problem with Instagram widget appear was because Dynamic widgets plugin active. I re-installed Dynamic widgets plugin and problem resolved.
Forum: Plugins
In reply to: [Simple Revisions Delete] Simple Revisions Delete and WoocommerceUPD. I am sorry for your trouble. Just I didn’t activate revisions option at Woocommerce before. Now Simple Revisions Delete plugin works excellent. Thanks.
Forum: Plugins
In reply to: [Live Preview for Contact Form 7] Error after saving CF7Hi Angus,
Thank you very much for your response. This bug appear when CF7 and CF7 Live Preview plugins enabled only. And other plugins disabled.
Thanks.
Forum: Plugins
In reply to: [SSL Mixed Content Fix] Abandoned?Forum: Plugins
In reply to: [SSL Mixed Content Fix] Abandoned?Maybe this plugin Remove HTTP: Fix Mixed Content Warning help to you. Plugin allow turn off external links from http/https protocol deleting.
Hi.
Maybe this plugin Remove HTTP: Fix Mixed Content Warning help to you. Plugin allow turn off for external links from http/https protocol deleting.
Forum: Plugins
In reply to: [Enable Media Replace] Bulk mode questionThank you very much! Your plugin is excellent and it give way replace image without SQL edit.
Forum: Plugins
In reply to: [Enable Media Replace] Bulk mode questionHi Alex!
Thank you very much for response.
Example imagine this option:
Download Image button at list view and Replace Button after checked images.See screen please
https://nimb.ws/G3Bda8Forum: Plugins
In reply to: [WP Fastest Cache] Cloudflare IntegrationThank you for response.
I understand that can use Cloudflare as before but better to use Cloudflare integration at the WP Fastest Cache plugin because it’s easy, faster and error-free.
Forum: Plugins
In reply to: [WP Fastest Cache] Cloudflare IntegrationHi!
Cloudflare integration has been added very well. Thanks. But could you tell me please is this option turn on to better improve the performance or Cloudflare integration leave as is?
Forum: Plugins
In reply to: [Crelly Slider] Could not fully remove the plugin@fabiorino, @faiyazalam thank you for response.
Just for a folder Crelly Slider set
apache
owner. Because I can’t change permissions for crellyslider.php and readme.txt. files. I reset owner and deleted plugin.Thank you. Problem resolved. Crelly Slider is best plugin and I’ll use it.