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 - 181 through 200 (of 1,614 total)
  • Author
    Search Results
  • #251187

    Hello,

    I used SliderRevolution to display banners in each of the product categories.

    I recently updated SliderRevolution through the Virtue Premium recommended plugin interface.

    SliderRevolution went from version 5.x to 6.x.

    From that moment on, the banners stopped appearing on the product category pages and on the shop page.

    I noticed that the shortcode format has changed, so I tried to insert the new shortcode provided by SliderRevolution, but it didn’t work.

    Please, can you guide me in some way to resolve this using the most up-to-date version of SliderRevolution, or maybe give me a way to downgrade.

    Thank you,

    #251032

    Hi Hannah,

    no, I want to avoid a cookie banner. Google Maps is the only script that loads third party cookies. So I just need an iFrame- or shortcode-blocker that unlocks by clicking on a placeholder or button.

    Best regards
    Thomas

    • This reply was modified 5 years, 11 months ago by Thomas.
    #251030

    Hi Thomas,
    Are you wanting a compliance banner? A plugin like this may work for you: https://wordpress.org/plugins/gdpr-cookie-compliance/
    Hope that’s helpful!

    Best,
    Hannah

    #250878

    Hello,

    Can you please recommend the size of image to use as a background image that would not fill the entire webpage, just the width of the widget.

    For example a banner across the top of a page.

    Thanks,

    Harry

    #250863

    Is there a div id that defines the start and end of a blog post content (and ideally is not used in any other page types)?

    What I am trying to achieve:

    This helper format automatically places multiple appropriately sized display banner ads within dynamic long-form article content. The article’s container must match your placement ID, and your articles should contain multiple paragraphs in <p></p> tags or text nodes to have ads weaved in properly

    Example code:

    <div id=”entry-content”>
    <p> … content here … </p>
    <p> … more content … </p>
    </div>

    Thank you.

    #250589

    Hi Marc,
    So sorry for the delay! In your css you need to add a period in front of “home”. So change that snippet of css to this:

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

    Hope that’s helpful!

    Best,
    Hannah

    #250542

    hi ben and hanna
    sorry to ask you again.
    Could you find a solution to hide the menu ( kad banner ) shown in that page : mauriziomontobbio.com

    All my best Marc .

    #250484

    Hi ben and Hanna
    I come back to you about my problem.

    the home page https://mauriziomontobbio.com/ take no more in count the ccs code in Option theme advanced css … : The goal was to not display the menu and footer in that page . the page is a landing page template. Maybe a conflict with last verio n of WP? strange? the code following is actually i n the option theme; I have tried to redo a page based on the template Landing page. Until I décided to choose it as home page, no menu and footer, but once I affect it as home page the menu appeared.

    /* FOR HOME PAGE 3 buttonslanguage choice No menu and no footer . The following code suppress the display of menu and footer only on mainhome landing template page */
    home #kad-banner, .home #containerfooter {
    display: none;
    }

    best Marc

    #250464

    Hi ben and Hanna
    My home page take no more in count the ccs code in Option theme advanced css … :

    /* FOR HOME PAGE 3 buttonslanguage choice No menu and no footer . The following code suppress the display of menu and footer only on mainhome landing template page */
    home #kad-banner, .home #containerfooter {
    display: none;
    }

    best Marc

    /*STyle of the portfolios items … on a Portfolio page */
    .portfolio_item .portfoliolink {
    position: static;
    border: 0px solid rgba(255,255,255,.5);
    opacity: 1;
    background: rgba(0,0,0,0);
    border: 2px solid transparent;
    }
    .portfolio_item .piteminfo h5 {
    margin: 0;
    padding: 6px 0 6px 0;
    color: #EEE;
    }
    .portfolio_item .piteminfo p {
    color: #EEE;
    }
    .portfolio_item:hover .portfoliolink {
    border: 2px solid rgba(255,255,255,1);
    }

    /* epaisseur police filter name du portfolio */
    #filters li h5 {
    color: #99a1a4;
    font-weight:400;
    }
    /* color mouse over filter name on portfolio page */
    #filters li h5:hover {
    color: #fff;
    }
    /* pour mobile couleur du mot filter dans potolio page */
    .filter-trigger {
    color: #7593a0;
    }
    #filter-trigger:hover {
    color: #fff;
    }

    /* rend transparent le backgrounddesarea de saisie de texte ds contact page */
    #kad-feedback-new-post input.full, .contactform input.full, .wpcf7 input {
    background-color: rgba(220,220,220, 0.7);
    }
    .wpcf7-form-control.wpcf7-textarea {
    background-color: rgba(220,220,220, 0.7);
    }

    /* change la couleurdu texte du bouton submit dans contact */
    .wpcf7 input.wpcf7-submit {
    padding: 12px 18px;
    font-size: 12px;
    border: none;
    display: inline-block;
    color: #1b84e1;
    background: #fff;
    transition: background .6s ease-out;
    -webkit-transition: background .6s ease-out;
    -moz-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    }

    /* pour que la page 3 langues s’affiche sur Mobile */

    @media
    (max-width: 780px) {
    .so-widget-sow-hero-default-2da0f0801951 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    height: auto !important;
    }
    }
    /* to hide the right top bar widget on mobil only under a resolution */

    @media
    (max-width: 768px) {
    .topbar-widget {
    display: none;
    }
    }
    /* to suppress empty space before content of home page */

    @media
    (max-width: 768px) {
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    padding: 0;
    }
    }

    /* margin top et bas du H5 titre du portfolio sous le logo */
    h5 {
    margin-top: 0;
    margin-bottom: 0;
    }

    /* supprimer espacement avant la top bar en haut
    #topbar {
    margin-top: -20px;
    } */

    /* Espacement vertical dans le texte paragraphe de PAGE BIO à 30px dans le css de la page */

    /* CODE POUR MOBIL REDUIRE LE FILTER PROJECT SUR MOBILE */
    #filters li {
    float: left !important;
    margin-left: 15px !important;
    margin-bottom: 10px !important;
    }
    #filters {
    height: auto !important;
    }
    .filter-trigger {
    display: none;
    }

    #250366

    You could do this with css, for example css like this could get you started:

    #kad-mobile-banner .mobile-header-container {
        flex-direction: column;
    }
    
    .kad-mobile-header-height {
        height: auto;
        min-height: 50px;
    }
    #mobile-logo {
        position: static;
        padding: 0;
    }

    To get it closer you need to change so that the cart and mobile toggle are on the same side.

    Ben

    #250184

    Hi Joanne,
    Sounds like you’re wanting a transparent header? Virtue theme does not have a function for that like our other themes do. If you wanted to make the header transparent on just the homepage you can use this css:

    .home.stickyheader #kad-banner {
        background: transparent;
    }
    .home .is-sticky header#kad-banner {
        background: #2c5d63;
    }

    Your home menu item is only a different color when the home page is the current page. This pulls from Theme Options > Menu Settings > Hover and Active Font Color.

    Hope that’s helpful!

    Hannah

    #249919

    Hey,
    That font setting has to do with teh menu items, not the toggle, you can use this css:

    #kad-banner  .nav-trigger-case .kad-menu-name {
        font-size: 15px;
    }

    Ben

    #249879

    Hey Hannah,

    I did a google site speed test and it says the following are Potential savings but don’t know how or what to do as I don’t understand it?

    1). URL Potential Savings
    …fonts/kt-icon.woff2?62sx4n(www.adventuretravelcoach.com). 920 ms
    …v14/1Ptrg8zYS….woff2(fonts.gstatic.com)
    0 ms
    …raleway/CcKI4k9un….woff(www.adventuretravelcoach.com) 250 ms
    …lato/9k-RPmcnx….woff(www.adventuretravelcoach.com)130 ms
    …lato/wkfQbvfT_….woff(www.adventuretravelcoach.com)570 ms
    …lato/oUan5VrEk….woff(www.adventuretravelcoach.com)560 ms
    …v14/1Ptug8zYS….woff2(fonts.gstatic.com)0 ms

    2). Can I add a Bluehost widget to my sidebar without this plugin and if so then I can remove this plugin?

    Bluehost Plugin: This plugin makes it easy for you to add Bluehost affiliate banners to posts using a Bluehost icon above the editor. You can also add static banners to the sidebar with the widget. To get started to insert your Bluehost Affiliate Username under Settings -> General or click here. Version 1.0.7 | By Mike Hansen.

    Same with GetYourGuide- and Booking.com Plugins

    Thanks in advance

    In forum: Virtue Theme

    In reply to: HIDE TOP BAR

    #249576

    This css should do it for you:

    .page-id-3 #kad-banner-sticky-wrapper, .page-id-3 #containerfooter {
        display: none;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Nav menu wrap

    #249545

    Hi Ben, thanks for the clarification.

    I tried your code instead of Hannah’s solution above. Whilst Hannah’s fix corrects the background issue, your css does indeed set the kad-banner static, but the appearance isn’t corrected – the background still doesn’t reach the right hand edge.

    I’m happy using Hannah’s fix, I’m just interested in the cause.

    Kind regards,
    Phil.

    #249519

    Hey,
    1. You can enable these from Theme Options > Mobile Header > Mobile Header Extras.

    2. This css will force your desktop menu to show on mobile:

    .kt-header-position-above, .second-nav-container {
    display: block;
    }

    And this will hide your mobile menu:

    #kad-mobile-banner {
    display: none;
    height: 0;
    }

    3. Looks like that’s pulling from your sidebar? You can adjust the sidebar content from Appearance > Widgets.

    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Nav menu wrap

    #249517

    Hey.
    The #wrapper has a width of 1170px and padding of 15px on each side, so the headers width is normally 1140 because of the padding, since you want the header to fill to the wrapper a negative 15px margin is added to each side to move the header back out to fill the space od 1170px.

    When you add in the sticky header that is throwing off the start size because it gets a position relative.

    A workaround could be to add this:

    @media (min-width: 1200px){
        .boxed.stickyheader #kad-banner {
            position: static;
        }
    }

    That will respect the negative margin so that background fills before it’s stuck.

    Ben

    In forum: Virtue Theme

    In reply to: Nav menu wrap

    #249363

    Thanks Haannah,

    I was curious which plugin would cause that.

    I can see virtue.css setting the correct width:

    html.js.js-running body.home.page.logged-in.admin-bar.wp-embed-responsive.stickyheader.virtue-skin-default.boxed.customize-support div#wrapper.container {width: 1170px;}

    But I also see this html which contradicts by fixing the width narrower:

    <header id="kad-banner" class="banner headerclass kad-header-style-three kt-not-mobile-sticky" data-header-shrink="1" data-mobile-sticky="0" data-header-base-height="120" style="top: 32px; width: 1140px;">

    Does that mean it is a theme setting that I have got wrong or could it be a plugin changing a theme setting?
    Thanks,
    Phil.

    In forum: Virtue Theme

    In reply to: Banner

    #249265

    Hey,
    There isn’t an option for this within the sitewide banner, but you can add a widget area to the header (theme options > Main Settings > Logo Options). Would that work for you?

    Hannah

    In forum: Virtue Theme

    In reply to: Nav menu wrap

    #249263

    Hey Phil,
    Sorry for the delay! Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 1200px) {
        header#kad-banner {
        width: 1170px !important;
    }
    }
    @media (min-width: 992px) and (max-width: 1200px) {
    header#kad-banner {
        width: 970px !important;
    }
    }

    Hope it helps!

    Hannah

Viewing 20 results - 181 through 200 (of 1,614 total)