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: Virtue Image Menu hover color
May 7, 2016 at 11:26 pm #94039Hey,
1. You can set the font color with this css:.home-message h5 { color:white; }and if you want to set only the color when hover you can use this css:
.home-message:hover h5 { color:white; }as for the hover color that is your primary color set in the theme options > basic settings.
2. It’s not really an option but you could do something similar with css like this:
.infobanner:hover { transform: scale(1.1); }3. The free theme and premium them have different icon fonts. The premium theme adds a lot more. I can add icon bullseye to the list to be added to the theme.
4. multilingual site? I suggest wpml but if your looking for free then polylang.
5. In your row style you can add top and bottom padding for that row.
Ben
In forum: Pinnacle ThemeIn reply to: Change the location of menu and logo
May 7, 2016 at 10:48 pm #94031Here try this:
#kad-banner .kad-header-right, #kad-banner .kad-header-left { width: 100%; } #kad-banner {height:auto !important;} #kad-banner #logo .kad-standard-logo { background-position: center !important; margin: 0 auto; } .kad-header-style-basic #nav-main ul.sf-menu > li > a { line-height: 40px !important; } .kad-header-style-basic #nav-main ul.sf-menu > li { float: none; display: inline-block; } .kad-primary-nav ul.sf-menu { float: none; text-align: center; }Ben
In forum: Pinnacle ThemeIn reply to: Change the location of menu and logo
May 6, 2016 at 2:20 pm #93945Ok do you have a link to your development site?
css would be something like this:#kad-banner .kad-header-right, #kad-banner .kad-header-left { width: 100%; } #kad-banner {height:auto !important;}I can be more specific if you have a link.
Ben
In forum: Pinnacle ThemeIn reply to: UberMenu
May 5, 2016 at 5:04 pm #93863Here is the css:
@media (max-width: 992px){ #kad-banner .kad-header-left { width: 100%; } #kad-banner .kad-header-right { width: 100%; } }Ben
In forum: Virtue ThemeIn reply to: Minimum height sticky shrink header
May 4, 2016 at 11:06 am #93722Your wanting to change the shrinking of just the logo image?
You can use css like this:
body #kad-banner #logo .kad-standard-logo, body #kad-banner #logo .kad-retina-logo { min-height: 80px; }Ben
In forum: Virtue ThemeIn reply to: Make virtue_banner https on secure pages
May 4, 2016 at 9:57 am #93705Hey,
When you uploaded the banner image or add it in the theme options you are settings the http protocol. So make sure your admin is ssl (I would assume that would be the case if you are using ssl at all). Then re add the image and it will load ssl.Ben
In forum: Virtue ThemeHi Ben
Would it be easy enough for you to modify the way the virtue_sitewide_banner is displayed? I feel the theme would benefit from it 🙂
I’m using one and it’s great but of course the SSL security fails on secure pages because the virtue banner is not calling https – instead it’s calling just the http protocol.
Is there any easy fix other than messing with the header files to hard code an https ?
And I don’t really want to install a plugin just for one banner image!
Thank you in advance
Yours
SolIn forum: Virtue ThemeIn reply to: Hide logo and site wide banner on two pages
Hi Hannah
I’d like to hide the logo on my home page as well. I wanted a banner at the top of the page (done using the revolution slider) and obviously it will look bad if I make a smaller version of that and it repeats on the same page. The link is http://allanjackson.net/.
Thanks
AllanIn forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Slider Revolution Home Page
April 29, 2016 at 2:05 pm #93165Ok, Add your slider through the theme options > home slider.
Then add this css:
.home header#kad-banner, .home footer#containerfooter, .home #content { display: none; }Ben
In forum: Virtue ThemeIn reply to: JS event when header has finished initialisation
April 29, 2016 at 10:45 am #93126jQuery(document).ready(function ($) { $('.stickyheader #kad-banner').imagesLoadedn( function() { // Your stuff // } }That should do it. Load this in the footer after the theme plugins file.
Ben
In forum: Pinnacle ThemeTopic: hide page banner
In forum: Pinnacle ThemeIn reply to: Center Logo
@media (max-width: 992px){ .kad-header-left { width: 100%; } .trans-header #kad-banner #logo .kad-lg { margin: 0 auto; background-position: center center !important; } .kad-header-right { position: absolute; right: 0px; z-index: 1000; } }Give this css a try maybe it’s what you are thinking.
In forum: Pinnacle ThemeIn reply to: Nav Menu
Hey! Here is some CSS that I was able to come up with. Give it a try and let me know if it works for you!
@media (min-width: 1200px) { .kad-header-left { width: 20%; } .kad-header-right { width: 80%; } div#kad-banner-sticky-wrapper { max-height: 80px; } } @media (min-width: 992px) { .kad-header-left { width: 15%; } .kad-header-right { width: 85%; } .kad-header-style-basic .kad-primary-nav ul.sf-menu>li.sf-dropdown>a { padding-left: 0; } div#kad-banner-sticky-wrapper { max-height: 80px; } }Remember to copy and paste the code from the forum to Theme Options> Custom CSS.
Hope that helps!
In forum: Virtue ThemeIn reply to: Move WOO Breadcrumbs
Alright, it is all in my custom css (I use child theme)
.topbarmenu ul li a {
font-size: 15px;
font-weight: 500;
font-style: normal;
}.footernav ul li a {
font-size: 14px;
}.widget_nav_menu ul li a {font-size:17px}
.widget_nav_menu ul li a { font-weight:500}
.sidebar .widget-inner li.sf-dropdown > a {
font-weight: bold;
}
.widget_nav_menu ul li a {color:#333;}.home .virtue_banner {
display: none;
}
.page-id-31 .virtue_banner {
display: none;
}.topbar-widget .virtue_social_widget {
float:right;
margin-left: 30px;
}.form-search{
width: 180px;
}
#topbar-search form{
float: right;
margin-left: 15px;
}#content .main {float:right;}
#kadbreadcrumbs {
float: none;
text-align: left;
font-size: 16px;
line-height: 16px;
}.post-type-archive-product div#kadbreadcrumbs {
position: absolute;
left: 0px;
top: 60px;
}.post-type-archive-product .page-header .col-md-6 {position:static;}
.post-type-archive-product .page-header {position:relative;}.post-type-archive-product .page-header h1.page-title {margin-bottom:35px;}
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Navigation Mobile Issue
April 19, 2016 at 11:16 am #91460I can’t seemt to be able to recreate…
Try this css though it’s a guess but about the only thing I can think of. Make sure to clear your cache.
@media only screen and (device-width: 768px) { .stickyheader #kad-banner { position: relative !important; } }Ben
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeApril 16, 2016 at 10:55 pm #91053Try this css let me know if it’s what your thinking:
@media (max-width: 992px){ .kad-header-right { position:absolute; top:0; left:0 } .kad-header-left { width: 100%; } .kad-header-style-basic #logo { margin: 0 auto; } body #kad-banner #logo .kad-lg { background-position:center center !important; } #kad-shrinkheader { position: relative; } #kad-shrinkheader .nav-trigger-case .kad-navbtn { float:left; } }Ben
In forum: Virtue ThemeIn reply to: logo overlapping menu icon
-
AuthorSearch Results


