Before you ask please READ THIS

Add paragraph before grid mansionary

edited February 2015 in Hypershot Posts: 13
Hi,
In a page of my website I would like to use the grid gallery (brick theme) but I need to put some text (just a brief description) before the images...Is it possible?
Right now all the images appears just below the header and even if I write something, the text doesn't appear...

Let me know
Thanx

Elisa

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    There is not possibility for this. I can help you modify theme, so it maybe be displayed somehow, however I can promise it will act good always as this would require extended testing on various devices. So you decide:-)

    With kind regards.
  • edited February 2015 Posts: 13
    Hi! Let's try it, because even if I choose different setting (full theme etc...) I can't add some text just to explain the images references...

    Do you have any suggestion?

    Hope it works :D
    Post edited by elisa_latveria on
  • AirAir
    edited February 2015 Posts: 10,970
    Adding description to each image is not an option for you, right?

    OK, so to get what you need, you will have to make following modification:
    Go to file: hypershot\single-album.php ~30, find this code
    /* PRINT ALBUM IN SOURCE */
    and change it to
    
    		?>
    	    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
                <div class="real-content">
                    <?php the_content(); ?>
                    <div class="clear"></div>
                </div>
            </article>
    	    <?php
    	    
            /* PRINT ALBUM IN SOURCE */
    
    also add this custom CSS
    .single-album article{
    float: none;
    margin: 0 auto;
    }
    Should do it.

    With kind regards.
    Post edited by Air on
  • Thank you very much...
    I will try it and let you know :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!