Plugin Author
Tihi
(@tihi)
I 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.
Plugin Author
Tihi
(@tihi)
Hi, I’ve added shortcodes in the latest version, so you can now position parts of the description above or below the products.
Hi, Thanks a lot for your effort. I tested the plugin and I like the improvements. However I would like to come with some suggestions.
The “Load more…” is not always necessary. and the same for the miniature image. It would be great if these could be optional instead. I tried to leave the “Load more…” text field empty without success. I tried also Above (Excerpt) + Below (The rest of the text) but still got the Load more… text.
I hope you find above valuable.
Kind Regards,
/zagros
Plugin Author
Tihi
(@tihi)
You 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.
Thanks a lot for the info.
Looking forward to the new version.