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 - 781 through 800 (of 1,614 total)
  • Author
    Search Results
  • #142443

    I’ve set my logo but there doesn’t seem to be an option to write text inline with the logo rather than below it (

    Is there anyway that this can be achieved?
    edit:I’ve added the widget to the right but there doesn’t seem to be anyway to modify the logo widget?

    #142428

    If you don’t want anything in your header then you should use:

    #kad-banner {
    display: none;
    }

    Ben

    #142321

    Hi,

    I have made a different a different Kadence Slider for Mobile, but the same is not showing up when browsing on mobile.. My purpose is to load the site faster on Mobile and also resize the banner.

    I have kept “ON” the setting to use different slider for mobile and selected the correct slider from the options too.

    Can you please help me

    Thanks

    Abdul Kadir

    #142031

    Before you had the slider above your menu. If you want it below and you want it full height you need to add the offset height of the header.

    In your slider settings add #kad-banner in the “full height offset” setting.

    Ben

    In forum: Virtue Theme

    In reply to: Search box

    #141900

    I tried to explain that I don’t think this will work based on how much content you have… Never the less you seem to not want to take my advice so I’ve written up some css so you can take a look for yourself. Please make sure to copy from here on the forums not email, And place in your custom css box.

    #nav-main ul.sf-menu a {
        padding: 10px 12px;
    }
    @media (max-width: 1200px){
    #nav-main ul.sf-menu a {
        padding: 10px 4px;
    }
    }
    #kad-banner .kad-header-right {
        width: 60%;
        float: right;
        padding-left: 0;
        margin-top: -46px;
    }
    #kad-banner .kad-header-widget {
        width: 20%;
        float: left;
        padding-right: 0;
    }
    #kad-banner .kad-header-left {
        width: 20%;
        float: left;
        padding-right: 0;
    }
    .col-md-12>#nav-main .sf-menu>li {
        float: left;
        display: block;
    }
    .kt-showsub-indicator ul.sf-menu>li.sf-dropdown>a:after {
        right: 2px;
    }
    #kad-banner #nav-main {
        float: right;
        margin: 0;
    }
    span.header-widget-title {
        display: none;
    }

    Ben

    In forum: Reply To:

    In reply to:

    #141876

    Same for me but then you need to change to an alternative page such as the BLOG page or SHOP. CloudFlare caching and w3 currently disabled and using chrome in incog with the following CSS

    .stickyheader #kad-banner {
    z-index: 10000;
    }

    #141851

    Just an update that the custom banner (via “insert code just after the header.”) plus custom css now has the header resizing proportionally as we hoped to, and a custom banner with larger text swapped in for mobile. So that resolves the original question. Thanks folks!

    http://alicenrobinson.com/

    #141799

    Good morning,

    I am trying to target the sub text in the kadence banner (see screenshot attached) to add an outline. Would you be able to confirm CSS to target>

    Screenshot

    Just for info the actual website is using Bold and isn’t the same domain as the screenshot is uploaded to!

    Thank you,
    Peter

    In forum: Reply To:

    In reply to:

    #141748

    If you are using caching from cloudflare then you need to make sure it’s auto detecting sessions so it clears when there is a live user.

    W3 Cache is currently disabled

    I see it enabled and running when I go to your site? Are you sure you have the settings disabled? It’s running page and object caching.

    You can add this css:

    .stickyheader #kad-banner {
        z-index: 10000;
    }

    Ben

    #141207

    Hi RoseMary,
    Try adding this to your custom css:

    .home div#kad-banner-sticky-wrapper {
        height: auto !important;
        padding-bottom: 10px;
    }

    Does that work for you?

    Hannah

    In forum: Virtue Theme

    In reply to: Update woocomeerce

    #140538

    Hello,

    There was a pop-up/banner how do you call it, that there are some parts of the virtue theme are old
    Woocommerce

    And I also can’t find the editor anymore in the appearance part

    http://www.scheerenschuim.nl

    Regards Richard

    #139833

    I don’t know if it’s possible to retain the logo shrink under these circumstances. This CSS is the closest that I can get:

    .page-id-12 .kad-header-style-basic #logo #thelogo div {
        background: url(http://therapeuticbodyworks.wordpresspreview.net//wp-content/uploads/2017/04/fred4paws-new-logo-v5.png) !important;
        background-size: contain !important;
        max-height: 130px !important;
        background-repeat: no-repeat !important;
        margin-top: 20px;
    }
    .page-id-12.stickyheader.trans-header #kad-banner {
        min-height: 100px;
    }
    .page-id-12.trans-header .is-sticky #kad-banner #logo .kad-standard-logo {
        margin-top: 0;
    }

    -Kevin

    #139821

    Try this CSS and let me know if it works for you:

    .page-id-12 .kad-header-style-basic #logo #thelogo div {
        background: url(http://therapeuticbodyworks.wordpresspreview.net/wp-content/uploads/2017/04/fred4paws-new-logo.png) !important;
        background-size: contain !important;
        max-height: 90px !important;
        background-repeat: no-repeat !important;
    }
    
    .page-id-12 .stickyheader.trans-header #kad-banner {
        min-height: 100px;
    }

    -Kevin

    In forum: Virtue Theme

    In reply to: Logo disappears

    #139802

    Hi Moshe,
    Are you using a plugin to optimize your images? I’m seeing this in your css:

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body #kad-banner #logo .kad-standard-logo {
        display: none;
    }
    } 

    If you’re unsure try deactivating your plugins to test if any are adding that. Let me know if the logo issue doesn’t change.

    Hannah

    #139580

    Hi I am using flex slider for my index page ( ) banner and having trouble trying to stretch it to full width using css. Please see image:

    Please kindly assist. Thanks.

    In forum: Virtue Theme

    In reply to: Banner on all pages

    #139385

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

    ul#menu-main-menu {
        border-bottom: 1px solid #eee;
    }
    .virtue_banner {
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
    }

    Does that work for you?

    Hannah

    In forum: Virtue Theme

    In reply to: Banner on all pages

    #139361

    Hi Hannah,

    Thanks so much. That worked great.
    I would like to make a few alterations however. Can i add a line underneath the primary menu and below the banner? like a faded grey line.. Please see picture. I’ve drawn them in red to see what i am talking about.

    Thank you.

    Marius

    In forum: Virtue Theme

    In reply to: Banner on all pages

    #139348

    Hi Marius,
    You can do this using the Sitewide after Header Shortcode from Theme Options > Main Settings. You could create your banner using the Kadence Slider.
    Hope that helps!

    Hannah

    #139342

    Hi there,

    I would like to be able to show a banner underneath the primary menu and above the page title. Please see this picture. Right where the red rectangle is. I want to show an informative banner there that appears on every page.

    Looking forward to your reply.

    Thanks!

    Marius

    #139266

    This is my custom CSS, probably the most relevant:

    ul.sf-dropdown-menu {
    max-width: 150px;
    min-width: 150px;
    }

    /*To remove Sorting drop down */
    .orderby {
    display: none !important;
    }

    /* To remove ‘Showing all X results’ */
    .woocommerce-result-count {
    display: none;
    }

    .kad_404_page {
    background-color:#fff;
    }

    .testimonialbottom {
    color: #fdb625;
    }

    .pullquote-left, .pullquote-right {
    font-size: 24px;
    font-weight: bold;
    color: #fdb625;
    }

    h6 {
    font-size: 14px;
    }

    .sf-menu ul {
    top: 80%;
    }

    td {
    vertical-align: top;
    }


    @media
    (max-width: 767px) {
    .panel-row-style {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    }

    #pgc-818-1-1 {
    margin-top: -10px !important
    }

    .product_meta {
    display:none; !important
    }

    .woocommerce-variation-description {
    font-size: 18px;
    }

    .reset_variations {
    display: none !important;
    }

    #pg-107-1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

    .home .panel-widget-style {
    height: 470px;
    }

    #pg-107-4 {
    height: 200px;
    }

    #pg-107-0 {
    margin-left: -15px !important;
    margin-right: -15px !important;
    }

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

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

    #pg-818-2 .widget-title, #pg-877-5 .widget-title {
    color: #fdb625;
    }

    #pgc-818-2-0 .widget-title, #pgc-877-5-0 .widget-title {
    color: #bc7639;
    }

    #pg-107-0 .widget-title {
    color: #6bb7bc;
    }

    #pg-107-2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    }

    .contactform {
    color: #6bb7bc;
    }

    .error {
    color: #ff0000;
    }


    @media
    (min-width: 992px){
    .kad-header-left {
    width: 15%;
    }
    .kad-header-right {
    width: 85%;
    }
    }
    .kad-header-style-three #nav-main ul.sf-menu>li>a {
    padding: 0 10px;
    }

Viewing 20 results - 781 through 800 (of 1,614 total)