Tihi
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Description for WooCommerce] ShortcodesYou can set that with a shortcode. In the Category description display options section, select Default (No Changes).
For text above the product, use the shortcode [cdfwsp_category_description part=”excerpt”]. For text under the product, use the shortcode [cdfwsp_category_description part=”rest”].
If you don’t use shortcode you can add custom css:
.load_more_link{
display:none;
}
.cdfwsp-bootom-to-top-scroll{
display:none;
}
In version 2.0.0 I plan to add an admin page with detailed settings.Forum: Plugins
In reply to: [Category Description for WooCommerce] ShortcodesHi, I’ve added shortcodes in the latest version, so you can now position parts of the description above or below the products.
Forum: Plugins
In reply to: [Category Description for WooCommerce] ShortcodesI plan to add the shortcodes support to the plugin and include it in the new version as soon as I am done with the current commitments.
Sorry for the late reply. I plan to add the ability to use shortcodes. Thanks for the good suggestion to add a mark in the text where the description is divided above and below the product archive.