Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38194
    Arno Van de Laak
    Guest

    Hi,

    I accidentally deleted the call to action widget can you help me by aither telling me how to fix it or giving me a site where i can find the info myself?
    I’m new in all this website building so i’m eager to learn more 🙂

    Thanks,
    Arno Van de Laak

    #38232
    Joseph W
    Keymaster

    Hi Arno, our team is happy to help you get the Call to Action widget in the Venetian WordPress theme recovered on your website!

    The default markup used for that widget content is contained in the theme configuration file located in the theme’s directory in your website’s file system if you ever need to find it again in the future. Below is the default markup used in that widget when the theme is first installed on your website.

    <div class="row">
    <div class="col-sm-12 col-md-12">
    <div class="call-to-action">
    <h2>$cta_h2</h2>
    <h3>$cta_h3</h3>
    <p class="p-button-primary">
    <a class="button-primary" href="contact-us">CONTACT US</a>
    </p>
    </div>
    </div>
    <div class="col-md-6"></div>
    </div><!-- .row -->
    
    

    You can create a new Call to Action widget by opening up your theme Customizer and navigating to the Widgets section there. Once you have the Widgets panel displayed, choose the widget location where you want to display your Call to Action and add a Visual Editor widget to that area. Switch the Visual Editor widget to Text mode and paste the default markup directly into the widget.

    I hope that this helps you get the Call to Action widget working on your website again and please let us know if there is anything else that we can do to help!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Call to Action Widget in Venetian theme’ is closed to new replies.