Okay
  Public Ticket #711417
Contact Form in the Slider
Closed

Comments

  • Joel started the conversation

    Can you send me some CSS to put the contact form over the slider on home page?  Thanks!

  •  1,611
    Barry replied

    Hi Joel

    Of course no problem.

    We recommend to display the quote box only in the slider on desktop screens. The reason for this is that if you put it also on the slider on mobile and tablet it wouldn't fit (especially mobile), it will cover the whole slider image.

    Follow these steps below. If you would like to let us to build the following steps in your website please provide me a username and password (in a new private ticket) with admin role and I will do it for you :)

    1. Edit the font page via the Wordpress admin menu
    2. Add a row with 1 column to the page builder and place this row at the top of the page builder
    3. Duplicate the quote box widget (see attachment image how this one looks like)
    4. Edit this row and go to Attributes tab on the right side of the modal and enter this class to 'Row Class': quote-in-slider
    5. No scroll to the bottom of the page and set the Caption align to Left
    5. Save this page
    6. Navigate to Appearance > Customizer > Theme Options > Custom CSS
    7. Paste the following CSS in to the textarea:

    @media (min-width: 1200px) {
    .quote-in-slider { position: absolute; width: 1140px; top: 0; }
    .quote-in-slider .content-box { position: absolute; width: 40%; right: 0; top: 150px; padding: 15px; background: #fff; }
    }
    @media (min-width: 1200px) {
    .quote-in-slider .content-box { top: 200px; }
    }

    8. Done

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •   Joel replied privately
  •  1,611
    Barry replied

    Hi Joel

    You're welcome. Can you send the URL where to login?

    Thanks

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • Joel replied

    That would be helpful right?  lol.  www.southernturfinc.com/wp-admin

  •  1,611
    Barry replied

    Hi Joel

    I added the quote box in to the slider. Could you check if this is the output what you meant exactly?

    Thanks.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • Joel replied

    Wow!  That is perfect!   Thank you so much!

  •  1,611
    Barry replied

    Great! Glad to hear that!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes