Supreme theme category page don't show images

This topic contains 6 replies, has 3 voices, and was last updated by  Irene Nora Raizboim 5 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #457259

    Irene Nora Raizboim
    Free User
    Post count: 16

    Hi,
    In the supreme theme the regular wp category page, do not shows the post featured images.
    I disable all non GD plugins, but didn’t help.
    Finally I change the theme and the category page was showing the post featured images.
    Also I want to know if there could be a problem if I change the category and tag base.
    Thanks in advance.

    #457261

    Irene Nora Raizboim
    Free User
    Post count: 16
    This reply has been marked as private.
    #457281

    Kor
    Moderator
    Post count: 16516

    Hi Irene,

    It seems to work fine when I used this custom CSS code below. I’ll get a developer to check on this.

    
    
    header .featured-area .featured-img {
        opacity:1;
    }
    #457291

    Kiran
    Moderator
    Post count: 7069

    Hello Irene,

    This has been fixed, please apply this patch on your site. https://github.com/AyeCode/supreme-directory/pull/15/commits/6ddd7dd198084ce3028adb44fd9c8282d4ff6a50

    Thanks,
    Kiran

    #457417

    Irene Nora Raizboim
    Free User
    Post count: 16

    Hi Kiran,
    Thanks for the fix.
    Is there an option to show the post excerpt in the category page?
    Now only shows the image, title, date and category.
    Thanks in advance.

    #457443

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Is there an option to show the post excerpt in the category page?

    There is no option to show the post excerpt, but via customization you can show it.

    In file \wp-content\themes\supreme-directory\content-blog.php add following code:

    
    
    <div class="entry-summary">
        <?php the_excerpt(); ?>
    </div>

    Kiran

    #457505

    Irene Nora Raizboim
    Free User
    Post count: 16

    Excellent!!
    Thanks Kiran

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket