Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1419732
Add form to Portfolio
Closed

Comments

  • Adri started the conversation

    Hi! Trying to add a WP form to my description on my portfolio category but it won't show... 

  •  2,699
    PenciDesign replied

    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

  • Adri replied

    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.

  •  2,699
    PenciDesign replied

    Hi,

    If you don't received it, you should check again in your spam box or your config for this form.

    Best Regards,

    PenciDesign

  • Adri replied

    Hi! When I write in the portfolio category the spaces between paragraphs don't appear.  https://mayagypsy.com/portfolio-category/photographer-stylist-in-sydney/

  •  2,699
    PenciDesign replied

    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

  • Adri replied

    Perfect! Thanks. Also would you know what's the best image size for images to optimize a portfolio page?

  •  2,699
    PenciDesign replied

    Hi,

    You can use images with the size about 1170 width, the height is flexible.

    Best Regards,

    PenciDesign