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,021 through 1,040 (of 1,614 total)
  • Author
    Search Results
  • #106359

    Hello,
    Is there any possibility to make body background image clickable? Because I use it as a banner.
    http:/kelmeskrepsinis.net

    #106328
    @media (max-width: 767px) {
        header #logo a.brand {
            font-size:30px !important;
        }
    }    
    @media (max-width: 480px) {
        header #logo a.brand {
            font-size:20px !important;
        }
    }    
    #kad-banner .kad-header-left {
        width: 100%;
    }

    change that out for this.

    Ben

    #106219

    Greetings,

    Thanks a lot ben for ur help…
    Just one thing.. if i open my site on mobile… I can see a huge gap between the banner for mobile page and Reactor design content…
    Any way we could reduce the gap…

    Any help as always appreciated…

    Thanks,
    Ashley

    #106062

    You would need to add both banners then hide on for mobile and show one for desktop with css.

    You could do this in pagebuilder by adding this class to the row where you have the mobile banner “hidden-lg hidden-md”

    and for the desktop banner add this css class to the row: “hidden-xs hidden-sm”

    Ben

    #106054

    Greetings,

    Page :

    I’m trying to put a banner on the top of this page…
    what i want to do is to keep the banner as it is till desktop and laptop size, but for notepads and mobile devices i want to create and show another banner instead the one i was using… just like we have for our home sliders on the home page…
    Is there a possibility for that…

    Do reply for any clarification…
    And really appreciate any help provided…

    Thanks,
    Ashley

    #105944

    Greetings,

    Thanks a lot ben, i’m very close on achieving what my client wants…
    Could u pls check the page one more time…
    Page : mofotechplay.com/trial
    I have removed the title class with this css..
    .page-id-536 .titleclass {
    display:none;
    }
    But still, right below the secondary menu, can u see a gap…
    How can i remove that gap..
    I wanted the banner to start right after the secondary menu without any gap showing the background image…

    Could you please help me with this option too… Really appreciate ur help and patience…

    Thanks,
    Ashley

    In forum: Virtue Theme
    #105932

    That isn’t really an option on a single product level. You can add a banner to the whole site but for a single product you would have to use a child theme and add in that kind of functionality. You would need to hook into the woo-commerce templates or override them in your child theme.

    Ben

    In forum: Virtue Theme
    #105917

    Page banner. See image at top of page. http://www.standrewbaycenter.org/adult-day-training/

    In forum: Virtue Theme

    In reply to: Child theme.

    #105811

    Well, now all I have is TWO Child themes that are broken. I just updated the only Kadence theme I have, got a green banner telling me it successfully updates, and to go to Themes and activate it. That’s when I saw this:

    Broken Themes

    The following themes are installed but incomplete.
    Name Description
    virtue-premium Child 01 The parent theme is missing. Please install the “virtue-premium” parent theme.

    In forum: Virtue Theme

    In reply to: Hero Page

    #105531

    Hey Jonathan,
    You can use css like below to hide everything but the slider from the homepage:

    .home div#kad-banner-sticky-wrapper {
        display: none;
    }
    .home .contentclass {
        padding-bottom: 0;
    }
    .home footer#containerfooter {
        display: none;
    }
    .home .sliderclass {
        padding: 0;
    }

    Hope that helps!
    Hannah

    #105303

    I have Image Aspect ratio off, full height and width On. the settings are exactly as the Legacy slider. i don’t know why the full height doesn’t work on pro slider.
    maybe it has something to do with this option : Full Height Offset (Add a ID that would allow you to offset the fullheight screen height by the height of the div (example: #kad-banner)). when i enable the full height that option appear, i have it empty because i don’t know what to put there.

    In forum: Virtue Theme

    In reply to: Accordion Styling

    #105123

    Hey sorry, was out for several days with the birth of my first child 🙂

    1. So in the rev slider settings you can set a offset div for when you set the height to “full height”

    You should add this #kad-mobile-banner as the offset id.

    2. You have the home margin top at -65px and the header is 50px… so I fixed this css:

    .home .sliderclass {
        margin-top: -65px;
    }

    To this:

    .home .sliderclass {
        margin-top: -50px;
    }

    Ben

    #105105

    Hey,
    Are you wanting this just on your blog page, or throughout the entire site? If you’re wanting it sitewide you can use the sitewide banner from Theme Options > Main Settings.

    Hannah

    In forum: Virtue Theme

    In reply to: Homepage not showing

    #104890

    Add this CSS to Theme Options> Advanced Settings.

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

    Let me know if that works for you!

    In forum: Virtue Theme

    In reply to: Menu and Header

    #104821

    Nope. I just don’t get it. I’m putting that CS in the Kadence Theme Options, Advanced Settings, Custom CSS Right? And still I see the banner.

    In forum: Virtue Theme

    In reply to: Menu and Header

    #104818

    Here is some CSS that should hide the header on your home page:

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

    Let me know if that works for you!

    In forum: Virtue Theme

    In reply to: Menu and Header

    #104736

    You can remove the header of the page with CSS. Something like this should work:

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

    Place the code into Theme Options> advanced Settings> Custom CSS.

    If that doesn’t work for you, post a link and I’ll fix the CSS for you.

    thanks,
    Kevin

    #104564

    Hi,
    I would like to add a paypal banner to my homepage [www.kfmiami.com]
    I would like to add it just under my revolution slider and above my home icon menu. I don’t see an option how to edit the home page with the short code.

    The shortcode for the banner is>>

    <script type=”text/javascript” data-pp-pubid=”86585491f3″ data-pp-placementtype=”800×66″> (function (d, t) {
    “use strict”;
    var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
    n.src = “//paypal.adtag.where.com/merchant.js”;
    s.parentNode.insertBefore(n, s);
    }(document, “script”));
    </script>

    In forum: Virtue Theme
    #104133
    #kad-banner {
        z-index: 1000;
        position: relative;
    }
    #104099

    Thanks to both of you. The shortcode would work – but is that just for banners? How might I go about creating a layout in Pagebuilder and then inserting that layout into every page via the footer shortcode? Curious…

Viewing 20 results - 1,021 through 1,040 (of 1,614 total)