• Hello,
    This template is so beautiful.
    I tried many times with all informations i found on “Getting started” but i’m sorry i can’t arive to have the thumbnails in the home page
    i have a home page defined like template “HOME” and when i publish a new page like “PORTFOLIO ITEM” anything appears in the home page
    do i have to make a page parent or a number for “order” ?
    i’m doing something wrong but i don’t know what is it : )

    the website i’m working on is in “maintenance mode” i can give you the link but you won’t see anything: https://www.idirlagab.fr

    Thank you so much for your help
    badik11

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter badik11

    (@badik11)

    Hello,

    I found the solution for the home page, thanks
    But please, is there a possiblity to make a link from the thumbnail (featured image) appears in the home page to a galery and not the same image bigger ?

    Thank you for your help.
    badik11

    Theme Author Themeora

    (@themeora)

    Hi

    You can add anything you like inside the portfolio page. The featured image is shown by default but you could add a gallery below it. If you don’t want the featured image at all you would need to edit the template-portfolio-item file.

    Thanks

    Thread Starter badik11

    (@badik11)

    Thank you for your reply : )
    I have to put the gallery below the featured image, only ?
    i would like to have a featrured image appears in the home page as the first image presenting the gallery, is it possible ?
    Thank you for your answer.

    Kind regards
    Badik11

    Theme Author Themeora

    (@themeora)

    The featured image shows at the top of the single portfolio page by default so the gallery would be below it. You would have to edit the single portfolio template to remove the featured image if you wanted the gallery at the top.

    You would need to remove the following code from template-portfolio-item.php and then just put your gallery inside the post content:

    <?php if ( has_post_thumbnail( $post->ID ) ) : ?>
    <div class=”featured-image single-portfolio-featured-image”>
    <?php echo get_the_post_thumbnail( $post->ID, ‘themeora-thumbnail-span-12’ ); ?>
    </div>
    <?php endif; ?>

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t publish home page’ is closed to new replies.