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: Problem with my mobile color menu
July 12, 2018 at 12:01 pm #195726Hey,
So you have it added in your child theme css line 33 here: https://www.massoleum.com/wp-content/themes/virtue_premium_child/style.css?ver=1.0.0If you don’t want to remove that you can overide it using hananhs css
You added this which is not correct, you are adding a
.and you should not:You should paste exactly as posted here:
#kad-mobile-banner { background: rgba(255,255,255,.7) !important; }I hope that helps,
Ben
In forum: Virtue ThemeIn reply to: Problem with my mobile color menu
I found where to put the line, but it dosen’t work… 🙁
do you see the problem?
.topclass {border-bottom:solid #c5d86d ; font-size:20px;}
#menu-top ul {font-size:18px;}
.topbarmenu ul li a {font-size:18px; color:#000000;}
#menu-top {color:#000000;}
.banner {border-bottom:solid #c5d86d;}
.brand .logofont {line-height:60px;}
#thelogo {line-height:60px;}
.email {color:#061a0f;}
.vcard {color:#061a0f;}
a.email:hover {color:#061a0f;}
.wpcf7 .wpcf7-form {
width: 250px;
}
.wpcf7 input.wpcf7-submit { font-size: 22px; }
.main {background-color#061a0f!important;}
.captiontext, .captiontitle {text-shadow: rgb(0, 0, 0) 2px 2px 0px !important;
padding : 5px;}
.rfbp-heading {font-size:14px; line-height:14px;}
a.rfbp-link:hover {color:#ffffff;}
.p {text-align:justify;}
.h5 {text-align:justify;}
.html {text-align:justify;}
.fa { color:#061a0f;}
.textwidget h5 {color:#061a0f!important;}
.widget_nav_menu h3 {color:#061a0f!important;}
.menu a:hover {color:#061a0f!important;}
.#kad-mobile-banner {
background: rgba(255,255,255,.7) !important;
}In forum: Virtue ThemeIn reply to: Problem with my mobile color menu
In forum: Virtue ThemeIn reply to: Problem with my mobile color menu
Sorry, I speak french so it’s not easy for me to understand all terms you use.
When I’m here:
https://www.massoleum.com/wp-admin/customize.php?theme=virtue_premium_child&return=https%3A%2F%2Fwww.massoleum.com%2Fwp-admin%2Fthemes.php
Where can I found the style.css place to delete or edit #kad-mobile-banner ?
My wordpress is in french so it’s more difficult!Thank you so much! I am outdated!
In forum: Virtue ThemeIn reply to: Problem with my mobile color menu
In forum: Ascend ThemeIn reply to: Force Hamburger Menu on Desktop
Hello,
Here is some CSS that will show the mobile header at all times:
.kt-header-position-above, .second-nav-container { display: block; } #kad-mobile-banner { display: block; height: auto; } header#kad-header-menu { display: none; }Add to Theme Options> Custom CSS, and let me know if it works for you. I’m not sure of a CSS solution for retaining the topbar though. Perhaps Ben or Hannah will have a suggestion.
Let me know if this is helpful.
-Kevin
In forum: Virtue ThemeIn reply to: Sticky menu stopped working
June 27, 2018 at 2:29 pm #194270In your child theme you are adding this:
.stickyheader #kad-banner { position: relative !important; }Which forces the header to not be sticky.
Ben
In forum: Ascend ThemeTopic: Can’t Fix Margin
Hi, I’ve just added a banner to our home page. I’ve tried everything I can think of, but this banner has a 20-25px top and bottom margin and I need it to be about 5px. I’ve adjusted the row style and the widget style layer properties for 0px margin, 0px padding, and 0 gutter. and I’m still getting this white margin on top and bottom. Please help!
In forum: Virtue ThemeIn reply to: Remove Header from Home Page Only
In forum: Virtue ThemeIn reply to: Remove Header from Home Page Only
Hello John,
You can remove the header from just your home page by adding this CSS to Theme Options> Advanced Settings:
.home header#kad-banner { display: none; }If that doesn’t work, please post a link and so I can see your current header configuration.
-Kevin
In forum: Virtue ThemeIn reply to: Internet Explore Kadence Slider issue
June 25, 2018 at 1:10 pm #193994You are adding this css:
.internalBanner { height: 425px; background-position: 100% 20%; margin-top: -17px; padding-top: 107px; }You can’t add margin top -17 because that places the row into the head and you get the layout broken.
Ben
In forum: Virtue ThemeIn reply to: Remove the white space above the slider
June 23, 2018 at 6:50 am #193810.home #kad-banner { position: absolute; z-index: 1000; width: 100%; background: transparent; } .home .wrap { padding-top: 34px; }Here is the css type of hack.
Ben
In forum: Virtue ThemeIn reply to: Mobile menu not displaying correctly in android OS
June 21, 2018 at 9:30 am #193702Update the css to this:
.kad-nav-inner.mobileclass { background: white; } @media (max-width: 991px){ .stickyheader #kad-banner-sticky-wrapper #kad-banner.kt-not-mobile-sticky, #kad-banner.kt-not-mobile-sticky{ position: relative !important; } } .kad-nav-inner.mobileclass { position: absolute; width: auto; left:0; right:0; } .id-kad-mobile-nav { position: relative; z-index: 10000; }Let me know if that works for you.
Ben
In forum: Virtue ThemeIn reply to: Mobile menu not displaying correctly in android OS
June 20, 2018 at 10:18 am #193600Hey,
So you are adding a header background image that doesn’t work well with the header growing when the mobile menu is open. Because of that I’m going to suggest this css:.kad-nav-inner.mobileclass { background: white; } @media (max-width: 991px){ .stickyheader #kad-banner-sticky-wrapper #kad-banner.kt-not-mobile-sticky { position: relative !important; } } .kad-nav-inner.mobileclass { position: absolute; width: auto; left:0; right:0; } .id-kad-mobile-nav { position: relative; z-index: 10000; }Please try that and let me know if that works for you.
Ben
In forum: Virtue ThemeIn reply to: Internet Explore Kadence Slider issue
Hi Ben,
My Apologies, I just made this fix. Please let me know if I did it correctly and if not where I would go to do it.
Your right it is not a Kadence Slider issue (I was thinking about it before sending you the message and it got stuck in my mind)
It seems that the banner does not fit in the container correctly on IE or FoxFire but works for Chrome and Safari. I mainly use Chrome and was informed of this issue after updating the theme and plugins last week.
https://www.caminofcu.org/elite-checking/
I appreciate your guidance!
In forum: Pinnacle ThemeIn reply to: Header graphic cropped on some screens
June 16, 2018 at 9:54 pm #193282Hey,
If you want the entire background image to remain visible all the time you must set it to “contain” not cover. Please see here to understand how backgrounds work: https://www.kadencewp.com/background-image-sizing/A background does not determine the size of an area. If you want to add an image that determines the size of an area then you can’t use a background you would need to add a banner for example. Please read and let me know if that makes sense.
Ben
In forum: Virtue ThemeIn reply to: Internet Explore Kadence Slider issue
Below is the updated link
https://www.caminofcu.org/1-cash-back-auto-loan-campaign/It seems any version of IE, I use a mac and heard from a client that the banners aka Kadence slider are not working. Using https://live.browserstack.com/dashboard#os=Windows&os_version=10&browser=Edge&browser_version=17.0&zoom_to_fit=true&full_screen=true&resolution=responsive-mode&url=www.browserstack.com%2Fwelcome&speed=1&host_ports=google.com%2C80%2C0 to test site.
In forum: Virtue ThemeIn reply to: Landing Page Template With Added Footer
In forum: Pinnacle ThemeIn reply to: Rendering Buttons in Google Chrome
In forum: Virtue ThemeIn reply to: Landing Page Template With Added Footer
-
AuthorSearch Results


