CMS Development

Illya
Member

Changing the CTA

Hi everyone, I have a CTA on my website https://www.illyakitchens.com the right side of my banner image called "BOOK MY FREE HOME VISIT".  Once clicked, the CTA opens a JavaScript Live Call pop up widget.

 

This CTA is in a custom module, here is the code:

 

<div class="banner-area-slider" style="background-image: url('https://cdn2.hubspot.net/hubfs/5546599/Illyakitchens_March2019%20Theme/images/1_md63_1.jpg'); background-size: cover;">
  

{% set slides = [] %}

  {% for slide in module.slides %}

  {% if (slide.link_url is string_startingwith "http") or (slide.link_url is string_startingwith "/") %}
  {% set link = slide.link_url %}
  {% elif !slide.link_url %}
  {% set link = none %}
  {% else %}
  {% set link = "//" ~ slide.link_url %}
  {% endif %}



  {{ slides.append({ "caption":  slide.caption,
        "show_caption": slide.show_caption,
        "link_url": link,
        "alt_text": slide.img.alt,
        "img_src": slide.img.src,
        "open_in_new_tab": slide.open_in_new_tab
        }) | string | replace('true', '')
    }}
  {% endfor %}

  {% gallery 
    "GalleryHome" 
    display_mode='standard' 
    sizing='static', 
    transition='{{ module.transition }}', 
    caption_position='below', 
    auto_advance='{{ module.auto_advance }}', 
    overrideable=True, 
    description_text='', 
    show_pagination='{{ module.show_pagination }}', 
    label='{{title}}', 
    slides='{{ slides }}',
    loop_slides='{{ module.loop_slides }}', 
    num_seconds='{{ module.num_seconds }}',
    lightboxRows='{{ module.lightboxRows }}'
%}

  <div class="slider-content desktop-slide-content">
    <div class="page-center">
      <div class="banr-txt-wpr">
        <div class="banr-hdg">{{ module.title }}</div>
        <div class="banr-sub-hdg">{{ module.content }}</div></div>
      <div class="qut-bx-wpr">
        <div class="hd-typ2">{{ module.quote_box_title }}</div>
        <p class="qut-sub-txt">{{ module.quote_box_subtitle }}</p>
        <div class="qut-frm-bx clearfix">
          <input class="qut-btn" type="button" value="{{ module.quote_box_button_text }}" id="btnLiveCall">
        </div>
      </div>
    </div>
  </div>

  <div class="slider-content mobile-slide-content">
    <div class="banr-txt">
      <div class="page-center">
        <div class="banr-txt-wpr"><div class="banr-hdg">{{ module.title }}</div>
          <div class="banr-sub-hdg">{{ module.content }}</div></div>
      </div>
    </div>
    <div class="qut-bx-wpr">
      <div class="page-center">
        <div class="hd-typ2">{{ module.quote_box_title }}</div>
        <p class="qut-sub-txt">{{ module.quote_box_subtitle }}</p>
        <div class="qut-frm-bx clearfix">
          <input class="qut-btn" type="button" value="{{ module.quote_box_button_text }}" id="btnLiveCall">
        </div>
      </div>  
    </div>
  </div>  

</div>



Can someone please tell me what I need to do for that CTA to take the visitor to https://www.illyakitchens.com/instant-online-quote-step1 ?

 

Many thanks,

0 Upvotes
2 Replies 2
jennysowyrda
Community Manager
Community Manager

Changing the CTA

Hi @Illya,

 

Are you still looking for assistance with this matter? Are you the developer who built this, or did someone else build it for you? 

 

@Stephanie-OG@stefen@derekcavaliero do you have any suggestions for @Illya to redirect the CTA? 

 

Thank you,
Jenny

0 Upvotes
derekcavaliero
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Changing the CTA

@Illya 

 

Sorry - but I don't see a CTA on the right side of the banner that says "Book a Free Home Visit". I do see one on the LEFT side - but when it is clicked - it doesn't launch a live-call window like you mentioned - it actually opens up a modal window with a form that says "Arrange a Home Visit". See screenshot below:

 

Screen Shot 2019-08-24 at 8.42.49 AM.png

 

Is that the CTA you are trying to change?

Derek Cavaliero
Director of Engineering

WebMechanix
www.webmechanix.com