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 ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Membership Forums
In reply to: Cart notice
August 2, 2019 at 9:25 am #232332Also on product and category pages, what kind of notices are you thinking? What logic would you want or would this just be a banner?
Ben
In forum: Virtue ThemeIn reply to: Header background, transparency on non-home pages
July 30, 2019 at 10:30 am #232085You can make all pages transparent by updating your css to this but note that this is not how virtue is designed and there may be unseen side effects.
.stickyheader #kad-banner { position: absolute; width: 100%; background: transparent; transition:background .3s ease; } .admin-bar.stickyheader #kad-banner { position: absolute; top:32px; } .stickyheader .is-sticky #kad-banner { background: rgba(0,51,204,0.9); } #kad-banner-sticky-wrapper { height: 0 !important; }In forum: Pinnacle ThemeIn reply to: Center menu underneath centered logo
Hi Lionel,
Try adding this to your custom css box in Theme Options > Custom CSS:.col-md-4.col-sm-8.col-ss-10.clearfix.kad-header-left { width: 100%; } #kad-banner #logo .kad-standard-logo { margin: auto; } .col-md-8.col-sm-4.col-ss-2.kad-header-right { width: 100%; text-align: center; } .kad-primary-nav ul.sf-menu { float: none; } .sf-menu li { float: none; display: inline-block; }Hope that helps!
Hannah
In forum: Virtue ThemeIn reply to: Add banner
July 20, 2019 at 1:57 pm #231354Can you send me a login so I can see your settings, I’m not very familiar with that plugin.
One option that you can consider is adding the home widget area to enabled in your theme options > home layout. Then going to the appearance > widgets and adding a widget with banner to the home widget area.
Ben
In forum: Virtue ThemeIn reply to: Add banner
In forum: Virtue ThemeTopic: Add banner
Hi! I’d like to add a banner beneath my header and above my post grid layout. The header would contain an image only. I’ve tried a couple of things but nothing shows up so there must be a conflict. Can you give me some direction? Thanks! smartypantsfinance.com
In forum: Virtue ThemeIn reply to: Secondary menu dropdown not working
July 17, 2019 at 1:07 pm #231035You have a plugin “custom banners” that is adding css that is overriding the header.
You either need to remove that plugin, have the authors make their css more specific to only affect their plugin or add this css:
#kad-banner { overflow: visible; }Ben
In forum: Virtue ThemeIn reply to: search box not aligned in top bar
that left justified everything!
here’s the css I have now:
display: block;
}
#kad-mobile-banner {
display: none;
height: 0;
}
.topbarmenu.clearfix {
width: 100%;
}
.col-md-6.col-sm-6.kad-topbar-left {
width: 75%;
float: left;
}
virtue_social_widget.clearfix {
width: 50%;
float: left;
}
#topbar-search form {
margin-top: 8px;
}
}In forum: Virtue ThemeIn reply to: search box not aligned in top bar
Actually, you can just remove all this css:
a.mobile-logo { padding: 0 !important; .kt-header-position-above, .second-nav-container { display: block; } #kad-mobile-banner { display: none; height: 0; } @media (min-width: 968px) { .col-md-6.col-sm-6.kad-topbar-right { width: 25%; } .topbarmenu ul li a { font-size: 15px; padding: 4px 10px; } .topbarmenu.clearfix { width: 100%; } .col-md-6.col-sm-6.kad-topbar-left { width: 75%; float: left; } }Then add the css I gave above. Let me know how that works.
Hannah
In forum: Virtue ThemeIn reply to: search box not aligned in top bar
Looks like you have some broken css in your code that is conflicting with css added after it. Here:
a.mobile-logo {
padding: 0 !important;.kt-header-position-above, .second-nav-container { display: block; } #kad-mobile-banner { display: none; height: 0; }change that to this:
a.mobile-logo { padding: 0 !important; } .kt-header-position-above, .second-nav-container { display: block; } #kad-mobile-banner { display: none; height: 0; }Hannah
In forum: Virtue ThemeHi
I want to use the topbar menu, icons, and widget area in my topbar on jccmw.org.I’ve copied css I found on an answer to the same question but my search box (widget) is still on a separate line to the other links. How can I get it on the same line? I’ve deleted some of my old css which helped format the topbar so maybe I need to delete some more?
css is
#nav-main ul.sf-menu ul li a {
font-size: 18px;
}
.home section#cat_nav {
margin-bottom: 20px;
}
#nav-second ul.sf-menu ul li a {
font-size: 15px;
}
tbody tr:nth-of-type(2n) {background-color: #f0f0f0;}
th {background-color:#018DB1;font-weight:bold;color:#fff;}
}
tcolumn-4 {
text-align: center;
}
img.alignnone {
padding: 0;
}
a.mobile-logo {
padding: 0 !important;
.kt-header-position-above, .second-nav-container {
display: block;
}
#kad-mobile-banner {
display: none;
height: 0;
}
@media (min-width: 968px) {
.col-md-6.col-sm-6.kad-topbar-right {
width: 25%;
}
.topbarmenu ul li a {
font-size: 15px;
padding: 4px 10px;
}
.topbarmenu.clearfix {
width: 100%;
}
.col-md-6.col-sm-6.kad-topbar-left {
width: 75%;
float: left;
}
}In forum: Virtue ThemeIn reply to: Contain blog page + post pages content width
In forum: Virtue ThemeIn reply to: Strip of background visible in mobile mode
In forum: Virtue ThemeIn reply to: Sticky header breaks when scrolling
July 8, 2019 at 2:58 pm #230282I couldn’t recreate the issue with the header, I did, however, figure out a hack to make the type load in the topbar.
I added this css into your custom css box:
#wrapper > #kad-banner .kt_typed_element { bottom: -25px; position: relative; }The issue has to do with content loading on “appearance” and the topbar less than 25px from the top of the screen causing the appear function to miss it.
Ben
In forum: Virtue ThemeIn reply to: Strip of background visible in mobile mode
July 8, 2019 at 11:23 am #230231For some reason you are adding this:
#kad-banner > .container { padding: 0; }And if you want to keep that you must then add this:
#kad-banner > .container .row { margin: 0; }Ben
In forum: Virtue ThemeIn reply to: Strip of background visible in mobile mode
In forum: Virtue ThemeIn reply to: Transparent Header in Virtue Premium
July 2, 2019 at 12:43 pm #229787Hey,
No I wasn’t in your site.Looks like you really need to update your PHP version.
I must make this as clear as possible, virtue does not support a transparent header option. If you want this and you want it to work well you should use the ascend theme.
All I am providing is a hack and it’s not a good option if you plan to use on some pages and not others.
Because your logo doesn’t make sense on a transparent header (it should be switched out while transparent) I can’t emphasize this enough that you should not be trying this with virtue.
Finally, you are using sticky header and the site you linked to is not, this again means you should be using ascend not virtue if you want sticky and transparent support.
Here is the css hack for your home page:
.home.stickyheader #kad-banner { position: absolute; width: 100%; background: transparent; transition:background .3s ease; } .home.stickyheader .is-sticky #kad-banner { background: rgba(255,255,255,0.8);} .home #kad-banner-sticky-wrapper { height: 0 !important; }Ben
-
AuthorSearch Results


