Tagline Button to above the Feature Images

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

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

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Tagline Button to above the Feature Images

    I would love to know if this is possible, Thanks ;)
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey comedyclubhouse!

    Please follow the screenshot.
    golden_Eagle_replace_feature_Stripe.png


    PHP:
    <div class="feature-strip">
        <div class="feature-text">
          <?php if (inkthemes_get_option('inkthemes_tagline_text') != '') { ?>
            <h1><?php echo stripslashes(inkthemes_get_option('inkthemes_tagline_text')); ?></h1>
            <?php } else { ?>
            <h1><?php echo SINGLE_CLICK_INSTALLATION?></h1>
        <?php ?>
        </div>
        <div class="feature-buttons">
        <?php if (inkthemes_get_option('inkthemes_tagline_button') != '') { ?>
        <a class="btn-1" href="<?php echo inkthemes_get_option('inkthemes_tagline_button_link'); ?>">
        <?php echo stripslashes(inkthemes_get_option('inkthemes_tagline_button')); ?>
        </a>
        <?php } else { ?>
        <a class="btn-1" href="#">
        <?php echo SIGNUP?></a>
        <?php ?>
        </div>
        </div>
        <div class="clear"></div>
    Thanks,
    Praveen
     
    comedyclubhouse likes this.
  3. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Thanks again Praveen, However could it be boxed please ;)
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey comedyclubhouse!

    Please paste the earlier provided code just below "<!--End Content-->" of front-page.php ( i.e just two or three line above the earlier provided area).

    Thanks,
    Praveen
     
    comedyclubhouse likes this.
  5. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Your a star Praveen many thanks guys all staff are doing great work ;) Thanks
     
Thread Status:
Not open for further replies.

Share This Page