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 - 1,241 through 1,260 (of 1,614 total)
  • Author
    Search Results
  • #68249

    Hey,
    I’m guessing your talking about the page title background?? That isn’t a banner, it doesn’t have height that you set it’s just the background for the page title. The page title height is based on your content.. like the title and how much padding you have… for example set your top and bottom padding to 140px.

    Ben

    #68056

    Hey,
    since the banner is an image are you just wanting to change the image per language? What multilingual plugin are you using?

    Ben

    #67992

    Hello to all,
    Surely everybody knows how to do it.
    I made a post categorie, and a banner associated with this categorie, the banner is 450px high.
    The full 450px are not shown on the categorie page, where are located the setting to show the full hight?
    Thanks

    #67970

    Hi there,

    Is it possible to translate the sitewide banner in the main settings of virtue theme premium please?

    Thanks,
    Karl

    In forum: Virtue Theme
    #67659

    Hello,
    I’m looking to put in a transparent banner/slider for only my homepage, with only the site name logo …. banner/slider height of approx 200px.
    At present, I am using a static homepage…
    I want the banner to transparently overlap my lower revolution slider/ kadence slider….. so the lower slider pictures can be seen through below the logo.
    Is there a possibility to do that?
    I know I can put the logo directly on the main kadence/ revolution slider images itself, but with the different effects it could look messy.
    Your help would be appreciated.

    #66943

    Hi hannah, i have few problems need you to check my account:

    a. after remove [credit theme] at footer cannot save.

    b. the menu at ‘Resources’ seems has no ‘rectangle’ and only a line of text at bottom. Something wrong.

    c. in ‘home layout’ i moved ‘icon’ (e.g. ‘tons of options, ‘responsive’…’ which is below banner) tab to ‘disabled’ then save. but fail to save it.
    if i change position of the feature also cannot be saved.

    #66616

    You can use this css:

    .infobanner {
        margin: 0;
    }
    

    The image menu has a margin.

    You can’t set up the widget to use a fixed height, If you need the whole image to show then you need to set the height to be set by the image so it increase or decreases as the column is smaller or wider.

    Ben

    In forum: Virtue Theme

    In reply to: custom header

    #66573

    I suggest this css instead:

    #kad-banner > .container {
        height:232px;
    }
    #kad-banner #logo {
    display:none;
    }
    .home .headerclass {
        background: #fff url('http://c01.49a.myftpupload.com/wp-content/uploads/2015/11/SiteHeader_Main.png') no-repeat bottom center;
    }

    Ben

    #66456

    1. You can use css like this:

    #kad-banner {   
        -webkit-box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.3);
    }
    

    2. You can target any menu item using the items id class. then style it how you want. If you open your site or post a password and tell me what you want and what menu item I can help with the css.

    Ben

    In forum: Virtue Theme

    In reply to: spaces between header

    #66153

    The services you can add this css:

    .page-id-135 #pageheader {
        display: none;
    }
    .page-id-135 .contentclass{
        padding-top:0;
    }
    .page-id-135 .infobanner {
        margin: 0;
    }

    Your about us is coming up as not found?
    Ben

    #66065

    Hey,
    You can add this css:

    #kad-banner .container {
        width: 100%;
    }
    .kad-header-left {
        padding: 0;
    }

    But that will mean you need a larger logo if you want it to be fullwidth on larger screens. Your logo now it 1247px wide.

    Ben

    In forum: Virtue Theme

    In reply to: Banner width on right

    #65081

    Hi Ben, I sorted it 🙂 just hadn’t made the banner quite big enough – is the ideal banner width – 1170?

    #65021

    Hi there

    I have sliders on my home page, and a banner on the remaining pages. However, the banner doesn’t look right as it falls short of the right margin ie doesn’t stretch full width to fall in line with the container below. I wondered if the gap on the right was for a side menu, though I am only using the secondary menu. I am using the boxed layout and the home page all looks fine, though the banner on the remaining pages has a different right margin so doesn’t look flush with the container below on the right hand side so doesn’t look good.

    #64961

    I know this is for the page content, but it was an idea for the header.
    A place where 3 widget can be placed and moved.
    1) Primary menu
    2) Slider or banner
    3) Secondary menu
    or
    1) Primary menu
    2) Secondary menu
    3) Slider or banner
    or
    1) Slider or banner
    2) Secondary menu

    #64888

    Hey,
    You can add this css in your theme options > custom css:

    .stickyheader.trans-header #kad-banner {
        background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,.3)),to(transparent));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.3),transparent);
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.3),transparent);
        background-image: -o-linear-gradient(top,rgba(0,0,0,.3),transparent);
        background-image: linear-gradient(to bottom,rgba(0,0,0,.3),transparent);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
    }
    .stickyheader.trans-header .is-sticky #kad-banner {
        background-image: none;
    }

    Ben

    #64067

    Hey,
    So what I was thinking is that you would upload the logo just as the logo, not a banner size image with all the background behind it. You can add a color to the header that is the color of that background in the theme options > advanced settings. Does that make sense?

    Then for the home page you have to move “page content” to enabled (in the theme options > home layout) for the static page content to show. I updated that so you can see.

    Ben

    #63738

    Hi Ben,

    I used flex slider but i want to have a full width size banner, i mean the flex slider image is inside the home container i want to have a full width size banner.

    Thanks

    #63701

    ok, this should work for you:

    .sliderclass, .home-padding {
        padding:0;
    }
    .contentclass {
     padding-bottom:0;
    }
    
    .infobanner {
        margin: 0;
    }

    Ben

    #63243

    Hi, Please help.

    I want to have a static banner on my homepage. previously I used kadence slider but it seems to take time to load my homepage. so i decided to have a static banner only.

    Kindly let me know where to set-up and it will responsive in mobile and tablet display.

    Thank you.

    In forum: Virtue Theme

    In reply to: Product problem

    #62349

    1. In your settings > permalinks. What do you have set?

    2. Not with the virtue theme, It’s not designed to have the slider behind the menu like the pinnacle theme. You can force it with css but it won’t work well because it’s not part of the design and the pinnacle theme has lots of code to make this possible. see what I mean by adding this css:

    .home #kad-banner >.container {
            position: absolute;
        z-index: 1000;
        width: 100%;
    }

    Ben

Viewing 20 results - 1,241 through 1,260 (of 1,614 total)