allaerd
Forum Replies Created
-
i solved this. Check out tis thread: https://wordpress.org/support/topic/custom-styles-and-templates-not-working-anymore
Hi,
there is an error in the queue function. This is the right function. It can be found in wp-knowledgebase.php at line 271
//=========> Enqueue KBE Style file in header.php function kbe_styles(){ if( file_exists( plugin_dir_url( __FILE__ ) . '/wp_knowledgebase/kbe_style.css' ) ){ $stylesheet = plugin_dir_url( __FILE__ ) . '/wp_knowledgebase/kbe_style.css'; } else { $stylesheet = WP_KNOWLEDGEBASE. 'template/kbe_style.css'; } wp_register_style ( 'kbe_theme_style', $stylesheet ); wp_enqueue_style( 'kbe_theme_style' ); } add_action('wp_enqueue_scripts', 'kbe_styles');Forum: Reviews
In reply to: [Woocommerce CSV importer] Warning MessgeThis comes from another plugin. I do not use the function checkdate. Please try to disable them and see which one it is.
if you mail me the CSV file and a screenshot of the header you created in the header tab
sure you can revert back to 3.0.5
can you check if your file size is not to big?
the development version has an error screen for it!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Incorrect tag importing in 3.1.2fixed in 3.1.3
found it and fixed in 3.1.3 ( or current development branch)
can’t see this typo in version 3.1.+
any news? Else i’ll close this issue.
paul, can you elaborate on what is not working in 3.1.1 it’s importing fine here
can you provide me access so i can debug your site?
fixed in 3.1.3. ( or if you want it right now, download the development version
the number of rows to process is not used in the current release. I’ll put it back. There is now an algorithm that calculates the rows based on your php settings.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Importing imagesfixed in 3.1.2