Contact button on slider doesn’t work

Home Forums All Other Themes Contact button on slider doesn’t work

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #171279
    Jennifer BublitzJennifer Bublitz
    Participant
    • Topics: 20
    • Replies: 38
    • Total: 58
    Member since: June 1, 2017

    I have a URL in the Front Page > Slider > Slide Link 1 field, but the button/link is not working on the front end. https://brendapetersonllc.com/ Can someone help?

    #171296
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #home_slider { z-index:1 !important;}

    Regards,
    Chris

    #171300
    Jennifer BublitzJennifer Bublitz
    Participant
    • Topics: 20
    • Replies: 38
    • Total: 58
    Member since: June 1, 2017

    That worked! Thanks!!

    #171367
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

    #171431
    Jennifer BublitzJennifer Bublitz
    Participant
    • Topics: 20
    • Replies: 38
    • Total: 58
    Member since: June 1, 2017

    Is there a way to make that button appear on mobile, too?

    #171536
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .slidedesc { padding:5px 0; margin-bottom:0;}
    .slidedesc, .slidebtn {
        display: table !important;
    }
    }

    Regards,
    Chris

    #171548
    Jennifer BublitzJennifer Bublitz
    Participant
    • Topics: 20
    • Replies: 38
    • Total: 58
    Member since: June 1, 2017

    That worked, but can we customize it more? Can I make that whole slider section a little taller on mobile? And keep the text over in the left 50% of the slider?

    #171594
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS;

    @media screen and (max-width:479px) {
    .slider-main .nivoSlider img { min-height:210px; object-fit: cover;}
    .slider-main .nivo-caption { width:64% !important; margin:0 !important;}
    }

    Regards,
    Chris

    #171596
    Jennifer BublitzJennifer Bublitz
    Participant
    • Topics: 20
    • Replies: 38
    • Total: 58
    Member since: June 1, 2017

    Oh my gosh, that is perfect! Thank you so much!!!

    #171600
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    ????

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.