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 - 81 through 100 (of 1,614 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #267330

    Hi Georgina,
    Try adding this to your custom css:

    @media (max-width: 768px) {
    #kad-banner.headerclass .row {
        width: 75%;
        float: left;
    }
    .topclass .row {
        width: 100% !important;
    }
    .id-kad-mobile-nav {
        margin-top: 100px;
    }
    button.nav-trigger-case.collapsed.mobileclass {
        margin-top: 30px;
    }
    }

    Hope that helps!

    Best,
    Hannah

    #266219

    Hello Phil,

    Thank you for reaching out to us.

    Instead of using the container class for the virtue_sitewide_banner div, kindly use the container-fullwidth class. This will make the banner take up the full width.

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #266174

    Hi again,

    I found the following in one of my previous posts:

    add_action('kt_after_header_content', 'my_custom_head_banner_output', 30);
    function my_custom_head_banner_output() {
    echo '<div class="container virtue_sitewide_banner"><div class="virtue_banner"><img src="full path to image.jpg" alt=""></div></div>';
    }

    This function adds the image to each page and post.
    Is there a way to force the image to “fullwidth” rather than the “contained” display that currently shows?
    The site can be seen at https://potatoesnz.co.nz
    Thanks,
    Phil.

    #266166

    Hi Team,
    Previously the client requested all header banner images to be removed – so I have previously removed them. The client has now requested that all pages show the same image, fulllwidth.

    Please could you advise the best way to achieve this in Virtue?
    Very many thanks,
    Phil.

    #265561
    This reply has been marked as private.
    #265199

    Hi Adrian,

    Thank you for reaching out to us.

    I am trying to replicate that effect on the mobile rendering but without success. I think I should work with “mobile-headerclass” and have tried some combinations but I don’t have enough CSS knowledge or understanding of the available objects. Can anyone help please?
    Is this what you are trying to achieve?

    Either of the below CSS codes will work.


    @media
    screen and (max-width: 1024px) {
    #kad-mobile-banner {
    background: rgba(0,0,0,0.3);
    }
    }

    @media
    screen and (max-width: 1024px) {
    .mobile-headerclass{
    background: rgba(0,0,0,0.3);
    }
    }

    The #kad-mobile-banner targets the ID of the mobile header. (there’s only 1 ID in the entire page – unique)

    The .mobile-headerclass targets the class of the mobile header. (you can use the same class name multiple times)

    Note that when targeting an ID, you’ll need to use #. When targeting a class name, you’ll need to use dot (.).

    The max-width: 1024px is used in CSS to have a styling that will be effective from 0px up to 1024px screen size.

    As a related secondary question, if anyone can point out where I would find references to the objects that I can use and set in CSS for the various Kadence Themes, I’d like to be more self-sufficient next time 🙂
    To target an element on your page, here’s your guide – https://share.getcloudapp.com/llu5kwJv

    Let me know if you need further assistance.

    Regards,
    Chito

    #265031

    Here is the website:
    I was told to add this information:
    system report:

    ### WordPress Environment ###

    WordPress address (URL):
    Site address (URL):
    WC Version: 5.2.0
    REST API Version: ✔ 5.2.0
    WC Blocks Version: ✔ 4.7.1
    Action Scheduler Version: ✔ 3.1.6
    WC Admin Version: ✔ 2.1.5
    Log Directory Writable: ✔
    WP Version: 5.7
    WP Multisite: –
    WP Memory Limit: 768 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    External object cache: ✔

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 7.3.27
    PHP Post Max Size: 256 MB
    PHP Time Limit: 120
    PHP Max Input Vars: 3000
    cURL Version: 7.66.0
    OpenSSL/1.1.1k-fips

    SUHOSIN Installed: –
    MySQL Version: 5.7.32-35-log
    Max Upload Size: 256 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔

    ### Database ###

    WC Database Version: 5.2.0
    WC Database Prefix: wp_
    Total Database Size: 36.38MB
    Database Data Size: 27.39MB
    Database Index Size: 8.99MB
    wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 0.27MB + Index: 0.27MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 0.17MB + Index: 0.14MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_bp_activity: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_bp_activity_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_bp_notifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_bp_notifications_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_bp_xprofile_data: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_bp_xprofile_fields: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_bp_xprofile_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_bp_xprofile_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_comments: Data: 0.16MB + Index: 0.08MB + Engine MyISAM
    wp_countries: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wp_failed_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_kbp_countdown_entry: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_kbp_form_entry: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_kbp_form_entrymeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_ksp_layers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ksp_sliders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_ksp_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_options: Data: 1.97MB + Index: 0.06MB + Engine MyISAM
    wp_p2p: Data: 0.03MB + Index: 0.04MB + Engine MyISAM
    wp_p2pmeta: Data: 0.04MB + Index: 0.03MB + Engine MyISAM
    wp_postmeta: Data: 6.14MB + Index: 1.41MB + Engine MyISAM
    wp_posts: Data: 1.03MB + Index: 0.19MB + Engine MyISAM
    wp_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_css: Data: 0.09MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_navigations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_sliders: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_slides: Data: 0.20MB + Index: 0.00MB + Engine MyISAM
    wp_revslider_static_slides: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp_signups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp_simple_history: Data: 2.02MB + Index: 0.53MB + Engine InnoDB
    wp_simple_history_contexts: Data: 14.02MB + Index: 5.08MB + Engine InnoDB
    wp_termmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wp_terms: Data: 0.02MB + Index: 0.04MB + Engine MyISAM
    wp_term_relationships: Data: 0.03MB + Index: 0.05MB + Engine MyISAM
    wp_term_taxonomy: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
    wp_usermeta: Data: 0.13MB + Index: 0.08MB + Engine MyISAM
    wp_users: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wpbannerizeclicks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpbannerizeimpressions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_yoast_seo_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_yoast_seo_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB

    ### Post Type Counts ###

    advanced_ads: 11
    attachment: 758
    bp-email: 16
    business: 111
    custom_css: 2
    event: 88
    invoice: 260
    kadslider: 1
    mc4wp-form: 1
    nav_menu_item: 65
    oembed_cache: 2
    page: 44
    person: 72
    portfolio: 4
    post: 36
    product: 52
    product_variation: 5
    revision: 2
    shop_order: 505
    shop_order_refund: 1
    slide: 13
    staff: 3
    team_member: 1
    testimonial: 6
    themefusion_elastic: 2
    tmm: 2
    wp_bannerize: 1

    ### Security ###

    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔

    ### Active Plugins (33) ###

    Chamber Dashboard Member Updater: by Chandrika Guntur – 1.4.3
    Authorize.net Payment Gateway For WooCommerce: by Eshan Varma – 6.2.5
    BBQ Firewall: by Jeff Starr – 20210211
    CD MailChimp Addon: by Chandrika Guntur – 1.3
    Chamber Dashboard Business Directory: by Chandrika Guntur
    Morgan Kay – 3.3.3

    Chamber Dashboard CRM: by Chandrika Guntur
    Morgan Kay – 1.5.6

    Chamber Dashboard Events Calendar: by Chandrika Guntur
    Morgan Kay – 2.3.8

    Chamber Dashboard Exporter: by Morgan Kay
    Chandrika Guntur – 1.2.6

    Chamber Dashboard Member Manager: by Chandrika Guntur
    Morgan Kay – 2.5.7

    Chamber Dashboard Payment Options: by Chandrika Guntur – 1.3
    Chamber Dashboard Recurring Payments: by Morgan Kay
    Chandrika Guntur – 1.6.6

    Chamber Dashboard WC Payments: by Chandrika Guntur – 1.5
    Classic Editor: by WordPress Contributors – 1.6
    Feed Them Social - for Twitter feed, Youtube, and more: by SlickRemix – 2.9.5
    Kadence Blocks - PRO Extension: by Kadence WP – 1.4.29
    Kadence Blocks – Gutenberg Blocks for Page Builder Features: by Kadence WP – 1.10.7
    Kadence Custom Fonts: by Kadence WP – 1.1.0
    Kadence reCAPTCHA: by Kadence WP – 1.1.0
    Kadence Slider: by Kadence WP – 2.3.1
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.3
    PDF Embedder: by Lever Technology LLC – 4.6.2
    SG Optimizer: by SiteGround – 5.7.20
    Simple History: by Pär Thernström – 2.42.0
    Page Builder by SiteOrigin: by SiteOrigin – 2.11.8
    SiteOrigin Widgets Bundle: by SiteOrigin – 1.17.11
    Social Icons Widget & Block by WPZOOM: by WPZOOM – 4.1.1
    Team Members: by WP Darko – 5.0.9
    UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 1.16.53

    Product Customer List for WooCommerce: by Kokomo – 2.9.3
    Checkout Field Editor for WooCommerce: by ThemeHigh – 1.4.6
    WooCommerce Payments: by Automattic – 2.2.0
    WooCommerce Shipping & Tax: by Automattic – 1.25.11
    WooCommerce: by Automattic – 5.2.0

    ### Inactive Plugins (1) ###

    Advanced Ads: by Thomas Maier
    Advanced Ads GmbH – 1.24.1

    ### Dropin Plugins (1) ###

    object-cache.php: Memcached

    ### Settings ###

    API Enabled: –
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)

    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)

    Connected to WooCommerce.com: –

    ### WC Pages ###

    Shop base: #4 - /shop-2/
    Cart: #5 - /cart-2/
    Checkout: #6 - /checkout-2/
    My account: ❌ Page visibility should be public
    Terms and conditions: #14174 - /terms-and-conditions/

    ### Theme ###

    Name: Virtue - Premium
    Version: 4.9.33
    Author URL:
    Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
    WooCommerce Support: ✔

    ### Templates ###

    Overrides: virtue_premium/woocommerce/archive-product.php
    virtue_premium/woocommerce/content-product.php
    virtue_premium/woocommerce/content-single-product.php
    virtue_premium/woocommerce/loop/loop-end.php
    virtue_premium/woocommerce/loop/loop-start.php
    virtue_premium/woocommerce/loop/rating.php
    virtue_premium/woocommerce/loop/sale-flash.php
    virtue_premium/product-searchform.php
    virtue_premium/woocommerce/single-product/add-to-cart/external.php
    virtue_premium/woocommerce/single-product/add-to-cart/grouped.php version 4.0.0 is out of date. The core version is 4.8.0
    virtue_premium/woocommerce/single-product/add-to-cart/simple.php
    virtue_premium/woocommerce/single-product/add-to-cart/variable.php
    virtue_premium/woocommerce/single-product/product-image.php
    virtue_premium/woocommerce/single-product/product-thumbnails.php
    virtue_premium/woocommerce/single-product/related.php
    virtue_premium/woocommerce/single-product/sale-flash.php
    virtue_premium/woocommerce/single-product/up-sells.php
    virtue_premium/woocommerce/single-product.php
    virtue_premium/woocommerce/content-product_cat.php
    virtue_premium/woocommerce/taxonomy-product_cat.php
    virtue_premium/woocommerce/taxonomy-product_tag.php

    Outdated Templates: ❌

    Learn how to update

    ### Action Scheduler ###

    Canceled: 5
    Oldest: 2021-03-30 18:42:16 -0700
    Newest: 2021-04-03 14:09:36 -0700

    Complete: 1,082
    Oldest: 2021-03-13 13:14:10 -0800
    Newest: 2021-04-13 13:20:21 -0700

    ### Status report information ###

    Generated at: 2021-04-13 13:36:58 -07:00

    In forum: Virtue Theme
    #264657

    Hi there.
    I’ve got no banner or menu on my site but I am using sliders for the majority of my pages. I have a margin at the top of the page. Could you please be kind enough to supply the css to clear the margin please. Included is a link.
    Kind regards
    Paul

    #264592

    Hi Arun,

    Thank you for writing!

    May I know what kind of text animation do you want to apply to your text?

    Also, I would need the link to your site that will point me to your banner.

    Regards,
    Chito

    #264590

    Hello,

    I am trying to add CSS text animation in part of a text at our website banner, but not able to find any option in kadence blocks. If you have any tutorial or can guide us will be great help.

    Thank you.

    #264012

    Hi Ben,

    I just saw the update, thanks a lot!

    Seems you forgot to update the “get_archive_title_classes()” function in the same file (the banner is styled now, but still not the title).

    #263174

    Hey Guys and Gals of Virtue Theme Mastery…

    I’m trying hide the mobile header just on the homepage using CSS. I’m using Virtue Premium on the latest update.

    I’m using the ‘Landing – no header’ template for the homepage, and I had to add the following CSS to make the regular header and footer hidden:

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

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

    That all worked just swell, however if the size of the browser is tablet/mobile-sized, it still shows the mobile header. (In the Theme Settings, ‘Use simple mobile header?’ is set to ‘On’. Everything throughout the rest of the site works as expected now, just the homepage of the site still wants to show the mobile header.)

    Again, I only want to hide the header on the homepage. ( Other pages on the site SHOULD show the header, and other pages (other than the homepage) using the ‘Landing – no header’ template actually do hide the headers already, so it really does appear to be JUST the homepage mobile header that needs to be hidden.

    Any CSS that you can share to do the trick would be appreciated!

    Thanks,
    -Dan

    #262679

    Hey,
    Maybe a plugin like this would do what you’re after:
    https://wordpress.org/plugins/simple-banner/
    Hope it helps!

    Best,
    Hannah

    #262545

    Hi Nic,
    You can do this using the WooCommerce Store Banner. See here: https://docs.woocommerce.com/document/woocommerce-customizer/
    Would that work for you?

    Kindly,
    Hannah

    #262499

    Is it possible to have a banner with text either above the topbar or between the topbar and header?
    I have some text within the topbar widget – BUT I would like it to be centred and above the menu – or below – just so it’s more visable.
    How can I do this?

    Here’s the site:

    The text I am working with is the “free delivery over £50” part…..

    Many thanks

    Nic

    #262094

    Hello,
    I am currently still using the ascend theme and am thinking of switching to kadence theme. What I noticed during my test is, that the red “out of stock” Text in the kadence theme is not present (in the shop archive overview).
    Also tried to deactivate all plugins (except: Woocommerce, WooExtras & Kadence Pro) to exclude an error.
    Is that right that the banner is not there, or can i set that somewhere?

    Thank you

    #261789

    Hi team!

    I have installed WPML with Kadence Theme and Kadence Blocks, first language spanish. At the moment of translate to english or another, web home creates white spaces in two sections:
    – Between menú and the first banner
    – in the last row (yellow background)

    What could it happen? Im lost

    1000 thanks

    PD: Kadence Theme is a bomb! congratulations!

    #261260

    Hey,
    There isn’t a way to add it into the header/banner area. You would just need to add it to the top of your page. If you’re wanting more than 5 columns I suggest using the Advanced Gallery block and just linking each image to the specific portfolio post.
    Hope that helps!

    Best,
    Hannah

    #261168

    Thanks Hannah,

    What’s the best way to get that into the header/banner image area?

    #261053

    Hi Team,
    Can you help point me in the right direction?
    I want to replace my homepage banner image with a collage of images taken from Portfolio post featured images.
    Is there a way to get the Advanced Gallery block to do this or can you think of a way to do it?
    Very many thanks,
    Phil.

Viewing 20 results - 81 through 100 (of 1,614 total)