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 - 221 through 240 (of 1,614 total)
  • Author
    Search Results
  • #248541

    Hey Holger,
    It looks like it is just your banner on that page that is not responsive. How are you adding that?

    Hannah

    #248533

    Hanna,

    That simple header option is not going to work for me. When I enable it, the gray menu bar disappears and my banner ad disappears also. It’s going to take some css like I initially mentioned I believe.

    Barry

    #248450

    My desktop on Virtue is great. All is looking good on my Galaxy S8, except no sticky menu. When I enable some functions in the theme for a sticky menu on mobile, then my 468×60 banner disappears. Can I get some css please?

    Barry

    In forum: Ascend Theme
    #248433

    I’m working on moving a website from a Genesis child to Ascend. The logo/tagline area needs to have a specific look, and I haven’t been able to get that. The page below goes to a demo page. In the top banner, you’ll see the logo/tagline area bordered in green and the logo itself bordered in red. I do that so I can see what’s going on while I’m working.

    How can I get the logo to left align like the tagline is? I’ve put the custom css that I’ve been trying and failing with.

    Many thanks for any help you can offer!

    .kt-header-position-above #logo a {
    flex-direction: column !important;
    content-align: left !important;
    }
    #logo {
    padding-top: 10px !important;
    width: 440px;
    border: 1px solid #73AD21;
    align-content: left !important;
    }
    #logo .ascend-logo {
    content-align: left !important;
    border: 1px solid #cc0000 !important;
    }
    #logo .kad-site-tagline {
    max-width: 670px;
    text-align: left !important;
    }

    In forum: Pinnacle Theme

    In reply to: Header Border

    #248159

    Hey Kassondra,
    Try using this css:

    .stickyheader #kad-banner {
        border-bottom: 5px solid #913061;
    }

    Hope it works for you!

    Best,
    Hannah

    #247357

    Hey Mark,
    We are doing well! Hope you are too.
    The sitewide banner does not work when the basic with shrink for sticky header style is enabled. You would need to use the standard to centered logo header style.

    Hannah

    #247340

    Hi Guys,

    Hope you are keeping well under the current restrictions.

    Please can you assist, I’m trying to enable to Sitewide Banner image and for some reason it’s not playing ball.

    I go tit to work on another website using the Virtue theme last week but this one is proving an issue.

    Link in next reply.

    Many Thanks as always,

    Mark

    #247192

    In Main Settings have reduced the bottom spacing to 0 on both the Logo and Primary Menu, but I still want to remove more space between the logo/primary menu and the banner beneath it. The spacing is fine once I scroll down the page and the menu shrinks but I would like for some of that spacing to be smaller prior to scrolling.

    Here’s the website so you can see the spacing:

    Thanks,
    Christina

    In forum: Virtue Theme
    #247152

    Hey,
    Have you added an image from Theme Options > Main Settings > Sitewide Banner. Was this working previously?

    Hannah

    #247149

    How do I get the Sitewide Banner to show?

    #247069

    Hi Laura,
    You can use this css to remove the header and set the content background to black:

    .page-id-1108 header#kad-banner {
        display: none;
    }
    .page-id-1108 .contentclass {
        background: #000;
    }

    Hope that helps!

    Hannah

    #246994

    sorry Hannah, problem isn’t with Stackable its with your Video pop up player. Stackable works correctly when you paste in the link. I do the same with yours and YouTube refuses to Connect. see attached

    I turned Stackable off and tested it on this post page without any other video pop ups on the page.

    https://www.dimensions-displays.com/seamless-exhibition-graphics-d4-banner-displays/

    Screenshot-2020-03-31-at-11-43-25

    Screenshot-2020-03-31-at-11-53-08

    will investigate more – do i need a YouTube API for your plug in to connect?
    Your plugins / block modules are pretty good 99% of the time I’m a little stumped by this.

    #246980

    Thank you Hannah. Worked perfectly.

    One more question – I want to move to the banner style available on http://themes.kadencethemes.com/virtue-premium/ (top banner under the logo).

    What banner style have you used? Do share the suggested image size in pixels for desktop as well as mobile.

    And is there any minimum recommended DPI to be kept in mind while creating both the desktop and mobile banner to retain rich image quality and avoid pix elation?

    Yogi

    #246521

    Hey,
    You can add this css if you like:

    #kad-mobile-banner #mobile-logo a {
        display: inline-flex;
    }

    To be clear your icons are not going to click the logo, so it’s not covering the entire header, just the part outside of the menu and search.

    Ben

    #246412

    Hi Hannah,

    I’ve installed the social media plugin and it shows at the bottom of each page. I also want it to show just below header and on the sides – how do I do it? also thank you message when people shared them.
    Thanks

    In forum: Virtue Theme
    #246318

    Hey,
    Looks like you are using jetpacks photo CDN and it’s compressing the image, you are losing a little quality and that id whats giving it the yellow tinge: https://i1.wp.com/alympas.com/wp-content/uploads/2020/02/TopCatsBanner1-scaled.jpg?fit=2560%2C870&ssl=1

    Ben

    #246162

    Hey Ulla,
    1. Looks like your site is in maintenance mode. Are you able to temporarily remove that so I can take a look? Or else send login info?

    2. You can add this to your custom css:

    @media (min-width: 600px) {
        .kt-header-position-above, .second-nav-container {
            display: block;
        }
        #kad-mobile-banner {
            display: none;
            height: 0;
        }
    }

    3. You can use a plugin like “Say What” to translate certain strings. See here: https://www.kadencewp.com/knowledge-base/recommended-string-editor-say-what/

    Hannah

    #246143

    Oh sorry, this css should do it:

    .home footer#containerfooter, .home header#kad-banner {
        display: none;
    }

    Hannah

    #246135

    HI

    I am using virtue premium with a child theme,

    the issue is since the last update, there is an inline style for the shrink header which I cant change. I am sure this used to be an option in the panel.

    This produces the following inline CSS In the header:


    @media
    (max-width: 991px)
    .stickyheader #kad-banner #logo a, .stickyheader #kad-banner #logo a #thelogo, .stickyheader #kad-banner #kad-shrinkheader {
    height: 60px !important;
    line-height: 60px !important;
    }

    I have tried to write CSS override for it, it works fine above the breakpoint, but anything below that I cant change and its messed up the design.

    website here:
    if you look the social icons are now stretched and I cant seem to override this, its a line height problem

    THanks

    J

    #246113

    So you can’t actually use a page template on the homepage as it will automatically be overridden by the homepage template. You can hide the header from the homepage with this css:

    .home div#kad-banner-sticky-wrapper {
        display: none;
    }
    .home #pg-163-0> .panel-row-style {
        padding-top: 0;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Hannah

Viewing 20 results - 221 through 240 (of 1,614 total)