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 ThemeMay 8, 2014 at 10:28 am #8639
Hi, new guy here and I am SO excited to use this theme. Ok so I bought the premium version, I created a static Home page. If you look at my site you’ll see the word Home is displayed with a line on above and below the word. How do I remove those from this page? I’m not sure if I caused it or it happened by default.
Did I mention I am excited to be using this theme? I have other wordpress sites but I had yet to find the right theme for my photography blog and saw the most simple example and fell in love at first site (ha ha). Anyhow, cheers!
Chris
In forum: Virtue ThemeIn reply to: Centering logo on mobile
April 30, 2014 at 9:48 am #8206ok I see, just need to add this to your custom css box:
@media (max-width: 767px) { #kad-banner #logo .kad-retina-logo { margin: 0 auto; } }I will look into why this there there by default. Prob will update.
Ben
In forum: Virtue ThemeTopic: Center the Home Widget Area
Hi Ben,
Long time no “read” 😉
Quick question, I can’t figure out how to center the Home Widget Area (or whether it is possible).
I’m planning the next step for the website your gorgeous theme helped create, and that next step is banner ads. I’d like to sell one location on the homepage using he widget area, but the widget is on the left – I’d need it right in the middle: *Login to see linkNo emergency here 🙂
Thanks!
AnneIn forum: Virtue ThemeIn forum: Virtue ThemeI’ve managed to give the header a dropshadow, but can’t achieve a semitransparent background color.
I have it set to auto-shrink and I can see that when it is shrinked it is indeed semitransparent, but not when it is full-size.
Also: neither RGBA nor dropshadow will work if the header is not set to fixed + shrink. (?)Can you help me?
here is the link:
*Login to see linkIn forum: Virtue ThemeIn reply to: Missing Icons
Hello,
I am running version 3.8.1 I believe. However in the top of my theme options panel its says Virtue 2.1.0. The site is http://www.808gang.com however there is a coming soon banner up currently. I can send you my log in info so you can take a look if you’d like.In forum: Virtue ThemeI’m using the following CSS to enable transparency in the header, footer, widgets, and body:
.wrap.contentclass {background: rgba(255,255,255,0.65) !important;}
.footerclass {background: rgba(255,255,255,0.2) !important;}
.banner.headerclass {background: rgba(255,255,255,0.2) !important;}.widget-1.widget-first.footer-widget {background: rgba(255,255,255,0.65) !important;}
.widget-2.widget-second.footer-widget {background: rgba(255,255,255,0.65) !important;}
.widget-3.widget-third.footer-widget {background: rgba(255,255,255,0.65) !important;}The transparency works fine on the regular pages, and on the product pages IF the product tabs are disabled. When the tabs are enabled, the transparency is disabled. I tried adding the !important tags, but that didn’t help. Any ideas on this one?
Thanks!
In forum: Virtue ThemeIn reply to: Header Style Sticky+Shrink in boxed layout
March 27, 2014 at 1:33 am #6714Oh yeah so if the div has a background that that route won’t work…. try this:
.stickyheader #kad-banner { width: auto; left: auto; z-index: 1000; top: 0; }Ben
In forum: Virtue ThemeMarch 22, 2014 at 5:54 pm #6508In your custom css box in the theme options > advanced settings, You are selecting on page by: “Just using the page title, which becomes a css tag in the body”
So if you page is titled “my page” then the css would be:
.my-page header.banner, .my-page #containerfooter, .my-page .page-header { display:none; }Ben
In forum: Virtue ThemeMarch 22, 2014 at 5:44 pm #6506Here is my example page: http://themes.kadencethemes.com/virtue-premium-3/no-header-test/
Just using the page title, which becomes a css tag in the body I added this css:
.no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header { display:none; }Ben
In forum: Virtue ThemeIn reply to: Frontpage image instead of slider
We are using a childtheme of Virtue Premium, but maybe you can spot the CSS anyway?
It’s the greyscale image here:
http://www.burgerbar.dk/No padding/margin will also be relevant for the 4 banners, as they need to be placed in the content too (since they must be shown below the greyscale image)
Thanks,
MadsIn forum: Virtue ThemeIn reply to: Rounded edges
In forum: Virtue ThemeIn reply to: Woocommerce site-wide banner obscures topbar
March 7, 2014 at 10:00 am #5836Hey,
You are right, should probably have some better styling for it. Here is the css that will make it show correctly when it is being used. I’ll add it to the next version..woocommerce-demo-store #kad-banner {margin-top:30px;}Ben
In forum: Virtue ThemeI just turned on the woocommerce sitewide banner and it obscures my topbar. It’s not a big deal as I can just add some margin to the #kad-banner and it’s passable (is this the best way?). I was hoping that this would be conditional in the theme so that when I turn off the site wide banner I don’t have to remove the edit from the CSS.
Is this a bug or am I missing something?
Cheers
For whatever it’s worth
WP 3.8.1
Woocommerce 2.1.3
Virtue Premium 2.2.1In forum: Virtue ThemeIn reply to: NEED TO UPDATE THERME
February 27, 2014 at 6:25 pm #5367= Version 2.2.0 =
* Add Update Notifier and API download – YAY
* Add Portfolio shortcodes
* Add Staff Shortcodes
* Add filters to default placement images
* Add support for mp4 videos
* Add link for banner
* Update google fonts to work on more server configurations
* Update button shortcode for target attribute
* Update woocommerce template
* Fix carousel on android
* Small Fix widget script
* Small change in isotope
* Small css fix for author image
* Small fix Custom carousel
* Make dynamic filter off by defaultBen
In forum: Virtue ThemeHi Ben,
Does the new theme update have the option to control the appearance/ hide menu or headers on specific pages? i noticed there is an option to choose which custom menu to assign to pages, but i have not found a custom option within the page to have no menu or header.
1. In a previous thread you have demonstrated a page with no header or menu (*Login to see link
with the following example css:
.no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header {
display:none;
}
can this work with the current theme by placing the css in the custom css box – replacing .no-header-test with the equivalent page slug?2. Another useful css script you provided helped to hide the header from the whole site.
…. This will hide … logo and primary menu, you can always leave your secondary menu unassigned….kad-header-left, .kad-header-right {
display:none;
}Can this be modified to hide the header from a specific page by page id e.g. ?page_id=395 or slug e.g. test-page?
Thanks for your support 🙂
Juannah
In forum: Virtue ThemeHi Ben… just a small request for a future update. It would be great if the ‘sitewide banner’ had an option to include a link.
Regards
Lee Wilde
http://www.leewilde.comIn forum: Virtue ThemeIn reply to: shop title
February 21, 2014 at 10:16 am #5015You can change the shop title on the page called shop in your pages, adding a subheader isn’t possible on the shop page because it shows your product count. So you could just change the title to shop – demo.
I’m assuming you don’t want to use the built in banner at the top woocommerce has available? or put your site into maintenance mode?
Ben
In forum: Virtue ThemeIn reply to: Search bar above Slider or above Secondary Header
February 15, 2014 at 4:51 pm #4740You would need to code it into the header.php, preferably with a child theme, then add some css to make it the width of the page. You wanting to have this on all your pages? If so you can probably drop it right below the banner image call in the header.php file.
Ben
In forum: Virtue ThemeIn reply to: Page Title
Hi Ben
I am ready to have you move the menu bar under the banner. Also I would like to have the menu bar not as wide as it is. And only as long as the banner. Is that possible. My son designed the banner and he is getting real picky. Won’t you need to login to my word press to do that.
Should I just post my login info here: http://denaliwindowcleaning.com.previewc40.carrierzone.com/wp-admin/index.php
Thanks
Rocky
-
AuthorSearch Results


