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: Mobile safari topbar menu is under main slider.
November 16, 2016 at 11:11 pm #121820@media (max-width: 767px){ #kad-banner { position: relative !important; } }Try that css.
Ben
In forum: Virtue ThemeIn reply to: Don't want header image
In forum: Virtue ThemeIn reply to: iPad Menus
November 16, 2016 at 2:51 pm #121784or you can add this css:
@media (max-width: 769px) {#kad-banner,#kad-banner-sticky-wrapper{display: none;}#kad-mobile-banner, #kad-mobile-banner-sticky-wrapper{display:block;}}Ben
In forum: Pinnacle ThemeIn reply to: three widgets to a row display as two to a row
In forum: Virtue ThemeIn reply to: Logo header overlap on mobile
November 14, 2016 at 12:49 pm #121426@media only screen and (device-width: 768px) { .kad-header-style-two .kad-header-center #logo { position :relative; width: 160px; margin: 0 auto; } body #kad-banner .kad-header-center #logo .kad-retina-logo { padding:0; } body #kad-banner { height: auto; } }add that as well,
Ben
In forum: Virtue ThemeIn reply to: Logo header overlap on mobile
November 14, 2016 at 11:02 am #121385Hey,
The only real way I see this working requires that the logo sit above the menu on mobile. Check it out with this css and let me know what you think.@media (max-width: 991px){ .kad-header-style-two .kad-header-center #logo { position :relative; width: 160px; margin: 0 auto; } body #kad-banner .kad-header-center #logo .kad-retina-logo { padding:0; } body #kad-banner { height: auto; } }Ben
In forum: Virtue ThemeNovember 14, 2016 at 10:12 am #121364What windows version are you running?
You can change it to this:
@media (min-width: 992px){ .stickyheader #kad-banner { transform: none; } }It’s there mainly for touch devices. Creates a smoother transition in the header. Since most touch screens are smaller then 992 using that css wouldn’t have a negative effect.
In forum: Virtue ThemeIn reply to: Don't want header image
You will need to add your search through the topbar widget area (appearance > widgets).
To make your logo fit the topbar I would recommend just scaling it down before uploading it.
This css should hide your logo until scrolled:.topclass .kad_img_upload_widget { display: none; } .boxed.stickyheader .is-sticky #kad-banner .topclass .kad_img_upload_widget { display: block !important; }Hope that helps!
Hannah
In forum: Virtue ThemeIn reply to: Replacing Pinnacle theme banner image
In forum: Virtue ThemeIn reply to: Theme Options
Hi ,
This is the one that I downloaded and am using
Virtue Premium 3.8.9
It is from the same location that you mentioned above. I have used Openshift : Pass by Redhat . The link is as follows
: https://www.openshift.com/The steps to test or get into my problem is easy
1. Register on Openshift
2. Select WordPress to create an application . It gets over in 2 minutes.
3. Add virtue theme on wordpress and import demo content
4. The theme options dont open , the menu options like changing color ,font , logo ,banner etc does not work. And these problems dont work on any browser.Let me know if you are able to reproduce.
Regards,
GirishIn forum: Virtue ThemeBen,
I am having an issue with IE 11 blurry the menu text in my header and it seems to be an issue with the css below
.stickyheader #kad-banner {
transform: translate3d(0,0,0);What is transform: translate3d(0,0,0); doing and can I set it to transform: none; without having negative repercussions?
I will send a link to the web site separately
Jeremy
In forum: Virtue ThemeIn reply to: Replacing Pinnacle theme banner image
Thank you, Hannah! Except for the Blog page (set Place behind header, per your instructions), this worked.
http://www.pamz-sandbox.igneousfeldsperling.com/posts/
Anything else I can do to make the Blog page banner formatting consistent with the rest of the site?
Thanks again,
Pamela
In forum: Virtue ThemeIn reply to: Replacing Pinnacle theme banner image
In forum: Virtue ThemeIn reply to: Logo header overlap on mobile
In forum: Virtue ThemeIn reply to: Replacing Pinnacle theme banner image
In forum: Virtue ThemeHello. From the WordPress dashboard, I navigated to Theme Options > Page Title > Page Header Default Background and uploaded and saved a .jpg to replace the theme default image. I made no changes to default settings for Page Header Default Background.
The replaced image does not appear on the homepage, but does appear on other pages of the website. On some pages, a full image with white menu text appears. On others, a white row with black text appears over the top portion of the image.
How can I get the replacement image to (1) appear on the homepage and (2) appear consistently on all pages within the site?
Thank you.
In forum: Virtue ThemeIn reply to: Hide menu until scroll down
Hey Carmen,
Pinnacle theme will actually work great for this, as this is what it’s designed to do:
http://themes.kadencethemes.com/pinnacle-premium/However, this CSS may provide a workaround. Place this CSS into Theme Options> Advanced Settings, and let me know if it works for you.
.stickyheader #kad-banner { visibility: hidden; height: 0 !important; } #kad-banner-sticky-wrapper { height: 0 !important; } .stickyheader .is-sticky #kad-banner { visibility: visible; height: auto !important; background:white; } .wrap { padding-top: 0; }-Kevin
In forum: Virtue ThemeIn reply to: Primary menu
November 3, 2016 at 2:48 pm #120073The issue is caused by your custom banners plugin… they are adding some bad css… You can fix by adding this css in your theme options > advanced settings:
#kad-banner { overflow: visible; }Ben
In forum: Virtue ThemeIn reply to: Video Clip & Virtue Adaptation
November 3, 2016 at 12:30 pm #120040Hi Kevin:
Makes sense to host elsewhere. When I embed can I ensure that it roughly matches the size of the screen wide banner (for example beneath the header of our home page)? Or is the size embedded from youtube for example, limited in flexibility?
http://www.test.romanycaravancompany.com
Best,
MarkIn forum: Virtue ThemeHi,
I’m using this css from another thread to make the top bar full width with a boxed layout, but it doesn’t seem to work with a sticky header.
.topclass {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.admin-bar .topclass {
top: 32px;
}
#kad-banner {
padding-top: 35px;
}Please could you help?
Thanks,
David. -
AuthorSearch Results


