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,201 through 1,220 (of 1,614 total)
  • Author
    Search Results
  • #74939

    The sidebar starts directly under the banner and besides the image menu.
    Is it possible to start with the sidebar under the image menu, besides my “popular looks” carousel? Because I want the image menu to be full size (same width like the banner)

    thank you!

    http://www.coconut-couture.com

    #74932

    Hey,
    You can use this css:

    .topclass {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    #kad-banner {
        padding-top: 35px;
    }

    Ben

    In forum: Virtue Theme
    #74509

    Hi

    I wanted to have my banners like this Full width. Currently they look like this Even though I put full width. What am I doing wrong?

    Thanks is advance
    Karisma

    #74456

    Hello Ben & Hannah,

    This is my first post on Forum. I need help about woocommerce, how to remove add to cart button on single product pages then replace it with images/banner with no link to checkout/billing page?
    This is the url page I want to change,
    I want to remove the quantity column and “beli” button then replace them with this image without link to any page (checkout/billing page)
    So it will look like this (photoshopped)

    Maybe this is a silly request but in my country this “traditional” methods still generate more sales than add to cart features.

    Thankyou!
    Shendy Wilandria

    #74159

    Hey,
    One way to do this would be to use the x2 retina logo in your main settings as your extra logo. Then with this css you can have the logo switch based on the blog page and posts:

    body #kad-banner #logo .kad-standard-logo {
        display:block;
    }
    body #kad-banner #logo .kad-retina-logo {
        display:none;
    }
    body.page-template-page-blog #kad-banner #logo .kad-standard-logo, body.single-post #kad-banner #logo .kad-standard-logo, body.category #kad-banner #logo .kad-standard-logo{
        display:none;
    }
    body.page-template-page-blog #kad-banner #logo .kad-retina-logo,body.single-post #kad-banner #logo .kad-retina-logo, body.category #kad-banner #logo .kad-retina-logo {
        display:block;
    }

    else the only other way would be through a child theme and code it into the header.

    In forum: Pinnacle Theme
    #74011

    It worked, thanks. But I still have a margin from the top to the banner that I would like to get rid of.

    In forum: Pinnacle Theme
    #74007

    You can add this css:

    #kad-banner {
        display: none;
    }
    

    Ben

    In forum: Virtue Theme
    #73946

    Yes, the basic header with shrink doesn’t have a banner option. If you need a banner then you would need to use the standard header.

    Ben

    In forum: Virtue Theme
    #73917

    Ben,

    Put my site up on the server. Here is the address:
    http://www.lholinerdesigns.com/WordPress/

    Please clarify:
    If I choose for Header, Basic with Shrink for sticky, I loose the banner. IS that correct? Thanks. All else seems OK for now.

    Linda

    In forum: Virtue Theme

    In reply to: page design

    #73749
    .infobanner {
        margin: 0;
    }

    Use that ^

    and in each widget add margin-bottom:0 in the css.

    Ben

    #73543

    I just tried that. I removed the -60 margin and it still didn’t work for me. But, even if you help me figure out what I’m doing wrong, the reason I put that -60 in was to make the banner flush with the slider. Is there another way to accomplish this, as I don’t like the chunk of white space below the slider.

    In forum: Virtue Theme
    #73420

    Hey,
    1. Yeah you can enabled the sticky header using the standard header layout. Are you just seeing white page below it? I would guess you have a javascript error on your site in that case, and that can be because of your server set up. this still on your local host?

    2. Yes secondary menu is part of the header so when you turn on sticky the whole header would stick.

    3. No, You can have a sticky header with a banner. Thats makes for a large sticky header but you can do it.

    I don’t know how to offer advice to me these kinds of errors point to an issue with the server, if there is anyway you can set up a live server I could check your settings.

    Ben

    In forum: Virtue Theme
    #73416

    Hey sorry about the delay. I had posted a notice we where doing updates to the server last night so that was part of it.

    In general though this is a support forum and for something like immediate help you would need to hire a developer especially since what you trying to do is not part of the built in theme options.

    I’m always happy to help someone code something extra or style something a certain way but it is extra from what the theme does so kinda of impossible to support that in an immediate way unless it was in a relationship like you hiring someone to do that. Hope that makes sense.

    Anyway I have recently hired another member and they are in training now if you like to know.

    As for the questions.

    1. The css I gave would effect all the image menu widgets. are you just wanting to effect all that are on the page you linked too or are you wanting to effect only some of those?

    For the page you can use the page id in your css like this:

    .page-id-2948 .virtue_imgmenu_widget .infobanner {
        border-radius: 20px;
        overflow: hidden;
    }

    2. You can use this css to make it closer:

    #pg-2948-0 .panel-grid-cell {
        padding: 2px;
    }
    #pg-w56815e4039b60-0 {
        margin:-2px;
    }
    #pg-2948-0 {
        margin: 0;
    }

    Hope that helps,

    Ben

    In forum: Virtue Theme
    #73399

    Ben,

    Another question. My banner at the bottom of the header is disappearing. Still is chosen in theme options, but not displaying. Do any options I choose prior wipe it out? Thanks.

    Linda

    In forum: Virtue Theme
    #73149

    1. You would need css like this:

    .virtue_imgmenu_widget .infobanner {
        border-radius: 20px;
        overflow: hidden;
    }
    

    2. and you can try css like this:

    #pg-2948-0 .panel-grid-cell {
        padding: 5px;
    }
    #pg-w56815e4039b60-0 {
        margin:-5px;
    }
    

    Ben

    #72926

    I use add banner in my sidebar. For this, I use an empty text widget where I put in the code for the banner. For example:
    <script async=”async” type=”text/javascript” src=”//tracking.blogfoster.com/js/bfs.min.js” class=”bf-adslot” websiteId=”2238″ adslotId=”8009″></script>

    This worked out perfectly on my imac. On my smartphone it also worked, but sometimes only the first banner was shown. (Whats wrong here?)
    Now I looked at my page with a normal Computer (Windows). The sidebar is empty. No banners. Why?

    http://www.coconut-couture.com

    #72906

    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .home .infobanner {
        border-radius: 50%;
    }
    .home .home-message {
        border-radius: 50%;
    }

    Does that work for you?

    Hannah

    #72774

    1.

    .is-sticky .kad-header-style-basic #logo #thelogo {
        opacity: 0;
    }
    
    .kad-header-style-basic #logo #thelogo {
            transition: opacity .4s ease-out;
        -webkit-transition: opacity .4s ease-out;
        -moz-transition: opacity .4s ease-out;
        -o-transition: opacity .4s ease-out;
    }

    2. I just grabbed an image on our site:

    .is-sticky #kad-banner #logo .kad-standard-logo {
        background:url('http://zephyrwork.com/dev/p5/wp-content/uploads/pilates-icon-300.png') !important;
        background-size:contain !important;
        background-repeat:no-repeat !important;
    }
    

    Ben

    In forum: Pinnacle Theme

    In reply to: Mobile adjustments

    #72467

    Thanks. I will see if there’s a way I can get the video smaller. When I converted to HTML5 that’s the size it produced, but maybe there’s a lower rez option

    Regarding 2. That definitely gets rid of the banner, BUT it also got rid of the “Portfolio” header and the “view all” button. Is there a way to keep that?

    In forum: Pinnacle Theme

    In reply to: Mobile adjustments

    #72436

    I was trying to listen on Firefox, which is the browser I use, and could not hear anything. But when I just tried on Chrome it works. Now that I’ve had a chance to listen I’ve decided to keep the music off, though I am wondering why it won’t play on Firefox. I cleaned the cache on the browser and site.

    ***A bigger problem is that when I just tried the site on Microsoft Edge, the movie is not playing at all. All I see is a black screen with the words popping up. Can you please help me out with this?

    Regarding my 2nd question: Thank you. That worked, but now I’m wondering if it’s possible to remove the banner from the mobile phone, but keep it for the tablet. If not, I think I’d like to know how I can remove it so it doesn’t appear on the phone or tablet.

    Andrea

Viewing 20 results - 1,201 through 1,220 (of 1,614 total)