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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Landing Page Template With Added Footer
In forum: Pinnacle ThemeIn reply to: Help to resize the Header Logo with custom CSS
In forum: Ascend ThemeIn reply to: Product Carousel – Image Slide
In forum: Ascend ThemeIn reply to: Product Carousel – Image Slide
Both of those worked immediately! It’s painfully annoying to know that I have spent a over an hour looking for that button!!
Thank you Kevin, you are a legend!
One more thing, if you don’t mind. On the same carousel – it is possible to get rid of the sale banner? I doubt there is a button for that.
In forum: Virtue ThemeIs there a way with Virtue Premium to add a banner block at the top of every page? I want something that I can add for my Woocommerce website to let people know when we have sales. So something like…
<div style="width:100%; background:yellow; text-align:center;">
<h3>
FREE 100% OFF SALE | ENTER CODE 12345 AT CHECKOUT
</h3>
</div>Thanks a lot!
In forum: Ascend ThemeThis reply has been marked as private.June 5, 2018 at 3:29 pm #192227In forum: Virtue ThemeIn reply to: Menu bar incorrect after updating theme
May 25, 2018 at 9:16 am #191200Hmm, thanks for posting, I’m looking into this. As a temp fix add this into your theme options > advanced settings > custom css:
@media (min-width: 992px) { .home.stickyheader #kad-banner { height: 94px !important; } }Ben
In forum: Pinnacle ThemeIn reply to: How To Retain Primary Menu Border Color
In forum: Virtue ThemeTopic: GDPR
Dear Support,
Due to the new regulations on privacy, I would like to make my website’s use of cookies and online tracking compliant with GDPR and the ePrivacy Directive (ePR). I found a relatively easy way via http://www.cookiebot.com. Cookiebot consists of three main features: cookie consent, cookie monitoring and cookie control. It generates the necessary codes: 1) one script that needs to be added to the html header of my website template to enable the consent banner, 2) one script to be added in the html of the subpage where I would want to show the cookie declaration in full.
Can you please help me on this matter?
Many thanks,
FabrizioIn forum: Virtue ThemeIn reply to: zindex issue screen size 992 to 768
May 15, 2018 at 4:38 pm #190169screen size 992px to 768px
That size it tablets and normally the secondary menu wouldn’t be showing.
Here is the css that you would need to add:
@media (max-width: 991px){ .stickyheader #kad-banner { position: relative !important; } }Ben
In forum: Ascend ThemeIn reply to: Widget in mobile header
Hey Frank,
This isn’t really recommended, but try adding this CSS to Theme Options> Custom CSS, and let me know if it works for you:
.kt-header-position-above { display: block; } #kad-mobile-banner { height: 0; } .kad-right-header.kt-header-flex-item { margin-right: 8%; } @media (max-width: 1024px) { .kt-header-position-above #logo a .ascend-logo, .kt-header-position-above #logo a .ascend-trans-logo { display: none; } } @media (max-width: 500px) { .kad-info-box .kt-info-content-case h4 { font-size: 14px; }}-Kevin
In forum: Ascend ThemeIn reply to: Entire header linked to logo?
May 10, 2018 at 10:48 am #189775With the mobile header the logo link fills all but the mobile menu for example.
You can change with css like this:
#kad-mobile-banner #mobile-logo a { max-width: 350px; }Ben
In forum: Ascend ThemeIn reply to: Entire header linked to logo?
Hello Mark,
I’m not sure what’s causing that, but try adding this CSS to Theme Options> Custom CSS, and let me know if it works for you:
@media (min-width: 600px) and (max-width: 766px) { #kad-mobile-banner #mobile-logo.kad-mobile-logo-left a { width: 60%; } } @media (min-width: 776px) and (max-width: 991px) { #kad-mobile-banner #mobile-logo.kad-mobile-logo-left a { width: 50%; } } @media (min-width: 992px) { #kad-mobile-banner #mobile-logo.kad-mobile-logo-left a { width: 40%; } }-Kevin
In forum: Virtue ThemeIn reply to: Logo size issue
May 9, 2018 at 4:40 pm #189700Hey,
Looks like your adding this css:#kad-banner button, button.slick-prev, button.slick-next { display: none; }#kad-banner button is not specific enough and is targeting the mobile button. What are you wanting to remove with that?
Ben
In forum: Virtue ThemeIn reply to: Logo size issue
Thanks Kevin, it looks like this:
// Move gallery slider up above banner in header. add_action('kt_after_header_content', 'my_custom_head_output'); function my_custom_head_output() { echo do_shortcode('[gallery columns="12" type="imagecarousel" caption="true" ids="75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,80,77" orderby="rand" link="file" masonry="default" height="100" speed="4000"]'); } 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="http://greytownrailtrail.org.nz/wp-content/uploads/2018/04/Greytown-Rail-Trail-sign.jpg" width="2338" height="622" alt=""></div></div>'; }In forum: Virtue ThemeTopic: Logo size issue
Hi Team,
Because of the way I have constructed the carousel gallery above the banner image using commands in functions.php, I suspect I have messed up the ability to add a logo.On this site, I have added a logo but it shows up as huge and I have therefore set display: none. I tried max-width: 10%; but that reduced the size of the carousel pictures too!
Is there away to add the logo into the white space above the sitewide banner without corrupting the display?
Many thanks,
Phil.In forum: Virtue ThemeIn reply to: Fullwidth Header
In forum: Virtue ThemeIn reply to: Add shadow line below header like this site
May 8, 2018 at 10:55 am #189570#kad-banner { box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.35); }You can use that.
BenIn forum: Pinnacle ThemeMay 3, 2018 at 1:01 pm #189232Hey,
1. You didn’t link to the image but the css would be like this:body.page-id-4964 #kad-banner #logo .kad-standard-logo, .trans-header.page-id-4964 .is-sticky #kad-banner #logo .kad-standard-logo { background-image: url(https://styledegree.sg/wp-content/uploads/2016/12/style-degree-logo.png) !important; }2. You can target categories like this:
body.term-bathroom .kad-shop-filter { display:none; }There is no way with css to target categories with no subcategories. So you would either have to add css for each one. Or use a child theme with a custom php function to only add to categories with children.
3. I’ll fix this with the next update for now you can use this css:
#kad-head-cart-popup .button.checkout { background: #2bc9ff; } #kad-head-cart-popup .buttons .button.checkout:hover { background: #2bc9ff; }4. This will get updated as well to follow the menu color setting. Here is temp css:
.kad-mobile-nav .form-search .search-query { color: #444; }Ben
In forum: Pinnacle Theme -
AuthorSearch Results


