Comments Adri started the conversationJanuary 4, 2018 at 12:10amHi! Trying to add a WP form to my description on my portfolio category but it won't show... 2,702PenciDesign repliedJanuary 4, 2018 at 3:57amHi,Please try replace this code to this code and use WP form shortcode in portfolio category description to make it display:<div class="penci-category-description align-center"><?php echo do_shortcode( category_description() ); ?></div>Best Regards,PenciDesign1 LikeAdri repliedJanuary 4, 2018 at 6:55amThanks for that! it worked :) I had checked my form in the past and it was working, now if I sent a message from the form I am not receiving in it. 2,702PenciDesign repliedJanuary 4, 2018 at 7:04amHi, If you don't received it, you should check again in your spam box or your config for this form. Best Regards, PenciDesignAdri repliedJanuary 12, 2018 at 3:45amHi! When I write in the portfolio category the spaces between paragraphs don't appear. https://mayagypsy.com/portfolio-category/photographer-stylist-in-sydney/ 2,702PenciDesign repliedJanuary 12, 2018 at 4:19amHi,Because by default the categories description just is short description, so we don't support space between paragraphs tags here. But, you can add it by add more this code to Customize > Custom CSS:.penci-category-description p { margin-bottom: 10px; }Change number 10 to value you want.Best Regards,PenciDesignAdri repliedJanuary 12, 2018 at 4:27amPerfect! Thanks. Also would you know what's the best image size for images to optimize a portfolio page? 2,702PenciDesign repliedJanuary 12, 2018 at 4:29amHi,You can use images with the size about 1170 width, the height is flexible.Best Regards,PenciDesign Sign in to reply ...
Hi! Trying to add a WP form to my description on my portfolio category but it won't show...
Hi,
Please try replace this code to this code and use WP form shortcode in portfolio category description to make it display:
<div class="penci-category-description align-center"><?php echo do_shortcode( category_description() ); ?></div>
Best Regards,
PenciDesign
Thanks for that! it worked :)
I had checked my form in the past and it was working, now if I sent a message from the form I am not receiving in it.
Hi,
If you don't received it, you should check again in your spam box or your config for this form.
Best Regards,
PenciDesign
Hi! When I write in the portfolio category the spaces between paragraphs don't appear. https://mayagypsy.com/portfolio-category/photographer-stylist-in-sydney/
Hi,
Because by default the categories description just is short description, so we don't support space between paragraphs tags here. But, you can add it by add more this code to Customize > Custom CSS:
.penci-category-description p { margin-bottom: 10px; }
Change number 10 to value you want.
Best Regards,
PenciDesign
Perfect! Thanks. Also would you know what's the best image size for images to optimize a portfolio page?
Hi,
You can use images with the size about 1170 width, the height is flexible.
Best Regards,
PenciDesign