-
Hi!
I have some problem with product category description.1) When I add lists (ul, ol) they look like text (without ul/ol/li). Perhaps these tags are not allowed in the function? Could you fix this in future updates?
As a workaround, can I add tags to the “kite_wc_category_description_position” function in the /lib/woocommerce/woocommerce-hooks.php file?2) Can I change the position of the description? Namely, display a description below the list of products.
I tried this with actions:add_action('woocommerce_archive_description', 'custom_archive_description', 2 ); function custom_archive_description(){ if( is_product_category() ) : remove_action('woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); add_action( 'woocommerce_after_main_content', 'woocommerce_taxonomy_archive_description', 5 ); endif; }
This helps to display the description below the products, but it is duplicated at the top, above the products.
3) Also, at the same time, I will ask how the license mechanism works? I understand that the license is for one site only.
Now I am making a site on the “dev” domain, to import demo data I have activated the license. How then to correctly transfer the site and license from “dev” to “production” domain?Hi mate,
Regarding the Shop top and bottom section Please check the following article :
Regarding the category description position please check the following option in the theme setting :
https://www.awesomescreenshot.com/image/6459317?key=c5ebc2eb0e384f0b7d2eb4158353c5d9Regarding the license, you need to buy a new license for a new domain ( not dev Domain ), for more info please check the following article :
if you any customization please contact our agency:
Regards
You must be logged in to reply to this topic.