Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Portfolio's page template #124145
    infonet
    Participant

    Hi Tikaram,
    Thanks for your fast answer.
    In fact, the exact portfolio type (when you use Essential Content Types plugin) is jetpack-portfolio.
    This must be into account by those who follow to adapt your method.

    In my case, I used the following method :
    1) Copy of content-single.php in child theme.

    2) As this template is used for jetpack-portfolio and archive types, I have customized it as follow :

    <!– JETPACK-PORTFOLIOS PROCESSING –>
    <?php if ( ‘jetpack-portfolio’ == get_post_type() ) : ?>
    <article>
    … processing …
    </article>
    <?php endif; ?>

    <!– POSTS PROCESSING –>
    <?php if ( ‘post’ == get_post_type() ) : ?>
    <article>
    … processing …
    </article>
    <?php endif; ?>

    Hope this help,
    Marc

    in reply to: Portfolio's page template #124026
    infonet
    Participant

    Hi,
    it seems portfolios are treated as articles by “content-single.php” template.
    How is it possible to dedicate a customized template (example : “content-single-portfolio.php”) to manage portfolios ?
    Thanks for your help.
    Marc

    in reply to: Portfolio's page template #123083
    infonet
    Participant

    Thanks Tikaram for your fast answer.
    I added “Essential Content Types” and the results of shortcode are good.
    But there is no widget to filter portfolios by type before display.
    I will read plugin documentation but if you have experience on this, it is welcome 🙂

    infonet
    Participant

    Thanks Mahesh, it works perfectly 🙂

    in reply to: Catch box pro : "customize" page is empty #119297
    infonet
    Participant

    Thanks Tikaram for you quick reply.
    I disabled all plugins and retrieved theme’s customize possibility 🙂
    I enabled, one by one, each plugin and “customize” was still available.
    Only one of them, “Custom sidebars” created an issue, it seems to be not compatible with catchbox pro.
    Best regards,
    Marc

Viewing 5 posts - 1 through 5 (of 5 total)