des1gn
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Change Cashback information position on cart page.Sadly doesnt work for me.
add_action('init', 'change_woo_wallet_cashback_position'); if(!function_exists('change_woo_wallet_cashback_position')){ function change_woo_wallet_cashback_position(){ if(class_exists('Woo_Wallet_Frontend')){ if(remove_action('woocommerce_before_cart_table', array(Woo_Wallet_Frontend::instance(), 'woocommerce_before_cart_table'))){ add_action('woocommerce_checkout_before_order_review', array(Woo_Wallet_Frontend::instance(), 'woocommerce_before_cart_table'), 5); } } } }
this adds the notice to woocommerce_checkout_before_order_review, but doenst remove it from above the form. i dont know why. maybe you could shed some light @subratamal
Forum: Plugins
In reply to: [Glossary] Installation ProblemsI’ve updated the plugin but still can’t find where to add terms.
now i have three menu items, “Settings”, “Contact us” and “Upgrade”. No “add terms” and even the “add term category” item is gone.Forum: Plugins
In reply to: [Glossary] Installation ProblemsYes, i’m logged in as admin.
Thanks for your support.dynamic-widgets-de BETA ??
great, works!
translation is ongoing ??thx in advance
i′ll send you a translation to german as a rewardand yes, front page is set to show the latest posts.
i′ve set “single post” to “yes” to check out whether “Except the posts by author” makes a difference.
now evething is set to “no”, just “Front Page” is “yes”.
as you′ll see, the widget is still visible on “media”.