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
The sidebar starts directly under the banner and besides the image menu.
Is it possible to start with the sidebar under the image menu, besides my “popular looks” carousel? Because I want the image menu to be full size (same width like the banner)thank you!
In forum: Virtue ThemeIn reply to: Topbar full width, boxed layout
January 9, 2016 at 6:32 am #74932Hey,
You can use this css:.topclass { position: absolute; width: 100%; left: 0; top: 0; } #kad-banner { padding-top: 35px; }Ben
In forum: Virtue ThemeTopic: Banner Full width
Hi
I wanted to have my banners like this *Login to see link Full width. Currently they look like this *Login to see link Even though I put full width. What am I doing wrong?
Thanks is advance
KarismaHello Ben & Hannah,
This is my first post on Forum. I need help about woocommerce, how to remove add to cart button on single product pages then replace it with images/banner with no link to checkout/billing page?
This is the url page I want to change, *Login to see link
I want to remove the quantity column and “beli” button then replace them with this image *Login to see link without link to any page (checkout/billing page)
So it will look like this *Login to see link (photoshopped)Maybe this is a silly request but in my country this “traditional” methods still generate more sales than add to cart features.
Thankyou!
Shendy WilandriaIn forum: Virtue ThemeIn reply to: Change out header logo in one section
Hey,
One way to do this would be to use the x2 retina logo in your main settings as your extra logo. Then with this css you can have the logo switch based on the blog page and posts:body #kad-banner #logo .kad-standard-logo { display:block; } body #kad-banner #logo .kad-retina-logo { display:none; } body.page-template-page-blog #kad-banner #logo .kad-standard-logo, body.single-post #kad-banner #logo .kad-standard-logo, body.category #kad-banner #logo .kad-standard-logo{ display:none; } body.page-template-page-blog #kad-banner #logo .kad-retina-logo,body.single-post #kad-banner #logo .kad-retina-logo, body.category #kad-banner #logo .kad-retina-logo { display:block; }else the only other way would be through a child theme and code it into the header.
In forum: Pinnacle ThemeIn reply to: Image is not responsive
In forum: Pinnacle ThemeIn reply to: Image is not responsive
In forum: Virtue ThemeIn reply to: getting started and header
January 4, 2016 at 12:19 pm #73946Yes, the basic header with shrink doesn’t have a banner option. If you need a banner then you would need to use the standard header.
Ben
In forum: Virtue ThemeIn reply to: getting started and header
Ben,
Put my site up on the server. Here is the address:
http://www.lholinerdesigns.com/WordPress/Please clarify:
If I choose for Header, Basic with Shrink for sticky, I loose the banner. IS that correct? Thanks. All else seems OK for now.Linda
In forum: Virtue ThemeIn reply to: page design
January 2, 2016 at 10:12 am #73749.infobanner { margin: 0; }Use that ^
and in each widget add
margin-bottom:0in the css.Ben
In forum: Pinnacle ThemeIn reply to: Revolution Slider mute audio
I just tried that. I removed the -60 margin and it still didn’t work for me. But, even if you help me figure out what I’m doing wrong, the reason I put that -60 in was to make the banner flush with the slider. Is there another way to accomplish this, as I don’t like the chunk of white space below the slider.
In forum: Virtue ThemeIn reply to: getting started and header
December 30, 2015 at 1:00 pm #73420Hey,
1. Yeah you can enabled the sticky header using the standard header layout. Are you just seeing white page below it? I would guess you have a javascript error on your site in that case, and that can be because of your server set up. this still on your local host?2. Yes secondary menu is part of the header so when you turn on sticky the whole header would stick.
3. No, You can have a sticky header with a banner. Thats makes for a large sticky header but you can do it.
I don’t know how to offer advice to me these kinds of errors point to an issue with the server, if there is anyway you can set up a live server I could check your settings.
Ben
In forum: Virtue ThemeIn reply to: Custome Page builder Row
December 30, 2015 at 12:50 pm #73416Hey sorry about the delay. I had posted a notice we where doing updates to the server last night so that was part of it.
In general though this is a support forum and for something like immediate help you would need to hire a developer especially since what you trying to do is not part of the built in theme options.
I’m always happy to help someone code something extra or style something a certain way but it is extra from what the theme does so kinda of impossible to support that in an immediate way unless it was in a relationship like you hiring someone to do that. Hope that makes sense.
Anyway I have recently hired another member and they are in training now if you like to know.
As for the questions.
1. The css I gave would effect all the image menu widgets. are you just wanting to effect all that are on the page you linked too or are you wanting to effect only some of those?
For the page you can use the page id in your css like this:
.page-id-2948 .virtue_imgmenu_widget .infobanner { border-radius: 20px; overflow: hidden; }2. You can use this css to make it closer:
#pg-2948-0 .panel-grid-cell { padding: 2px; } #pg-w56815e4039b60-0 { margin:-2px; } #pg-2948-0 { margin: 0; }Hope that helps,
Ben
In forum: Virtue ThemeIn reply to: getting started and header
In forum: Virtue ThemeIn reply to: Custome Page builder Row
December 28, 2015 at 11:00 am #731491. You would need css like this:
.virtue_imgmenu_widget .infobanner { border-radius: 20px; overflow: hidden; }2. and you can try css like this:
#pg-2948-0 .panel-grid-cell { padding: 5px; } #pg-w56815e4039b60-0 { margin:-5px; }Ben
In forum: Virtue ThemeI use add banner in my sidebar. For this, I use an empty text widget where I put in the code for the banner. For example:
<script async=”async” type=”text/javascript” src=”//tracking.blogfoster.com/js/bfs.min.js” class=”bf-adslot” websiteId=”2238″ adslotId=”8009″></script>This worked out perfectly on my imac. On my smartphone it also worked, but sometimes only the first banner was shown. (Whats wrong here?)
Now I looked at my page with a normal Computer (Windows). The sidebar is empty. No banners. Why?In forum: Virtue ThemeIn reply to: Creating Round Corner in Row
In forum: Pinnacle ThemeIn reply to: Shrink Header Logo Alternative
December 23, 2015 at 12:02 pm #727741.
.is-sticky .kad-header-style-basic #logo #thelogo { opacity: 0; } .kad-header-style-basic #logo #thelogo { transition: opacity .4s ease-out; -webkit-transition: opacity .4s ease-out; -moz-transition: opacity .4s ease-out; -o-transition: opacity .4s ease-out; }2. I just grabbed an image on our site:
.is-sticky #kad-banner #logo .kad-standard-logo { background:url('http://zephyrwork.com/dev/p5/wp-content/uploads/pilates-icon-300.png') !important; background-size:contain !important; background-repeat:no-repeat !important; }Ben
In forum: Pinnacle ThemeIn reply to: Mobile adjustments
Thanks. I will see if there’s a way I can get the video smaller. When I converted to HTML5 that’s the size it produced, but maybe there’s a lower rez option
Regarding 2. That definitely gets rid of the banner, BUT it also got rid of the “Portfolio” header and the “view all” button. Is there a way to keep that?
In forum: Pinnacle ThemeIn reply to: Mobile adjustments
I was trying to listen on Firefox, which is the browser I use, and could not hear anything. But when I just tried on Chrome it works. Now that I’ve had a chance to listen I’ve decided to keep the music off, though I am wondering why it won’t play on Firefox. I cleaned the cache on the browser and site.
***A bigger problem is that when I just tried the site on Microsoft Edge, the movie is not playing at all. All I see is a black screen with the words popping up. Can you please help me out with this?
Regarding my 2nd question: Thank you. That worked, but now I’m wondering if it’s possible to remove the banner from the mobile phone, but keep it for the tablet. If not, I think I’d like to know how I can remove it so it doesn’t appear on the phone or tablet.
Andrea
-
AuthorSearch Results


