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 - 881 through 900 (of 1,614 total)
  • Author
    Search Results
  • #124264

    Ok, so it looks like you’re not actually using a slider or site header on your homepage. Right now you’re wanting the header to blend in with the page content, but that’s not how it is set up. I would recommend adding your banner as a slider or page title from Theme Options > Home Slider. Does that make sense?

    Hannah

    #124232

    Add this css:

    #kad-mobile-banner {
        position: absolute;
        margin-left: -5px;
        margin-right: -5px;
        left: 5px;
    }

    Should fix that for you.

    Ben

    #124157

    Hey Laura,
    Did you try Ben’s css? That should remove your title (logo). If you want the spacing gone as well you can use this instead:

    .home div#kad-banner-sticky-wrapper {
        display: none;
    }

    You would just paste it into your custom css box in Theme Options > Advanced Settings.

    Hannah

    #124070

    1. If you do that you need to always clear the cache.

    If you only wanted a total of 10px then you would need to change it to 5px in the css.

    I’m also going to suggest this css as it’s a little more specific:

    .homecontent > div.row > div {
        padding: 5px;
    }
    .homecontent > div.row {
       margin-left: -5px;
        margin-right: -5px;
    }

    2. After you change the above css just add this:

    .homecontent .infobanner {
        margin:0;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Widget header

    #123788

    If that is the case add this css:


    @media
    (min-width: 992px){
    #kad-banner > .container .row { width:60%; float:left;}
    #kad-banner > .container .row:first-child { width:40%; float:left;}
    .kad-header-left, .kad-header-widget {
    width: 50%;
    }
    }

    Ben

    #123762

    Is there a way of getting rid of the white gap so the top banner and below banner with grey background are joined together?

    In forum: Virtue Theme

    In reply to: widgets not editable

    #123483

    i was doing it in widget section but couldnt edit or remove widgets. This bit seems to work now but lot of widgets are not working. For example instagram, nothing shows, in fact i wonder why its not even asking me for link to my instagram?

    I also struggle with page builder, included logos of my clients but the slider is changing the height as logos slide and it hides half of some. I have set logos to be max 150px heigh and doesnt matter how heigh i set the banner for, its still doing it 🙁

    #123407

    ok, so your showing the desktop menu on mobile.. got it. change the css I sent to this:

    #kad-banner {
        position: relative !important;
    }

    Ben

    #123383
    This reply has been marked as private.
    #122898

    I added a temp fix in your theme options > advanced settings:

    #kad-shrinkheader, #kad-banner-sticky-wrapper {
        z-index: 10000;
        position: relative;
    }

    Ben

    In forum: Virtue Theme
    #122481

    Hey,
    If you don’t want the menu below are you then wanting to add a banner below the menu instead of above? You can use the theme options > main settings and add a banner that will go at the bottom of your header below the secondary menu.

    You can also float the menu to the right instead of center but you can’t change the arrangement of the widget and menu without changing code in the template through a child theme.

    Ben

    #122187

    Hi Carl-Johan,
    Do you mean the sitewide footer call to action (theme options > footer)? Or the sitewide banner (theme options > main settings)? Can you post a link to your site?

    Hannah

    #122177

    Hi Ben,
    I have used Virtue Premium style-1 and used Kadence slider for changing the bannes on the top. I have customized the slider by adding borders in the following way in Theme options -> Advance settings.

    .kad-slider {
    border-top: solid 10px #000000;
    border-bottom: solid 45px #000000;
    border-left: solid 45px #000000;
    border-right: solid 45px #000000;
    position: relative;
    z-index: 1000;
    }

    Post the above changes and reduce the page size to 90% or less or even try to restore it back the Kadence slider is broken. The CSS doesn’t seem to be effective due to resizing and banner disposition’s itself from the slider.

    PS: As i am using Wamp i wouldn’t be able to share the link with you. It would good if their is a way to share snap shots.

    regards,
    Girish

    #122176

    Hi there,

    I am wondering if there is a way to place the site wide banner below the footer instead of as now, above?

    Thank you
    // Carl-Johan

    In forum: Virtue Theme
    #121992

    Hi Bernat,
    You can use the header widget layout (theme options > main settings) and add a banner from appearance > widgets.
    This plugin may be helpful- https://wordpress.org/plugins/adrotate/
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #121985
    This reply has been marked as private.
    #121984

    I think i have seen this option before but not sure if i am wrong or this option already exists…

    I would like to place one banner under the main menu, is there any option for this?

    In forum: Virtue Theme

    In reply to: Secondary Menu

    #121950

    Hey,
    If you want the logo beside the menu then go to theme options > main settings. Scroll to your logo layout and choose the first option.

    On your home page you are still hiding the logo until you scroll. You need to remove that css. If you want to remove the banner that is below your menus thats added in your page content so you need to just remove it from the home page content.

    Ben

    In forum: Virtue Theme

    In reply to: Secondary Menu

    #121939

    1.

    .col-md-12.kad-header-right {
        background: #fff;
    }

    2. I’m not seeing that. What browser are you using?

    3.

    .kad-header-left {
        padding: 0;
    }

    4. remove this:

    .boxed.stickyheader .is-sticky #kad-banner {
    border-bottom: 5px solid green;
    }

    and add this:

    .navclass {
        border-bottom: 5px solid green;
    }

    Hope that helps!
    Hannah

    In forum: Virtue Theme

    In reply to: Secondary Menu

    #121937

    That’s ok. Decided to keep logo above menus visible. But the menus seem to be above logo on homepage until I scroll, then the menus are below the logo header. Still have issues 1-4 above that needs helps. Sorry for the confusion on this.

    Also are there any codes I need to remove to keep the standard header style and sticky to correct any of the 1-4 issues above? codes are below:

    .footercredits {
    padding: 1px 0 0;
    }

    .footerbase {
    background:#303030;
    }
    #containerfooter {
    background: black;
    padding-top: 20px;
    border-top: 4px solid green;
    }
    .footercredits p {
    margin-bottom: 0;
    }

    #pg-4-0 .panel-grid-cell#pgc-4-0-0 {
    padding: 0;
    }

    .home #logo {
    display: none;
    }

    .home .is-sticky #logo {
    display: block;
    }

    .kad-header-left {
    padding-left: 0;
    }

    .wrap.clearfix.contentclass.hfeed {
    margin-top: -35px;
    }

    .boxed.stickyheader .is-sticky #kad-banner {
    border-bottom: 5px solid green;
    }

    .contentclass a {
    color: #4a8c2b;
    }

Viewing 20 results - 881 through 900 (of 1,614 total)