Embed Scheduling Button

Discussion in 'BlackBird WordPress Theme' started by jasonb, Jun 8, 2013.

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

    jasonb New Member

    Joined:
    Apr 25, 2013
    Messages:
    23
    Likes Received:
    1
    Hello,

    I'd like to embed a code for an online scheduler button. I want to place it below the contact info in the header, and above the menu bar. Where can I paste the code? Thank you!

    Here's the code:

    <!-- begin Genbook badge -->
    <script src="http://www.genbook.com/bookings/booknowjstag.action?id=30199704&size=large"></script>
    <noscript><a href="http://www.genbook.com/bookings/slot/reservation/30199704?bookingSourceId=1000"><img src="http://www.genbook.com/bookings/images/30199704/booknow-button-large.png" width="150" height="50" alt="Make an Online Appointment" border="0"/></a> <br/><a href="http://www.genbook.com" style="font-size:10px;">Online appointment scheduling by Genbook</a></noscript>
    <!-- end Genbook badge -->
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the header.php file present in your Theme Directory and paste the scheduler button embed code in that file as shown in the image given below.
    [​IMG]


    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header .omega a img {
    float: right;
    }
    This will solve your issue.
     
    jasonb likes this.
  3. jasonb

    jasonb New Member

    Joined:
    Apr 25, 2013
    Messages:
    23
    Likes Received:
    1
    Sweet, thanks!
     
Thread Status:
Not open for further replies.

Share This Page