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: Header Image zooms in
July 18, 2016 at 12:22 pm #103781Just to clarify it’s not zooming it’s just stretching to fill the now much larger header area.
A workaround is to make the menu position absolute so it’s not registered as part of the header:
#kad-mobile-nav { position: absolute; left: 0; top: 100%; } #kad-banner { position: relative; }Ben
In forum: Virtue ThemeIn reply to: Virtue Info Box Wrappers
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Padding between lines and elements
July 11, 2016 at 2:03 pm #103006Hey,
If your going to add this:
.home .container { width: 100%; }Just change to this:
.home .container { width: 100%; padding:0; }If you don’t want space above and below your image menu items add this :
.infobanner { margin: 0; }Ben
In forum: Pinnacle ThemeIn reply to: Change logo
@media (max-width: 992px) { div#topbar { display: none; } .kad-header-style-basic #logo #thelogo { height: 80px !important; line-height: 80px !important; } header #logo a.brand { height: 80px !important; line-height: 80px !important; } #kad-banner #logo .kad-lg { max-height: 80px !important; } .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a { line-height: 80px !important; } div#kad-shrinkheader { line-height: 80px !important; height: 80px !important; } .kad-header-style-basic #logo #thelogo { height: 80px !important; line-height: 80px !important; } header #logo a.brand { height: 80px !important; line-height: 80px !important; } #kad-banner #logo .kad-lg { max-height: 80px !important; } .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a { line-height: 80px !important; } div#kad-shrinkheader { line-height: 80px !important; height: 80px !important; } }In forum: Pinnacle ThemeIn reply to: Change logo
Hey! With CSS, you can accomplish all of the above.
1. Place all custom CSS into Theme Options> Custom CSS.
@media (max-width: 992px) { .trans-header #kad-banner #logo .kad-standard-logo-tranbg { background: url("YOUR IMAGE URL") !important; } }2.
@media (min-width: 992px) { div#logo { display: none; } }3. I’m not entirely sure about the best way to go about this. Can you post a link to your site so I can see how you’ve got it configured?
In forum: Pinnacle ThemeI used the layout manager to add a portfolio carousell on my main page.
Below the carousell is a call to action banner – between these two elements (portfolio carousell + call to action) is a white gap.Can someone tell me how to remove this gap, I don’t want to ave any border between the carousell and the banner.
In forum: Virtue ThemeIn reply to: Reduce Secondary Menu Height
Hi Cara,
1. If you plan to remove the menu item descriptions, this css should work:.navclass { height: 30px; } #nav-second ul.sf-menu>li>a { padding: 5px 0; }2. There’s an option for this in the primary menu, but not the secondary. Sorry!
3.
@media (min-width: 992px) { body #kad-banner #logo .kad-retina-logo { margin-bottom: -20px; } #nav-main ul.sf-menu { margin-top: -20px; } }4. Theme Options > Typography.
Hope that helps!
HannahIn forum: Pinnacle ThemeIn reply to: Hide Header Background
Try this CSS:
@media (max-height: 992px) { div#topbar { display: none; } .kad-header-style-basic #logo #thelogo { height: 80px !important; line-height: 80px !important; } header #logo a.brand { height: 80px !important; line-height: 80px !important; } #kad-banner #logo .kad-lg { max-height: 80px !important; } .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a { line-height: 80px !important; } div#kad-shrinkheader { line-height: 80px !important; height: 80px !important; } .kad-header-style-basic #logo #thelogo { height: 80px !important; line-height: 80px !important; } header #logo a.brand { height: 80px !important; line-height: 80px !important; } #kad-banner #logo .kad-lg { max-height: 80px !important; } .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a { line-height: 80px !important; } div#kad-shrinkheader { line-height: 80px !important; height: 80px !important; } }In forum: Virtue ThemeHello,
I have noticed some issue with Virtue template. Seems like cache are not overwritten or something else. When I want to change banners on home page (Theme options – Home Slider) after click save, nothing happens. Please advice solution for this case.
Thank youIn forum: Virtue ThemeJuly 5, 2016 at 10:27 am #102032You can use the shortcode option which is right below the banner input. There you could add a shortcode for a slider which your client could update the text on. Or you can add something like this into the shortcode box:
<div class="site_banner_text">ADD THE TEXT HERE</div>And use css to add your styling like a background to the site banner text class.
Ben
July 5, 2016 at 3:50 am #101988Hello,
Added a banner to advertise closures on the site but could only add an image – is there a simple way to add a background image and then text overlay – that the client could update themselves.
I have partially gotten over this by adding a topbar widget – text plus background colour – and that looks ok but would stand out more if it was full width and under the header like the site wide banner…
Any more suggestions? Here’s the site:
http://www.dronfieldhallbarn.orgMany thanks
Nic
xIn forum: Pinnacle ThemeIn reply to: banners/slides refresh
July 4, 2016 at 3:45 pm #101948Nothing effects the aspect of the banner. It’s a full with background. The background is just a background for the content.
The 70 is padding top and bottom around your page title text.
BEn
In forum: Pinnacle ThemeIn reply to: banners/slides refresh
In forum: Pinnacle ThemeHi,
The website I am working on has two sub-brands, and I have used CSS to change out the logo on several pages e.g..page-id-4221 .kad-standard-logo.kad-lg {
background-image: url('*Login to see link ') !important;
}This is working fine (except page-4291 for some reason) – until it is viewed on a mobile device. It goes back to the default logo.
Could you please point me in the right direction as to what I need to adjust?
I tried this, but am obviously not getting it quite right:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) }
.page-id-4221 #kad-banner #logo .kad-standard-logo {
background-image: url('*Login to see link ') !important;
}
}You can access the under-development site with this link
You can then go to this page to see an example of what I mean.
Both desktop and mobile should have Personal Stylist, not Activewear as the tagline for the logo.Thanks
In forum: Pinnacle ThemeIn reply to: banners/slides refresh
Ben, Just to inform you whywe choose kadence slider up top
—We want the best look and feel on all devices.
when you look at our website banner http://www.vandenberg-schoolfoto.nl/basisonderwijs/ on a pc it looks like this: https://s31.postimg.org/bf8582sl7/image.jpg
when you look at the same page on a mobile the banner looks like this: https://s31.postimg.org/p9lutxayj/telephone.jpg
Thats what we whant one image which looks perfect on all devices, how can we get this with one single image without using kadence?
i just did this with the pixels you told me and get one picture which is always the same but its easy to know that you cant have a beatifull result on all devices that way. what do you suggest?btw this is our website and you already have a guest account
http://www.vandenberg-schoolfoto.nlIn forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: banners/slides refresh
June 29, 2016 at 1:06 pm #101329One other thing, how come your using a Kadence slider for each banner? It doesn’t look like your actually using two images that slide?
Ben
In forum: Pinnacle ThemeI made a css together with you which gives us white text with blackoutlines on all image menu items.
We really like it 🙂
but now we also whant this look and feel for the whole site.
Which css or which settings must i fill in to get it at all our banners?below are website
*Login to see linkIn forum: Pinnacle ThemeIn reply to: banners/slides refresh
THis happens with banners also, sometimes they are gone…..when you refresh they are there
we use kadence slider for each page as a banner.
see screenshot: https://s31.postimg.org/6bbrz86dn/wrong2.jpg -
AuthorSearch Results



