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: Pinnacle Theme
In reply to: Logo for transparent header
Ok, so it looks like you’re not actually using a slider or site header on your homepage. Right now you’re wanting the header to blend in with the page content, but that’s not how it is set up. I would recommend adding your banner as a slider or page title from Theme Options > Home Slider. Does that make sense?
Hannah
In forum: Virtue ThemeIn reply to: Mobile header adjustment issue
December 6, 2016 at 1:59 pm #124232Add this css:
#kad-mobile-banner { position: absolute; margin-left: -5px; margin-right: -5px; left: 5px; }Should fix that for you.
Ben
In forum: Virtue ThemeIn reply to: Remove the page name/ logo from home page
Hey Laura,
Did you try Ben’s css? That should remove your title (logo). If you want the spacing gone as well you can use this instead:.home div#kad-banner-sticky-wrapper { display: none; }You would just paste it into your custom css box in Theme Options > Advanced Settings.
Hannah
In forum: Virtue ThemeIn reply to: Column padding and image hover
December 5, 2016 at 3:54 pm #1240701. If you do that you need to always clear the cache.
If you only wanted a total of 10px then you would need to change it to 5px in the css.
I’m also going to suggest this css as it’s a little more specific:
.homecontent > div.row > div { padding: 5px; } .homecontent > div.row { margin-left: -5px; margin-right: -5px; }2. After you change the above css just add this:
.homecontent .infobanner { margin:0; }Ben
In forum: Virtue ThemeIn reply to: Widget header
In forum: Virtue ThemeTopic: Gap below homepage banner
In forum: Virtue ThemeIn reply to: widgets not editable
i was doing it in widget section but couldnt edit or remove widgets. This bit seems to work now but lot of widgets are not working. For example instagram, nothing shows, in fact i wonder why its not even asking me for link to my instagram?
I also struggle with page builder, included logos of my clients but the slider is changing the height as logos slide and it hides half of some. I have set logos to be max 150px heigh and doesnt matter how heigh i set the banner for, its still doing it 🙁
In forum: Virtue ThemeIn reply to: Mobile safari topbar menu is under main slider.
November 29, 2016 at 4:08 pm #123407ok, so your showing the desktop menu on mobile.. got it. change the css I sent to this:
#kad-banner { position: relative !important; }Ben
In forum: Pinnacle ThemeIn reply to: Sticky header transparency when scrolling
In forum: Virtue ThemeIn reply to: Menu dropdown hidden behind Kad Slider Pro
November 25, 2016 at 4:46 pm #122898I added a temp fix in your theme options > advanced settings:
#kad-shrinkheader, #kad-banner-sticky-wrapper { z-index: 10000; position: relative; }Ben
In forum: Virtue ThemeIn reply to: Placing banner under menu
November 22, 2016 at 4:02 pm #122481Hey,
If you don’t want the menu below are you then wanting to add a banner below the menu instead of above? You can use the theme options > main settings and add a banner that will go at the bottom of your header below the secondary menu.You can also float the menu to the right instead of center but you can’t change the arrangement of the widget and menu without changing code in the template through a child theme.
Ben
In forum: Virtue ThemeIn reply to: Sitewide banner below footer instead of above?
In forum: Virtue ThemeTopic: Kad Slider Issue (Urgent)
Hi Ben,
I have used Virtue Premium style-1 and used Kadence slider for changing the bannes on the top. I have customized the slider by adding borders in the following way in Theme options -> Advance settings..kad-slider {
border-top: solid 10px #000000;
border-bottom: solid 45px #000000;
border-left: solid 45px #000000;
border-right: solid 45px #000000;
position: relative;
z-index: 1000;
}Post the above changes and reduce the page size to 90% or less or even try to restore it back the Kadence slider is broken. The CSS doesn’t seem to be effective due to resizing and banner disposition’s itself from the slider.
PS: As i am using Wamp i wouldn’t be able to share the link with you. It would good if their is a way to share snap shots.
regards,
GirishIn forum: Virtue ThemeNovember 20, 2016 at 1:11 pm #122176Hi there,
I am wondering if there is a way to place the site wide banner below the footer instead of as now, above?
Thank you
// Carl-JohanIn forum: Virtue ThemeIn reply to: Placing banner under menu
Hi Bernat,
You can use the header widget layout (theme options > main settings) and add a banner from appearance > widgets.
This plugin may be helpful- https://wordpress.org/plugins/adrotate/
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Placing banner under menu
In forum: Virtue ThemeTopic: Placing banner under menu
In forum: Virtue ThemeIn reply to: Secondary Menu
November 17, 2016 at 11:34 pm #121950Hey,
If you want the logo beside the menu then go to theme options > main settings. Scroll to your logo layout and choose the first option.On your home page you are still hiding the logo until you scroll. You need to remove that css. If you want to remove the banner that is below your menus thats added in your page content so you need to just remove it from the home page content.
Ben
In forum: Virtue ThemeIn reply to: Secondary Menu
1.
.col-md-12.kad-header-right { background: #fff; }2. I’m not seeing that. What browser are you using?
3.
.kad-header-left { padding: 0; }4. remove this:
.boxed.stickyheader .is-sticky #kad-banner { border-bottom: 5px solid green; }and add this:
.navclass { border-bottom: 5px solid green; }Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: Secondary Menu
That’s ok. Decided to keep logo above menus visible. But the menus seem to be above logo on homepage until I scroll, then the menus are below the logo header. Still have issues 1-4 above that needs helps. Sorry for the confusion on this.
Also are there any codes I need to remove to keep the standard header style and sticky to correct any of the 1-4 issues above? codes are below:
.footercredits {
padding: 1px 0 0;
}.footerbase {
background:#303030;
}
#containerfooter {
background: black;
padding-top: 20px;
border-top: 4px solid green;
}
.footercredits p {
margin-bottom: 0;
}#pg-4-0 .panel-grid-cell#pgc-4-0-0 {
padding: 0;
}.home #logo {
display: none;
}.home .is-sticky #logo {
display: block;
}.kad-header-left {
padding-left: 0;
}.wrap.clearfix.contentclass.hfeed {
margin-top: -35px;
}.boxed.stickyheader .is-sticky #kad-banner {
border-bottom: 5px solid green;
}.contentclass a {
color: #4a8c2b;
} -
AuthorSearch Results


