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
I’ve set my logo but there doesn’t seem to be an option to write text inline with the logo rather than below it (*Login to see link
Is there anyway that this can be achieved?
edit:I’ve added the widget to the right but there doesn’t seem to be anyway to modify the logo widget?In forum: Virtue ThemeIn reply to: Site Title shows in logo area?
April 21, 2017 at 6:09 pm #142428If you don’t want anything in your header then you should use:
#kad-banner { display: none; }Ben
In forum: Virtue ThemeTopic: Mobile Banner not working
April 21, 2017 at 4:48 am #142321Hi,
I have made a different a different Kadence Slider for Mobile, but the same is not showing up when browsing on mobile.. My purpose is to load the site faster on Mobile and also resize the banner.
I have kept “ON” the setting to use different slider for mobile and selected the correct slider from the options too.
Can you please help me
Thanks
Abdul Kadir
In forum: Virtue ThemeIn reply to: Kadence slider full height and widht
April 19, 2017 at 9:56 am #142031Before you had the slider above your menu. If you want it below and you want it full height you need to add the offset height of the header.
In your slider settings add
#kad-bannerin the “full height offset” setting.Ben
In forum: Virtue ThemeIn reply to: Search box
April 18, 2017 at 4:56 pm #141900I tried to explain that I don’t think this will work based on how much content you have… Never the less you seem to not want to take my advice so I’ve written up some css so you can take a look for yourself. Please make sure to copy from here on the forums not email, And place in your custom css box.
#nav-main ul.sf-menu a { padding: 10px 12px; } @media (max-width: 1200px){ #nav-main ul.sf-menu a { padding: 10px 4px; } } #kad-banner .kad-header-right { width: 60%; float: right; padding-left: 0; margin-top: -46px; } #kad-banner .kad-header-widget { width: 20%; float: left; padding-right: 0; } #kad-banner .kad-header-left { width: 20%; float: left; padding-right: 0; } .col-md-12>#nav-main .sf-menu>li { float: left; display: block; } .kt-showsub-indicator ul.sf-menu>li.sf-dropdown>a:after { right: 2px; } #kad-banner #nav-main { float: right; margin: 0; } span.header-widget-title { display: none; }Ben
In forum: Reply To:In forum: Virtue ThemeIn reply to: Header Background dimensions for responsive layout
Just an update that the custom banner (via “insert code just after the header.”) plus custom css now has the header resizing proportionally as we hoped to, and a custom banner with larger text swapped in for mobile. So that resolves the original question. Thanks folks!
In forum: Virtue ThemeGood morning,
I am trying to target the sub text in the kadence banner (see screenshot attached) to add an outline. Would you be able to confirm CSS to target>
Screenshot
Just for info the actual website is using Bold and isn’t the same domain as the screenshot is uploaded to!
Thank you,
PeterIn forum: Reply To:April 17, 2017 at 3:57 pm #141748If you are using caching from cloudflare then you need to make sure it’s auto detecting sessions so it clears when there is a live user.
W3 Cache is currently disabled
I see it enabled and running when I go to your site? Are you sure you have the settings disabled? It’s running page and object caching.
You can add this css:
.stickyheader #kad-banner { z-index: 10000; }Ben
In forum: Pinnacle ThemeIn reply to: Huge white space under home slider
In forum: Virtue ThemeIn reply to: Update woocomeerce
Hello,
There was a pop-up/banner how do you call it, that there are some parts of the virtue theme are old

And I also can’t find the editor anymore in the appearance part
Regards Richard
In forum: Pinnacle ThemeIn reply to: Different Logo for a single page
I don’t know if it’s possible to retain the logo shrink under these circumstances. This CSS is the closest that I can get:
.page-id-12 .kad-header-style-basic #logo #thelogo div { background: url(http://therapeuticbodyworks.wordpresspreview.net//wp-content/uploads/2017/04/fred4paws-new-logo-v5.png) !important; background-size: contain !important; max-height: 130px !important; background-repeat: no-repeat !important; margin-top: 20px; } .page-id-12.stickyheader.trans-header #kad-banner { min-height: 100px; } .page-id-12.trans-header .is-sticky #kad-banner #logo .kad-standard-logo { margin-top: 0; }-Kevin
In forum: Pinnacle ThemeIn reply to: Different Logo for a single page
Try this CSS and let me know if it works for you:
.page-id-12 .kad-header-style-basic #logo #thelogo div { background: url(http://therapeuticbodyworks.wordpresspreview.net/wp-content/uploads/2017/04/fred4paws-new-logo.png) !important; background-size: contain !important; max-height: 90px !important; background-repeat: no-repeat !important; } .page-id-12 .stickyheader.trans-header #kad-banner { min-height: 100px; }-Kevin
In forum: Virtue ThemeIn reply to: Logo disappears
Hi Moshe,
Are you using a plugin to optimize your images? I’m seeing this in your css:@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body #kad-banner #logo .kad-standard-logo { display: none; } }If you’re unsure try deactivating your plugins to test if any are adding that. Let me know if the logo issue doesn’t change.
Hannah
In forum: Virtue ThemeTopic: Full width Flex Slider
Hi I am using flex slider for my index page (*Login to see link ) banner and having trouble trying to stretch it to full width using css. Please see image:
Please kindly assist. Thanks.
In forum: Virtue ThemeIn reply to: Banner on all pages
In forum: Virtue ThemeIn reply to: Banner on all pages
Hi Hannah,
Thanks so much. That worked great.
I would like to make a few alterations however. Can i add a line underneath the primary menu and below the banner? like a faded grey line.. Please see picture. I’ve drawn them in red to see what i am talking about.Thank you.
Marius
In forum: Virtue ThemeIn reply to: Banner on all pages
In forum: Virtue ThemeTopic: Banner on all pages
Hi there,
I would like to be able to show a banner underneath the primary menu and above the page title. Please see this picture. Right where the red rectangle is. I want to show an informative banner there that appears on every page.
Looking forward to your reply.
Thanks!
Marius
In forum: Pinnacle ThemeIn reply to: My padding suddenly disappeared
This is my custom CSS, probably the most relevant:
ul.sf-dropdown-menu {
max-width: 150px;
min-width: 150px;
}/*To remove Sorting drop down */
.orderby {
display: none !important;
}/* To remove ‘Showing all X results’ */
.woocommerce-result-count {
display: none;
}.kad_404_page {
background-color:#fff;
}.testimonialbottom {
color: #fdb625;
}.pullquote-left, .pullquote-right {
font-size: 24px;
font-weight: bold;
color: #fdb625;
}h6 {
font-size: 14px;
}.sf-menu ul {
top: 80%;
}td {
vertical-align: top;
}
@media (max-width: 767px) {
.panel-row-style {
padding-left: 15px !important;
padding-right: 15px !important;
}
}#pgc-818-1-1 {
margin-top: -10px !important
}.product_meta {
display:none; !important
}.woocommerce-variation-description {
font-size: 18px;
}.reset_variations {
display: none !important;
}#pg-107-1 {
margin-left: 0px !important;
margin-right: 0px !important;
}.home .panel-widget-style {
height: 470px;
}#pg-107-4 {
height: 200px;
}#pg-107-0 {
margin-left: -15px !important;
margin-right: -15px !important;
}.is-sticky .headerclass {
background: transparent;
}#kad-banner {
background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
background-size:100% 100%;
background-repeat: no-repeat;
}#pg-818-2 .widget-title, #pg-877-5 .widget-title {
color: #fdb625;
}#pgc-818-2-0 .widget-title, #pgc-877-5-0 .widget-title {
color: #bc7639;
}#pg-107-0 .widget-title {
color: #6bb7bc;
}#pg-107-2 {
color: #ffffff;
font-size: 22px;
font-weight: bold;
}.contactform {
color: #6bb7bc;
}.error {
color: #ff0000;
}
@media (min-width: 992px){
.kad-header-left {
width: 15%;
}
.kad-header-right {
width: 85%;
}
}
.kad-header-style-three #nav-main ul.sf-menu>li>a {
padding: 0 10px;
} -
AuthorSearch Results


