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'

Home / Forums / Search / Search Results for 'banner'

Viewing 20 results - 1,581 through 1,600 (of 1,614 total)
  • Author
    Search Results
  • #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 Theme
    #8206

    ok 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

    #8142

    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:

    No emergency here 🙂
    Thanks!
    Anne

    #7768

    Never mind. I’m an idiot. Sorry I can’t delete this.

    #7404

    I’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:

    In forum: Virtue Theme

    In reply to: Missing Icons

    #7105

    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.

    #6940

    I’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!

    #6714

    Oh 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

    #6508

    In 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

    #6506

    Here 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

    #6329

    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,
    Mads

    In forum: Virtue Theme

    In reply to: Rounded edges

    #5969
    .home-message, .infobanner {
    border-radius:10px;
    }

    Ben

    #5836

    Hey,
    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

    #5822

    I 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.1

    In forum: Virtue Theme

    In reply to: NEED TO UPDATE THERME

    #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 default

    Ben

    #5300

    Hi 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 (
    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

    #5153

    Hi 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.com

    In forum: Virtue Theme

    In reply to: shop title

    #5015

    You 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

    #4740

    You 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 Theme

    In reply to: Page Title

    #4411

    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

Viewing 20 results - 1,581 through 1,600 (of 1,614 total)