• I’m using the Minimatica 1.0.7 theme to upload a portfolio site. I’ve uploaded images as separate blog posts and published them.
    The homepage is set up to display the images in a gallery. But while it shows the captions, in does not display the images themselves: instead, it’s a blank gray box. What am I doing wrong?
    Thanks!

Viewing 7 replies - 31 through 37 (of 37 total)
  • Im sorry but i dont know what you mean which part do i remove. This is in single.php

    <?php
    /**
     * Template for Single Posts
     *
     * @package WordPress
     * @subpackage Minimatica
     * @since Minimatica 1.0
     */
    
    get_header(); ?>
    <?php get_template_part( 'loop', 'single' ); ?>
    <?php get_footer(); ?>

    Thanks for your help again

    Sorry, see the file loop-single.php

    Thankyou for all your help so far.
    I was wondering, Ive set up a catagory and was wanting it too have sliders again which ive managed to do but as i try and post onto the sliders in that catagory they still post onto the hompage too. is it possible just to post them into that certain catagory without them showing up on the home page too?
    Thanks again

    dinakarvel

    (@dinakarvel)

    Hi team-

    Congratulation on your this theme. It’s great!!

    Where can I find “Use as Featured Image” option.

    I can’t find it any where.

    Thanks in advance
    Regards
    Din

    dinakarvel

    (@dinakarvel)

    I see only ‘Insert into Post’

    In response to flrideguide’s post about a fraction of each slider image showing, I was able to edit that before in the loop-slider.php template. Most of the photos I’m working with are small, so they won’t fill up the space.

    About halfway down is the following code: <li class="slide"> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?><?php if( isset( $thumbnail ) ) : ?> style="background:url(<?php echo $thumbnail[0]; ?>) center no-repeat"<?php endif; ?>>. Change the background style in the div#post- toleft instead of center.

    Cheers.

    I need help my pictures are loading in media however I just get a blank screen in the post. I havent changed anything it was working well. Can anyone help please

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘[Minimatica]: Images not showing in gallery’ is closed to new replies.