NikosTsolakos
Forum Replies Created
-
Found it
i was looking in the right place.
it was App.jsForum: Plugins
In reply to: [WooCommerce] Blank WooCommerce Dashboard@mikeeverett haha nice to hear that, I know how it feels haha damn!
Forum: Plugins
In reply to: [WooCommerce] Blank WooCommerce Dashboard@mikeeverett go do this mate, 80% i think this is your problem!
Forum: Plugins
In reply to: [WooCommerce] Blank WooCommerce Dashboardohh my god!
guys i found that my Child theme is not supported yet because i deleted the themes comments/*
Theme Name: Theme child
Theme URI: https://demo.theme.com/example
Author: Example
Version: 1.0.3
Description: Minimal & Modern eCommerc.
Author URI: https://example.net/example
Template: Theme
*/
after i added these comments my theme child was ok and the woocommerce dashboard warked!
so if you have minified some css files from your child theme
make sure that your top comments are there!Forum: Plugins
In reply to: [WooCommerce] Blank WooCommerce DashboardHello!
Im using w3 total cache as well and i use minify as well.
but i don’t think that this is the problemForum: Plugins
In reply to: [WooCommerce] Blank WooCommerce Dashboardyes i do have the same issue!
Forum: Plugins
In reply to: [WooCommerce] Translate Tax field at checkout (includes … tax)i have the same problem
i fixed it for now until they release an update, you can use thisadd_filter( 'gettext', 'translate_woocommerce_vat_strings', 999, 3 ); function translate_woocommerce_vat_strings( $translated, $untranslated, $domain ) { if ( ! is_admin() && 'woocommerce' === $domain ) { switch ( $translated ) { case 'VAT': $translated = 'YOUR-VAT'; break; } } return $translated; }
- This reply was modified 3 years, 8 months ago by NikosTsolakos.
Forum: Plugins
In reply to: [Polylang] 2 Linked Front pages saves same data@veerap i think there is a way to fix it! i’m on it, if someone knows let me know!
hello @robert7k can you help me please!
i didn’t find something to the database.Forum: Plugins
In reply to: [Required Fields] Support custom taxonomieshello @renevlak.
Thanks for your suggestion.
i’ll check it!Ok!
I’ll do it as soon I can!i have disable and delete the plugin!
The project is live and I can not play with nothing!
Even if i make a demo site and install it i think it gonna work.
but for my main project something else may affect that plugin!
i can not disable or enable plugins for fun.
thanks in advance.BTW: my theme is Halena from themeforest.com and i’m very disappointed for my purchase.
Be careful what you buying guys!Fixed!
just add to wp-config.phpini_set(‘memory_limit’, ‘256M’);
ok bro! i think this gonna help me!
after updating Chrome it’s gone!
i have another problem with set Default Currency!
I have set it to Euro by default.
i’ll open another topic.