help Home Page Button Link

Discussion in 'Poloray WordPress Theme' started by ysame12, Feb 20, 2015.

  1. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    hi
    i need help to insert a code provided for the webinar company that i sign up for allow customer register on my site ,in order participate in a live webinar , the code come with a button but i want use the home page Button, i inserted into the Home page Button link and work but the button that show is the one is provided with the code and the page missconfigured too ,is posible that you can help me to be able to used the code on the home page Button ?
    thanks very much
    yorlendis
     
  2. praveen

    praveen Support Staff

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

    Please provide us url of your website along with some edited screenshot of your issue so that we can provide you the exact solution.

    Thanks,
    Praveen
     
  3. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    Hi
    url: ft2mt4.com

    please check the attach file ,i insert the code and that is what i got ,i know is not the right way to do it ,but after the code is inserted and the page look like the pic, the yellow buttom work ,i want be able to use the one is in the template.
    please click on REGISTER NOW and click on the image on the next page to see how should work.
    thank you very much

    1.PNG 1.PNG
     
  4. Pramod

    Pramod Guest

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

    Your website is under construction we are not able to see it.
    Please explain little bit about code Which type of code you are using?
    From theme option you can put text on button and a link on that button.

    Thanks & Regards
    Pramod Patel
     
  5. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    sorry about that, is live now
    the code is an html script i think ,that allow me when you click it a pop up registration form and you can register from there ,please can you check it on the site,click on home page REGISTER NOW/click image above REGISTER NOW on Webinar Registration page. thanks
     
  6. Pramod

    Pramod Guest

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

    I have checked and find that it is working fine.

    Thanks & Regards
    Pramod
     
  7. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    Sorry maybe i dont explan well,i wan be able to use the home button for the registration ,i mean you dont leave the home oage as soon you click the pop up show with no need to go to the other pagethanks
     
  8. Pramod

    Pramod Guest

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

    PHP:
    <div class="grid_7 omega">
                <div class="content-info-btn">
                    <?php if ( inkthemes_get_option('inkthemes_homepage_button') !='' ) {  ?>
              <div  class="contentbtn2"><?php echo stripslashes(inkthemes_get_option('inkthemes_homepage_button')); ?></div>
              <?php } else { ?>
                  <a href="#" class="contentbtn">
                  Get the Item Now !</a>
                  <?php }  ?>
                  </div>
    </div>
    Please follow below image
    poloray-26-feb-15.png

    After above changes you can use your code from theme option in place of text on button.

    Thanks & Regards
    Pramod Patel
     
  9. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    hi
    i replace the code but is not showing the button on home page(pic2) is showing on admin panel(pic3)

    thanks
     

    Attached Files:

    • 2.PNG
      2.PNG
      File size:
      315.9 KB
      Views:
      2
    • 3.PNG
      3.PNG
      File size:
      26.3 KB
      Views:
      2
  10. Pramod

    Pramod Guest

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

    Please use this code in front-page.php in the place of highlighted code in above image with your code.
    No need to put code from theme option.

    Code:
    <div class="grid_7 omega">
                <div class="content-info-btn">
              <div  class="contentbtn2"></div>
           ---------------please paste your code here-------------------------
                  </div>
    </div>

    Thanks & Regards
    Pramod Patel
     

Share This Page