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,041 through 1,060 (of 1,614 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Header Image zooms in

    #103781

    Just to clarify it’s not zooming it’s just stretching to fill the now much larger header area.

    A workaround is to make the menu position absolute so it’s not registered as part of the header:

    #kad-mobile-nav {
        position: absolute;
        left: 0;
        top: 100%;
    }
    #kad-banner {
        position: relative;
    }
    

    Ben

    In forum: Virtue Theme
    #103630
    .infobanner {
        margin: 0;
    }

    Add that css.

    Ben

    #103169

    I’m talking about those 3 banners!

    https://s32.postimg.org/qx0zbrf5x/Screen_Shot_2016_07_13_at_12_11_40.png

    #103006

    Hey,

    If your going to add this:

    .home .container {
        width: 100%;
    }
    

    Just change to this:

    .home .container {
        width: 100%;
    padding:0;
    }

    If you don’t want space above and below your image menu items add this :

    .infobanner {
        margin: 0;
    }

    Ben

    In forum: Pinnacle Theme

    In reply to: Change logo

    #102994
    @media (max-width: 992px) {
    div#topbar {
        display: none;
    }
    .kad-header-style-basic #logo #thelogo {
        height: 80px !important;
        line-height: 80px !important;
    }
    header #logo a.brand {
        height: 80px !important;
        line-height: 80px !important;
    }
    #kad-banner #logo .kad-lg {
        max-height: 80px !important;
    }
    .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a {
        line-height: 80px !important;
    }
    div#kad-shrinkheader {
        line-height: 80px !important;
        height: 80px !important;
    }
    .kad-header-style-basic #logo #thelogo {
        height: 80px !important;
        line-height: 80px !important;
    }
    header #logo a.brand {
        height: 80px !important;
        line-height: 80px !important;
    }
    #kad-banner #logo .kad-lg {
        max-height: 80px !important;
    }
    .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a {
        line-height: 80px !important;
    }
    div#kad-shrinkheader {
        line-height: 80px !important;
        height: 80px !important;
     }
    }
    In forum: Pinnacle Theme

    In reply to: Change logo

    #102966

    Hey! With CSS, you can accomplish all of the above.

    1. Place all custom CSS into Theme Options> Custom CSS.

    @media (max-width: 992px) {
    .trans-header #kad-banner #logo .kad-standard-logo-tranbg {
        background: url("YOUR IMAGE URL") !important;
     }
    }

    2.

    @media (min-width: 992px) {
    div#logo {
        display: none;
      }
    }

    3. I’m not entirely sure about the best way to go about this. Can you post a link to your site so I can see how you’ve got it configured?

    #102741

    I used the layout manager to add a portfolio carousell on my main page.
    Below the carousell is a call to action banner – between these two elements (portfolio carousell + call to action) is a white gap.

    Can someone tell me how to remove this gap, I don’t want to ave any border between the carousell and the banner.

    #102530

    Hi Cara,
    1. If you plan to remove the menu item descriptions, this css should work:

    .navclass {
        height: 30px;
    }
    #nav-second ul.sf-menu>li>a {
        padding: 5px 0;
    }

    2. There’s an option for this in the primary menu, but not the secondary. Sorry!

    3.

    @media (min-width: 992px) {
    body #kad-banner #logo .kad-retina-logo {
        margin-bottom: -20px;
    }
    #nav-main ul.sf-menu {
        margin-top: -20px;
    }
    }

    4. Theme Options > Typography.

    Hope that helps!
    Hannah

    In forum: Pinnacle Theme

    In reply to: Hide Header Background

    #102407

    Try this CSS:

    @media (max-height: 992px) {
    div#topbar {
        display: none;
    }
    .kad-header-style-basic #logo #thelogo {
        height: 80px !important;
        line-height: 80px !important;
    }
    header #logo a.brand {
        height: 80px !important;
        line-height: 80px !important;
    }
    #kad-banner #logo .kad-lg {
        max-height: 80px !important;
    }
    .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a {
        line-height: 80px !important;
    }
    div#kad-shrinkheader {
        line-height: 80px !important;
        height: 80px !important;
    }
    .kad-header-style-basic #logo #thelogo {
        height: 80px !important;
        line-height: 80px !important;
    }
    header #logo a.brand {
        height: 80px !important;
        line-height: 80px !important;
    }
    #kad-banner #logo .kad-lg {
        max-height: 80px !important;
    }
    .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a {
        line-height: 80px !important;
    }
    div#kad-shrinkheader {
        line-height: 80px !important;
        height: 80px !important;
     }
    }
    #102146

    Hello,
    I have noticed some issue with Virtue template. Seems like cache are not overwritten or something else. When I want to change banners on home page (Theme options – Home Slider) after click save, nothing happens. Please advice solution for this case.
    Thank you

    #102032

    You can use the shortcode option which is right below the banner input. There you could add a shortcode for a slider which your client could update the text on. Or you can add something like this into the shortcode box:

    <div class="site_banner_text">ADD THE TEXT HERE</div>

    And use css to add your styling like a background to the site banner text class.

    Ben

    #101988

    Hello,

    Added a banner to advertise closures on the site but could only add an image – is there a simple way to add a background image and then text overlay – that the client could update themselves.

    I have partially gotten over this by adding a topbar widget – text plus background colour – and that looks ok but would stand out more if it was full width and under the header like the site wide banner…

    Any more suggestions? Here’s the site:
    http://www.dronfieldhallbarn.org

    Many thanks
    Nic
    x

    In forum: Pinnacle Theme

    In reply to: banners/slides refresh

    #101948

    Nothing effects the aspect of the banner. It’s a full with background. The background is just a background for the content.

    The 70 is padding top and bottom around your page title text.

    BEn

    In forum: Pinnacle Theme

    In reply to: banners/slides refresh

    #101942

    Wow ben,

    Perfect sollution thx for the effort.
    Can you tell what those options do? That 70 70 settings.
    Which options Will aspect ratio the banner

    #101744

    Hi,
    The website I am working on has two sub-brands, and I have used CSS to change out the logo on several pages e.g.

    .page-id-4221 .kad-standard-logo.kad-lg {
    background-image: url(' ') !important;
    }

    This is working fine (except page-4291 for some reason) – until it is viewed on a mobile device. It goes back to the default logo.

    Could you please point me in the right direction as to what I need to adjust?
    I tried this, but am obviously not getting it quite right:

    @media
    (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) }
    .page-id-4221 #kad-banner #logo .kad-standard-logo {
    background-image: url(' ') !important;
    }
    }

    You can access the under-development site with this link
    You can then go to this page to see an example of what I mean.
    Both desktop and mobile should have Personal Stylist, not Activewear as the tagline for the logo.

    Thanks

    In forum: Pinnacle Theme

    In reply to: banners/slides refresh

    #101585

    Ben, Just to inform you whywe choose kadence slider up top
    —We want the best look and feel on all devices.
    when you look at our website banner http://www.vandenberg-schoolfoto.nl/basisonderwijs/ on a pc it looks like this: https://s31.postimg.org/bf8582sl7/image.jpg
    when you look at the same page on a mobile the banner looks like this: https://s31.postimg.org/p9lutxayj/telephone.jpg
    Thats what we whant one image which looks perfect on all devices, how can we get this with one single image without using kadence?
    i just did this with the pixels you told me and get one picture which is always the same but its easy to know that you cant have a beatifull result on all devices that way. what do you suggest?

    btw this is our website and you already have a guest account
    http://www.vandenberg-schoolfoto.nl

    #101435

    I enabled Parallax function to a kadence slider banner but nothing happens?
    i thought ut will scroll down image effect…what am i doing wrong?

    In forum: Pinnacle Theme

    In reply to: banners/slides refresh

    #101329

    One other thing, how come your using a Kadence slider for each banner? It doesn’t look like your actually using two images that slide?

    Ben

    #101229

    I made a css together with you which gives us white text with blackoutlines on all image menu items.
    We really like it 🙂
    but now we also whant this look and feel for the whole site.
    Which css or which settings must i fill in to get it at all our banners?

    below are website

    In forum: Pinnacle Theme

    In reply to: banners/slides refresh

    #101226

    THis happens with banners also, sometimes they are gone…..when you refresh they are there
    we use kadence slider for each page as a banner.
    see screenshot: https://s31.postimg.org/6bbrz86dn/wrong2.jpg

Viewing 20 results - 1,041 through 1,060 (of 1,614 total)