Adding more Feature Image ?

Discussion in 'GoldenEagle WordPress Theme' started by comedyclubhouse, Mar 3, 2015.

Thread Status:
Not open for further replies.
  1. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Is it possible to have code for adding more Feature Image to site ? as I would like to add sponsors and there be more than 4. as I know it's done on other theme this would be awesome if possible with this theme to ;)

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello comedyclubhouse!
    HTML:
        <div class="clear"></div>
     
        <div class="feature-box-inner first">
            <div class="gallery_entry1">
                <div class="item_image1">
                    <ul>
                        <li>
                            <a href="---you link on image---"><span class="overlay"></span><img src="---Your image link----" class='portfolio' alt="Feature Image" /></a>
                        </li>
                    </ul>
                </div>
            </div>
        <h1><a href="--link on heading--">YOUR TEXT FOR HEADING</a></h1>
        <p>Your text for description</p>
        </div>
        <div class="feature-box-inner ">
            <div class="gallery_entry1">
                <div class="item_image1">
                    <ul>
                        <li>
                            <a href="---you link on image---"><span class="overlay"></span><img src="---Your image link----" class='portfolio' alt="Feature Image" /></a>
                        </li>
                    </ul>
                </div>
            </div>
        <h1><a href="--link on heading--">YOUR TEXT FOR HEADING</a></h1>
        <p>Your text for description</p>
        </div>
        <div class="feature-box-inner ">
            <div class="gallery_entry1">
                <div class="item_image1">
                    <ul>
                        <li>
                            <a href="---you link on image---"><span class="overlay"></span><img src="---Your image link----" class='portfolio' alt="Feature Image" /></a>
                        </li>
                    </ul>
                </div>
            </div>
        <h1><a href="--link on heading--">YOUR TEXT FOR HEADING</a></h1>
        <p>Your text for description</p>
        </div>
        <div class="feature-box-inner">
            <div class="gallery_entry1">
                <div class="item_image1">
                    <ul>
                        <li>
                            <a href="---you link on image---"><span class="overlay"></span><img src="---Your image link----" class='portfolio' alt="Feature Image" /></a>
                        </li>
                    </ul>
                </div>
            </div>
        <h1><a href="--link on heading--">YOUR TEXT FOR HEADING</a></h1>
        <p>Your text for description</p>
        </div>
     
        <div class="clear"></div>
    Please follow below image and use above given code.
    golden-eagle-4march-15-add-feature.png


    Thanks & Regards
    Pramod Patel
     
    comedyclubhouse likes this.
  3. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Thank you your a star i'm so glad you can add more of these image boxes makes hell of a difference, i will try it out later when i get home.

    Thanks Again
     
  4. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    they are not lined up can you help on this and I want to move the Tagline to above the Feature Images (or shall I open a new thread on this that ? ) I
     

    Attached Files:

    • ggg.jpg
      ggg.jpg
      File size:
      129.5 KB
      Views:
      2
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello comedyclubhouse!

    Please use given code just above one line from highlighted area in above image.
    golden-eagle-5march-15-add-feature.png

    Regards
    Pramod Patel
     
    comedyclubhouse likes this.
  6. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Pramod you are a Star Sir thank you ;)
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page