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 - 981 through 1,000 (of 1,614 total)
  • Author
    Search Results
  • #111628

    update that css to this:

    #kad-banner {
        transform: translate3d(0, 0, 0);
        position: relative;
        z-index: 100;
    }

    Ben

    #111454

    in your theme options > advnaced settings add this css:

    #kad-banner {
        transform: translate3d(0, 0, 0);
    }

    Let me know if that is what you mean?

    Ben

    #111144

    Try adding this CSS to Theme Options> Custom CSS and let me know if it works for you:

    header#kad-banner {
        background: rgba(255, 255, 255, 0.5);
    }

    -Kevin

    #110958

    Yes, i want to be able to have multiple rotating sliders on the homepage (like I use to). In homepage sliders, I select rev. slider, then “Home Slider 2” and it works. But, inside “Home Slider 2” I have made many slider banners (Slide 1, Slide 2, Slide 3, etc), but it’s only allowing me to select one slider for display. When I click on a different slider to enable it, it automatically disables the one I had enabled prior. I use to be able to enable and disable as many sliders as I needed to….

    #110906

    Hey Dan,
    You can add this css:

    .topclass {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    #kad-banner {
        padding-top: 34px;
    }

    Hope it helps!

    Hannah

    #110866

    Hi Ben,
    Now, for some reason the rev. slider is only allowing me to select one slider for the home page. When I click on the second one, it disabled the previous automatically… I use to be able to select as many sliding banners as i needed. What setting would fix this?
    Thanks
    Gary

    #110843

    Hi Hannah,
    I’m pretty sure its the latest version 5.2.6 StarPath updated in June 28 2016. The only banners that display now are the category banners via shortcode. I was experimenting with a plugin called Speed Booster Pack and I’m sure I did something that triggered it. I also tried disabling and reactivating both the plugin and Slider revolution, but no go! I can give you admin panel access to my site if you think you can quickly find the issue instead of going back and forth with hunches…

    Thank you,
    Gary

    #110829

    Hi,
    I’m not sure what I did to cause the revolution slider not to show up on the homepage. it says that the slider allias does not exist. inside of a red box instead of displaying the banners. I’m currently using the different slider for the time being until this is resolved.

    Thank you,
    Gary

    GroomsRing.com

    In forum: Virtue Theme
    #110777

    It’s not going to work like pinnacle where it’s set up to do this very thing. so I don’t recommend this method but you can add css like this:

    #kad-banner {
        background: transparent;
        width: 100%;
        z-index: 1000;
        position: absolute;
    }

    Use with caution.

    Ben

    #110026

    don’t worry …maybe its a future feature to support short codes.

    what i needed is the text to be random ..so there is no point me adding it to the slide as it will be the same everytime.

    So say i had 10 short intros that someone came up with and they needed to be random.

    banner name = homeslide1
    slide 1
    image
    text(pick a random of 10)

    slide 2
    image
    text (pick a random of 10)

    slide3
    image
    text(pick a random of 10)

    like i say i could just us jquery to do a text replace or something

    #110002

    I would like a random piece of text on each slide. (eg: 3 slides each slide has a random bit of text to be displayed)
    i thought i would make a php /shortcode in my child theme do do this.

    problem: shortcodes don’t seem to work in the text area on a slide.

    [randombannertext]

    umm:I suppose one alternative is to use javascript and replace, unless i need to do a plugin ans use hooks if there are any?

    any thoughts appreciated

    #109900

    you could also use

    #kad-mobile-banner .mobile-header-container .mh-menu-cart-btn .kt-cart-total {
        font-family: "Roboto Slab";
    }

    That font seemed to do better in my testing on your site.
    Ben

    #109833

    1. This seems to mostly have to do with the way andriod is rendering arial font.

    Try this css, I think that will get the browser tricked.

    #kad-mobile-banner .mobile-header-container .mh-menu-cart-btn .kt-cart-total {
        font-size:8px;
        line-height:18px;
    }

    2. I wouldn’t want to add this to a theme becuase not every add to cart is so long. So you can add in a media query to target that size screen:

    @media (max-width: 400px){
    .product .entry-summary .kad_add_to_cart {
        margin-top: 5px;
    }
    }

    Ben

    In forum: Virtue Theme

    In reply to: Site wide banner

    #109317

    It appears there is space between banner and slider because I built banner with a white space at bottom – a work around. http://www.standrewbaycenter.org/

    In forum: Virtue Theme
    #109311

    Need to add a bit of space between site wide banner and top of slider.

    #109292

    so you know menu is background for the menu, header would be background for the header. Those are options in your theme options > advnaced styling.

    .is-sticky #kad-banner {
    background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
    background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
    background-size:100% 100%;
    background-repeat: no-repeat;
    }

    Change your css to that and let me know if thats what you want.

    Ben

    #109145

    I have managed to make the “band” transparent with this CSS in the custom CSS.

    .is-sticky .headerclass {
    background: transparent;
    }

    And I have expanded the .png with:

    #kad-banner {
    background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
    background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
    background-size:100% 100%;
    background-repeat: no-repeat;
    }

    The current result is:

    no scrolling

    I’m quite happy, but (of course) now this bannner/image isn’t transparent anymore, I would like to have it fully transparent until I start to scroll. Is that possible?

    #109142

    Dear Ben, Hannah and the rest (?)

    Could you please have a look at this picture:

    My questions are also included in the picture itself.

    I would like to make the banner/header/white band transparent. It should be replaced with a grey/orange .png which already partly shows under the menu. The .png is big enough (2000×130) and I have placed it as a background under the menu, as you can see.

    Could you please help? Thanks!

    #108677

    #kad-banner doesn’t exists because your overriding the header with a simple mobile header… so add this css it would make it work:

    @media (max-width: 992px) {
    #kad-banner {
        display: block;
        height: 0 !important;
        overflow: hidden;
    }
    }

    Ben

    #108642

    Okay how about this then, when I button link to http://infinityintegrations.com/#kad-banner on desktop, it scrolls down where the header is on the top. How do I get it to do this on the mobile version?

Viewing 20 results - 981 through 1,000 (of 1,614 total)