Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'banner'

Home / Forums / Search / Search Results for 'banner'

Viewing 20 results - 441 through 460 (of 1,614 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Home page not loading

    #211777

    Hello Ben,

    In the end I decided to re-make the webpage on the live site. So all issues solved.
    Just two small details:

    1) on the home page you will see a banner on top of the footer (https://www.fabriziophotos.com/). It looks good and there is not space between the banner and the footer. However, the same on a different page shows a white space (https://www.fabriziophotos.com/ons-professionele-fotografie/). Would you know why and how to remove it?

    2) for whatever reason one link looks a bit odd http://www.fabriziophotos.com/zwangerschapsfotografie%e2%80%8e-breda/. Any clues why?

    Thank you,
    Fabrizio

    #211539

    hu Guys,

    Banner on top bar doen’t show up correctly. I tired to adjust height but it was not successful.

    Please advise!

    Thank you!

    #210409

    Hi Ben,
    I unchecked the “Enable AJAX add to cart buttons on archives” then tested it a few times with 2 PC’s and an iPhone using Firefox, Google Chrome, and Safari. Turning is the AJAX seemed to have done the trick for a while, but I did a retest a hour later and the issue had returned. So, I just unchecked the “Redirect to the cart page after successful addition” as well and it seems to be working fine again… Now, an outlined banner pops up above and says, ““PLATINUM 950 Design Wedding Ring 6mm (#GR7A6PT)” has been added to your cart”, and there’s a button on the right that says View Cart to click on. I’m okay with this structure too as long as it keeps functions correctly. I’ll do more retests and keep you updated.

    Thank you again,
    Gary

    In forum: Virtue Theme

    In reply to: Mobile sticky header

    #209757

    Sorry add this css as well:

    .stickyheader #kad-banner-sticky-wrapper.is-sticky #kad-banner.kt-not-mobile-sticky {
        position: fixed !important;
    }

    Also just FYI in the theme options > theme extensions you can turn on header and footer scripts and add this to the footer scripts so you wouldn’t need to use a plugin.

    Ben

    #209614

    Hey,
    1. You can add this css:

    .infobanner .home-message {
        background: rgba(0,0,0,.5);
    }
    .infobanner:hover .home-message {
        background: rgba(119, 79, 140, 0.6);
    }

    2. You can add this css:

    .home-message h4 {
        font-size: 30px;
        font-weight: bold;
    }

    3. Worth noting your line-height setting on h3 is the reason for that overlap. But you can simply remove with this:

    .hometitle:after, .sectiontitle:after, .widget-title:after, .home-message h4:after {
    display:none;
    }

    I hope that helps,

    Ben

    In forum: Virtue Theme

    In reply to: Mobile sticky header

    #209575

    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (max-width: 768px) {
    .header_widget a:link {
        color: #ffffff;
        font-size: 12px;
    }
    .col-md-8.kad-header-widget {
        width: 40%;
        float: left;
        padding: 0;
        margin-left:10px;
    }
    .col-md-4.clearfix.kad-header-left {
        width: 40%;
        text-align: left;
    }
    .header .nav-trigger .nav-trigger-case {
        width: 20%;
    }
    #kad-banner .row {
        float: left;
    }
    .headerclass .container {
        max-width: none;
        padding:0;
    }
    .stickyheader #kad-banner #logo a img {
        margin-top: -15px;
    }
    }

    Let me know how that works for you!

    Hannah

    #209557

    Hi Liz,
    Try using this css:

    .infobanner .home-message {
        text-align: center;
    }
    .home-message h4 {
        display: inline-block;
        text-align: center;
        background: rgba(200, 200, 200, .6);
        padding: 5px;
    }

    Let me know how you like that!

    Hannah

    In forum: Virtue Theme
    #209500

    First off, I recommend updating all your plugins and the theme. Next, disable your sticky header from Theme Options > Main Settings > Header Style. Then remove this from your css:

    #kad-banner-sticky-wrapper, #kad-banner {
    display: none;
    }

    and add this:

    .kad-header-left, .kad-header-right {
        display: none;
    }
    div#kad-banner-sticky-wrapper {
        height: 50px !important;
    }

    Let me know how that works for you!

    Hannah

    #209230

    For the “go” button. You need to edit it in WP Triggers plugin settings.

    For the buttons in your header, I can’t find where you’re adding the CSS for that. This is what is currently setting the color for the button background:

    HTML > BODY > DIV#wrapper > HEADER#kad-banner > DIV#cat_nav > DIV.container > NAV> UL > LI.menu-coverage > A {
        background-color: rgb(254, 67, 157)!important;
    }

    And this is setting the color for the text background:

    HTML > BODY > DIV#wrapper > HEADER#kad-banner > DIV#cat_nav > DIV.container > NAV>UL > LI.menu-coverage > A > SPAN {
        background-color: #0995f2;
    }

    Can you remove that CSS from where you’ve added it?

    -Kevin

    #209185
    .stickyheader.none-trans-header #kad-banner {
        border-bottom: 1px solid red;
    }

    Ben

    #209184

    This css should work for your homepage:

    .stickyheader #kad-banner {
        border-bottom: 1px solid red;
    }

    Hannah

    #209132

    Dear team,
    We are forcing the mobile menu through the following code:

    #kad-mobile-banner-sticky-wrapper {
    display: block;
    }
    #kad-mobile-banner {
    display: block;
    height: 60px;
    }
    #kad-banner-sticky-wrapper, #kad-banner {
    display: none;
    }

    When we use this code, the topper doesn’t appears.
    How can we force topbar in mobile menu?

    Thank you in advance

    #208392
    This reply has been marked as private.
    #208304

    Without a link it’s hard to know what you are doing it sounds like you want the image menu to have a max width. Please try adding this css:

    .sidebar .infobanner {
        max-width: 300px;
    }

    Ben

    #208217

    Hi,

    I am wondering if it is possible to schedule images used in home slider? For example if I have a SALE ad would like a different image to be shown then. Iam using Kadence Slider to build by home slder.

    If it is not possible in the theme, do you know any supported plugins?

    #208097

    If you want to force the mobile header in you can use css like this:

    #kad-mobile-banner-sticky-wrapper {
        display: block;
    }
    #kad-mobile-banner {
        display: block;
        height: 60px;
    }
    #kad-banner-sticky-wrapper, #kad-banner {
        display: none;
    }

    Ben

    #208046

    I’ve tried searching for a way to do this on WooCommerce forums but might be using the wrong terminology and hoping you can help. Is there a way to put a site wide image/banner above a specific product? So it will appear above the product image and name.

    Thanks in advance

    #207877
    This reply has been marked as private.
    #207708

    I realize my Home Page looks a bit heavy on a Mobile devices and slows it down. I was wondering if there was a way to HIDE certain content on a row such as “Recent Blog Posts widgets” or a “parallax banner widget”. All this looks fine on a computer but seems unnecessary on a phone. I would like to keep the mobile version as light as possible to speed it up. Currently my mobile speed score is so slow and I’m trying to speed it up any way I can.

    Also is there a way to just place one image as a header instead of a slider on a mobile version?

    Thank you so much for your help!

    #207583

    Main Page:
    Shop page:

    Main page displays ok. It has a banner image that is “BIG DADDY” on page load and then transitions to a “BD” image as it scrolls. All works well.

    On the shop page, the category menus are displaying behind the logo and are not clickable. The scrolling part works, but the menus are in the wrong spot.

    All was working ok and no one here admits to any changes other than installing the latest release.

    Help please! Thanks!

Viewing 20 results - 441 through 460 (of 1,614 total)