Home>Support>Menu button working only on home page

Menu button working only on home page

The Get Help Now button in the menu works on the home page. When I go to any other page, the button is removed. The button is a Vantage button and I have used the css class on the menu item to set it up. How can I fix this?

Thanks!

Cody

URL: http://sharpguyswebtest.belira.info/truplanit/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Cody Sharp

    Bump so I can make sure it emails me when someone responds (forgot to click the notify me checkbox on initial post). Thanks!

  2. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Cody

    Thanks for the wait.

    When your browser reaches the mobile menu breakpoint a second menu is dynamically inserted into the page for use in the mobile menu. If you open your mobile menu you’ll see the get help item is there as a menu item. Since your button is a menu item it gets wrapped up in the container with all the other menu items. We do our best to assist with small modifications, this is unfortunately one of those things that’s a bit bigger and needs some custom development to be completed.

    You could consider putting the button in the header.

    Sorry we don’t have more here.

    (https://codeable.io/ is our recommendation if you’re ever looking for developer support).

  3. 9 years, 10 months ago Cody Sharp

    Thanks Andrew. I got someone from Fiverr to do the CSS for me. Here’s the code. I wanted to share it so you can pass it on to anyone else with a similar question going forward.

    .origin-widget.origin-widget-button-vantage_flat-green a {
    display: inline-block;
    padding: 11px 45px 10px 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFD;
    font-size: 1em;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0 1px 0 #4BAB00;
    text-align: center;
    border-bottom: 2px solid #51B100;
    background: #69c723;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#68C621),color-stop(1,#6AC825));
    background: -ms-linear-gradient(bottom,#68C621,#6AC825);
    background: -moz-linear-gradient(center bottom,#68C621 0%,#6AC825 100%);
    background: -o-linear-gradient(#6AC825,#68C621);
    }

    Thanks,

    Cody

  4. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    That’s super good of you. Thanks. Really glad to hear you made progress here.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More