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: Problems with sticky header on iPad
September 6, 2016 at 11:06 am #111628update that css to this:
#kad-banner { transform: translate3d(0, 0, 0); position: relative; z-index: 100; }Ben
In forum: Virtue ThemeIn reply to: Problems with sticky header on iPad
September 5, 2016 at 12:12 pm #111454in your theme options > advnaced settings add this css:
#kad-banner { transform: translate3d(0, 0, 0); }Let me know if that is what you mean?
Ben
In forum: Pinnacle ThemeIn reply to: Sticky Header Transparency
In forum: Virtue ThemeIn reply to: Revolution Slider will not display on the Homepage
Yes, i want to be able to have multiple rotating sliders on the homepage (like I use to). In homepage sliders, I select rev. slider, then “Home Slider 2” and it works. But, inside “Home Slider 2” I have made many slider banners (Slide 1, Slide 2, Slide 3, etc), but it’s only allowing me to select one slider for display. When I click on a different slider to enable it, it automatically disables the one I had enabled prior. I use to be able to enable and disable as many sliders as I needed to….
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Revolution Slider will not display on the Homepage
Hi Ben,
Now, for some reason the rev. slider is only allowing me to select one slider for the home page. When I click on the second one, it disabled the previous automatically… I use to be able to select as many sliding banners as i needed. What setting would fix this?
Thanks
GaryIn forum: Virtue ThemeIn reply to: Revolution Slider will not display on the Homepage
Hi Hannah,
I’m pretty sure its the latest version 5.2.6 StarPath updated in June 28 2016. The only banners that display now are the category banners via shortcode. I was experimenting with a plugin called Speed Booster Pack and I’m sure I did something that triggered it. I also tried disabling and reactivating both the plugin and Slider revolution, but no go! I can give you admin panel access to my site if you think you can quickly find the issue instead of going back and forth with hunches…Thank you,
GaryIn forum: Virtue ThemeHi,
I’m not sure what I did to cause the revolution slider not to show up on the homepage. it says that the slider allias does not exist. inside of a red box instead of displaying the banners. I’m currently using the different slider for the time being until this is resolved.Thank you,
GaryGroomsRing.com
In forum: Virtue ThemeIn reply to: Overlay menu over slider
August 31, 2016 at 12:47 pm #110777It’s not going to work like pinnacle where it’s set up to do this very thing. so I don’t recommend this method but you can add css like this:
#kad-banner { background: transparent; width: 100%; z-index: 1000; position: absolute; }Use with caution.
Ben
In forum: Membership ForumsIn reply to: Kadence Slider Pro random text
don’t worry …maybe its a future feature to support short codes.
what i needed is the text to be random ..so there is no point me adding it to the slide as it will be the same everytime.
So say i had 10 short intros that someone came up with and they needed to be random.
banner name = homeslide1
slide 1
image
text(pick a random of 10)slide 2
image
text (pick a random of 10)slide3
image
text(pick a random of 10)like i say i could just us jquery to do a text replace or something
In forum: Membership ForumsI would like a random piece of text on each slide. (eg: 3 slides each slide has a random bit of text to be displayed)
i thought i would make a php /shortcode in my child theme do do this.problem: shortcodes don’t seem to work in the text area on a slide.
[randombannertext]
umm:I suppose one alternative is to use javascript and replace, unless i need to do a plugin ans use hooks if there are any?
any thoughts appreciated
In forum: Virtue ThemeAugust 25, 2016 at 1:45 pm #109900you could also use
#kad-mobile-banner .mobile-header-container .mh-menu-cart-btn .kt-cart-total { font-family: "Roboto Slab"; }That font seemed to do better in my testing on your site.
BenIn forum: Virtue ThemeAugust 25, 2016 at 10:22 am #1098331. This seems to mostly have to do with the way andriod is rendering arial font.
Try this css, I think that will get the browser tricked.
#kad-mobile-banner .mobile-header-container .mh-menu-cart-btn .kt-cart-total { font-size:8px; line-height:18px; }2. I wouldn’t want to add this to a theme becuase not every add to cart is so long. So you can add in a media query to target that size screen:
@media (max-width: 400px){ .product .entry-summary .kad_add_to_cart { margin-top: 5px; } }Ben
In forum: Virtue ThemeIn reply to: Site wide banner
It appears there is space between banner and slider because I built banner with a white space at bottom – a work around. http://www.standrewbaycenter.org/
In forum: Virtue ThemeTopic: Site wide banner
In forum: Pinnacle ThemeIn reply to: Menu background full width
August 22, 2016 at 3:10 pm #109292so you know menu is background for the menu, header would be background for the header. Those are options in your theme options > advnaced styling.
.is-sticky #kad-banner { background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’); background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’); background-size:100% 100%; background-repeat: no-repeat; }Change your css to that and let me know if thats what you want.
Ben
In forum: Pinnacle ThemeIn reply to: Menu background full width
I have managed to make the “band” transparent with this CSS in the custom CSS.
.is-sticky .headerclass {
background: transparent;
}And I have expanded the .png with:
#kad-banner {
background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
background-image: url(‘http://www.scentandspice.nl/wp-content/uploads/2016/08/menuband.png’);
background-size:100% 100%;
background-repeat: no-repeat;
}The current result is:

I’m quite happy, but (of course) now this bannner/image isn’t transparent anymore, I would like to have it fully transparent until I start to scroll. Is that possible?
In forum: Pinnacle ThemeTopic: Menu background full width
Dear Ben, Hannah and the rest (?)
Could you please have a look at this picture:
My questions are also included in the picture itself.
I would like to make the banner/header/white band transparent. It should be replaced with a grey/orange .png which already partly shows under the menu. The .png is big enough (2000×130) and I have placed it as a background under the menu, as you can see.
Could you please help? Thanks!
In forum: Virtue ThemeIn reply to: Kadence Slider Pro on Mobile
August 18, 2016 at 1:53 pm #108677#kad-banner doesn’t exists because your overriding the header with a simple mobile header… so add this css it would make it work:
@media (max-width: 992px) { #kad-banner { display: block; height: 0 !important; overflow: hidden; } }Ben
In forum: Virtue ThemeIn reply to: Kadence Slider Pro on Mobile
Okay how about this then, when I button link to http://infinityintegrations.com/#kad-banner on desktop, it scrolls down where the header is on the top. How do I get it to do this on the mobile version?
-
AuthorSearch Results


