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 ThemeOctober 26, 2017 at 9:37 am #165288
Hello Ben and company. I am having some issues with the Amazon Pay/Login button. Even though I set the button to medium or large in the Woocommerce settings under Checkout Settings – Amazon Pay the button stays the same size. Also when I use the button option versus the banner option, the button is not aligned properly on the Cart page along with the other checkout buttons like Paypal or Checkout with Credit Card button. If the banner option is chosen the size still doesn’t change. Not sure if its the Amazon Pay plugin is the issue or the Theme. Let me know if you can help me.
Thank you.In forum: Virtue ThemeIn reply to: Remove menu from static home page
Hello,
No need to apologize! We’re happy to answer any questions you may have.
You can remove the header area from your home page by using this CSS:
.home header#kad-banner { display: none; }Place into Theme Options> Advanced Settings and let me know if that works for you.
-Kevin
In forum: Virtue ThemeIn reply to: Full Width Screen
Hey,
You could use the following css, but it’s not advised as it will look stretched on larger screens:header#kad-banner .container, footer#containerfooter .container, div#content { width: 100%; }I would suggest setting your page template to full width. You could also use page builder and set the row layout to full width stretched.
Hannah
In forum: Virtue ThemeI have added a header image to the blog page using the following Custom CSS:
.blog .page-header {
background-image: url( ‘/wp-content/uploads/2016/05/banner-news.jpg’);
display: block;
height: 450px;
width: 100%;
margin-top: -15px;
background-position: 50% 25%;
background-size: cover;
text-indent: 2000px;
}
@media (max-width: 768px) {
.blog .page-header {
height: 100px;
background-size: cover;
}
}Here is how the blog page displays the header:
*Login to see linkI need to match the fullwidth headers as shown on the other pages in this site. Here is a sample page:
*Login to see linkCould you please provide the code to achieve this?
Thanks!
In forum: Virtue ThemeHi, please help.
I have a big space between the primary menu and the first row of the site builder, although, I think, the secondary menu is not enabled.
How can I reduce that space?
Please let me know
Thanks
p.s. The space could be allocated for a banner too, but not sure that one is enabled either
In forum: Virtue ThemeIn reply to: Header widget on home page only and center logo
October 17, 2017 at 12:28 am #163824You can add css like this:
body:not(.home) .kad-header-left { width: 100%; float: none; } body:not(.home) #logo { text-align: center; } body:not(.home) #kad-banner #logo .kad-retina-logo { margin: 0 auto; } body:not(.home) .kad-header-widget { display: none; }Ben
In forum: Pinnacle ThemeIn reply to: Image menu titles
In forum: Virtue ThemeIn reply to: Banner Related Questions
Thanks Hannah,
Onother question: Can I use as text also JavaScript?
Something like:
<scrip(t) charset=”utf-8″ src=”//www.xxyy.com/widgets/123456.js?v=1111″ async></scrip(t)>
The script above would display a special search box provided by another site
I need to have that script to be working on top of the banner
So is that possible? If not, is there than another solution?
Regards/Rainer
In forum: Virtue ThemeTopic: Banner Related Questions
Hi,
I have a few question. Please be kindly to help:
1. How can I put an element (say button) or search box on top of a banner – centered vertically and horizontal of the banner image?
Or do something which has a similar effect. Do I need the page builder to do so?
2. How can I keep the banner enabled on the home page while disabled on each other page (or make it selectable?)
3. Can I have different banners per different pagse (or just need adding an image to the top of each contents)?Thanks/Rainer
p.s. I use Virtue Premium 4.3.4
In forum: Virtue ThemeIn reply to: website size limited to 1170 pixels large
By default, the theme doesn’t go from edge to edge of the screen. You would have to add the CSS Hannah shared for the content to stretch across all screens.
Try this:
header#kad-banner .container, footer#containerfooter .container, div#content { width: 100%; }This is not optimal though. On a large screen your content will stretch very far and will be difficult to read.
Let me know if that works for you.
-Kevin
In forum: Virtue ThemeIn reply to: Changing the cart icon in woocommerce
In forum: Ascend ThemeIn reply to: mobile header
September 26, 2017 at 11:34 am #161015I think this is what you are wanting, let me know:
@media (max-width: 1700px){ #kad-header-menu { display:none; height:0; } #kad-mobile-banner { display: block; height: auto; } }Ben
In forum: Virtue ThemeIn reply to: Move slider up and overlay logo and topmenu on it
Hi Kevin,
One thing I’m seeing is that the logo and menu scroll down with the page and cover elements below the slider when I scroll to them. Does this have to do with the #kad-banner-sticky-wrapper line of css?
I see that I’ve indicated I wanted it to layout like that page I linked, which keeps the logo and menu at the top when scrolling (sticky?), but ideally I would like my logo and topmenu to be locked in position floating over the slider.
I haven’t tried removing or modifiying that line of coding yet but I think that may be the solution, yes?
Thanks again.
In forum: Virtue ThemeIn reply to: Move slider up and overlay logo and topmenu on it
In forum: Membership ForumsSeptember 19, 2017 at 5:27 pm #160021Hello …
how can i remove or deactivate the following css code?
<style type="text/css" id="kt-custom-css">#kad-banner #topbar .... </style>
<style type="text/css" title="dynamic-css" class="options-output">.kad-primary-nav ... </style>
Background: I will take it to a separate css-file manually, because the header-output ist too heavy / large.
Thank you …
Hans-PeterIn forum: Virtue ThemeIn reply to: Transparent mobile menu
September 19, 2017 at 4:52 am #159909*EDIT* – Resolved
I had
#kad-mobile-bannerin most of my slider settings from a previous fix we had done on something unrelated. Removing these did the trick.Thanks for your help!
In forum: Virtue ThemeIn reply to: Transparent mobile menu
September 19, 2017 at 12:36 am #159875ok, so you need to add a javascript in your footer scripts to be able to listen to the click event and add a class:
<script type="text/javascript"> jQuery(document).ready(function ($) { $('.mh-nav-trigger-case').on( "click", function(){ $('#kad-mobile-banner').toggleClass('kt-menu-open'); }); }); </script>Then this css:
#kad-mobile-banner.kt-menu-open { background:black; }In terms of the header moving up. Are there any other pages besides the home page that have a slider? if not use this:
@media (max-width: 992px) { .home .wrap { margin-top: -60px; } }Ben
In forum: Virtue ThemeIn reply to: Border with padding
In forum: Ascend ThemeIn reply to: Topbar widget on mobile with transparent header
September 13, 2017 at 9:40 pm #159089Hey,
I think this is what you are asking for:body.trans-header #kad-mobile-banner { margin-top: 30px; }Ben
In forum: Virtue ThemeIn reply to: Display image banner above shop and blog
-
AuthorSearch Results


