Adding more rows of circles and button links

Discussion in 'Poloray WordPress Theme' started by jnmarcum, Oct 26, 2012.

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

    jnmarcum New Member

    Joined:
    Oct 8, 2012
    Messages:
    17
    Likes Received:
    0
    Can you help me to be able to add more rows of the image circles and button links to the Home page? I would love to be able to add them to the other pages as well but I think it's been posted that we can't do that. Thank you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Open front-page.php and add code given below as shown in image.

    [​IMG]


    Code:
    <div class="feature_box">
                <div class="grid_6 alpha">
                  <div class="feature_inner_box first">
                      <div class="circle">
                    <img src="<?php echo get_template_directory_uri(); ?>/your image address" alt="Feature image" /></div>               
                      <h2 class="feature_title"><a href="your link address">Premium WordPress Themes with </a> </h2>
                                      <p>When it comes to weddings you probably dont want </p>
                                          <div class="readmore-btn"> <a class="readmore" href="#">Read More</a></div>
                </div>
                </div>
                <div class="grid_6">
                  <div class="feature_inner_box">
                      <div class="circle"><img src="<?php echo get_template_directory_uri(); ?>/your image address" alt="Feature image" /></a></div>
                                      <h2 class="feature_title"><a href="your link address">Premium WordPress  Themes with </a></h2>
                                    <p>When it comes to weddings you probably dont want </p>
                     
                      <div class="readmore-btn"> <a class="readmore" href="#">Read More</a></div>
                  </div>
                </div>
                <div class="grid_6">
                  <div class="feature_inner_box">
                    <div class="circle"><img src="<?php echo get_template_directory_uri(); ?>/your image address" alt="Feature image" /></div>
                                    <h2 class="feature_title"><a href="your link address">Premium WordPress  Themes with</a></h2>
                                    <p>When it comes to weddings you probably dont want </p>
                                        <div class="readmore-btn"> <a class="readmore" href="#">Read More</a></div>
                  </div>
                </div>
                <div class="grid_6 omega">
                  <div class="feature_inner_box last">
                    <div class="circle"><img src="<?php echo get_template_directory_uri(); ?>/your image address" alt="Feature image" /></div>
                                    <h2 class="feature_title"><a href="your link address">Premium WordPress  Themes with</a></h2>
                                      <p>When it comes to weddings you probably dont want </p>
                                          <div class="readmore-btn"> <a class="readmore" href="#">Read More</a></div>
                  </div>
                </div>
            </div>
    You have to add image address, link and feature heading, content manually by yourself.
    Check image for reference.

    [​IMG]

    Thanks.
     
  3. jnmarcum

    jnmarcum New Member

    Joined:
    Oct 8, 2012
    Messages:
    17
    Likes Received:
    0
    Thanks so much! I will try it. :)
     
  4. jnmarcum

    jnmarcum New Member

    Joined:
    Oct 8, 2012
    Messages:
    17
    Likes Received:
    0
    Is there any way to add circles and buttons to the other pages? Thanks
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a developer for this.
    Thanks.
     
  6. jnmarcum

    jnmarcum New Member

    Joined:
    Oct 8, 2012
    Messages:
    17
    Likes Received:
    0
    Thank you for the response.
     
Thread Status:
Not open for further replies.

Share This Page