nufrankz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-SCSS] Update 3.0 causes critical error. Please revert!As @poooooow menctioned [url=”https://www.ads-software.com/support/topic/3-0-php-errors/#post-16211556″%5Dhere%5B/url%5D, you just have to navigate to your MySQL database (maybe with phpMyAdmin), table
wp_options
, search forwpscss_options
, and change string"always_recompile";s:1:"1"
to"always_recompile";s:1:"0"
.The error appears when “Always recompile” option is activated, waiting for the fix, great plugin!
EDIT: replacing scssphp folder inside plugin folder (
/wp-content/plugins/wp-scss
) with latest from Github repo (https://github.com/scssphp/scssphp
) works, with Always recompile option on (thanks to @friedhelm!)- This reply was modified 2 years, 4 months ago by nufrankz. Reason: Solution 2
Maybe using PO file editor like Loco Translate to customize your language settings.
I ran into a similar issue and used Loco Translate to search and replace the same “ticket” word into another and works perfectly well.
Just be sure to allocate the PO file into the “Custom” path to assure it will not be overwrited.Forum: Plugins
In reply to: [ZI Hide price and add to cart for WooCommerce] PHP NoticeYou can add the following patch on
/wp-content/plugins/zi-hide-price-and-add-to-cart-for-woocommerce/includes/zii-woo-hide-price-cart-core.php
:if(!isset($zinv_hide_price_cart_exists)) { $zinv_hide_price_cart_exists = "No"; }
on lines 59, 88 and 133, while the developer updates the plugin. Cheers!
- This reply was modified 3 years, 1 month ago by nufrankz. Reason: line 88 added
Forum: Plugins
In reply to: [Edit Author Slug] WP 5.2 compat?At least on 5.2.2 it doesn’t seems to work D: but anyways, thanks to the author for the useful plugin!