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
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
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
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
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
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
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 After above changes you can use your code from theme option in place of text on button. Thanks & Regards Pramod Patel
hi i replace the code but is not showing the button on home page(pic2) is showing on admin panel(pic3) thanks
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