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: Footer in Center of our Recipe Plugin Print Page
January 6, 2020 at 10:09 am #242748Hey,
In your theme options > custom css add this:.tasty-recipes-print-view #containerfooter, .tasty-recipes-print-view #kad-mobile-banner, .tasty-recipes-print-view #kad-banner { display: none; }Ben
In forum: Ascend ThemeIn reply to: Add widgets when using visual editor
Yes, when you transfer from the visual editor to pagebuilder your content will turn into a visual editor widget. Just note that you can’t switch back and forth between editors.
How are you adding your banner? A widget has to be added into a widget area. A shortcode can be added into any content area. Looks like getyourguide plugin hasn’t been updated in over a year. I would recommend using a different plugin.
Hannah
In forum: Ascend ThemeIn reply to: Add widgets when using visual editor
January 4, 2020 at 3:56 am #242653Hey Hannah,
I have the page builder plugin installed but as I work in the visual editor, I need to revert to page builder and when I click on Page builder, there appears a pop-up asking me, Do you want to copy the existing info over to page builder? and I rather ask than cause an issue.
What is the difference between a widget and a banner when it comes to affiliates? For example, I can add the code of World Nomads for a Quote banner but with Getyourguide it is not working.
Thanks in advance Hannah
MimmieIn forum: Virtue ThemeDecember 30, 2019 at 8:36 am #242547Hey,
You can add css like this:@media (max-width: 767px){ .topbar-widget h5 { text-align: center !important; } #kad-banner #topbar .container { padding: 0 20px; } .topbarmenu { display: flex; justify-content: center; } }Also you should remove this css:
@media (max-width: 992px) { #kad-banner .container { width: 100%; padding: 0; } }If you want the menu fullwidth add this instead:
@media (max-width: 992px) { #kad-banner .container { width: 100%; } } .mobile-nav-trigger-id { margin-left: -15px; margin-right: -15px; }In forum: Ascend ThemeHi there,
My client has asked me to implement a banner/strip graphic showing delivery information and a countdown to the cut-off time for same-day dispatch, similar to what you can see here: *Login to see linkI’ve found countdown timer plugins that use shortcodes, and can use one of those with an icon and text to build out the full line of content, but am wondering where best I can place it. Is it:
1. Possible to add it to the WooCommerce product/category pages without creating a child theme?
2. Alternately, possible to add it somehow to just above the main menu? Problem with this is that any B2B clients still using non-widescreen monitors aren’t seeing that menu as is. I’m not sure how I could make it responsive for mobile either.
3. One other option would be to add it to the shop sidebar, but I’d want to use a coloured background for the (presumably, text) widget I’d use, to draw attention. How can I do set the background colour for a text widget?Any thoughts on the best way to achieve this would be much appreciated! The site is RollieUK.com.
Thanks,
TracyIn forum: Virtue ThemeIn reply to: Sitewide banner visile on only one language
December 19, 2019 at 9:33 am #242336ok here is the css:
.virtue_banner { display: none; } html[lang="fi"] .virtue_banner { display: block; }Ben
In forum: Virtue ThemeIn reply to: Sitewide banner visile on only one language
December 19, 2019 at 2:07 am #242309Hi,
Thank you. my site where the banner is is https://www.cool-x.fi/
And I want it to be visible only in finnish language.
-Anu
In forum: Virtue ThemeIn reply to: something affecting css on mobile only
December 18, 2019 at 5:35 pm #242301Hey,
The banner is part of the normal header, on your site you are using the simple mobile header which is simplified to just be logo menu cart icon.The issue you are seeing with the cart icon is a bug, I’m going to push an update out right now to fix it.
Ben
In forum: Virtue ThemeHi wondering if you could help me cant find whats causing my problems wonder if you could have a look for me thank you. the symptoms are the cart icon is higher than it should be and the site wide banner doesn’t show at all this all just happens on mobile or reduced screen size.
-
This topic was modified 6 years, 4 months ago by
Peregrine.
In forum: Virtue ThemeIn reply to: Sitewide banner visile on only one language
In forum: Virtue ThemeDecember 18, 2019 at 6:55 am #242244Hi,
how do I get the sitewide banner to be visible in only one language? (Main language Finnish). Thank you!
-Anu
In forum: Virtue ThemeIn reply to: Full width homepage banners
Try using a larger image for your full-width homepage banner. Something like 2000x1600px.
This post may be helpful: https://www.kadencewp.com/blog/best-practices-for-images-sizes-and-optimization-in-wordpress/Hannah
In forum: Virtue ThemeIn reply to: Full width homepage banners
In forum: Virtue ThemeIn reply to: Full width homepage banners
In forum: Virtue ThemeIn reply to: Breakpoint to mobile screen
I can’t see your site. Are you using the simple mobile header? If so, this css should work for you:
@media (max-width: 992px) { #kad-mobile-banner-sticky-wrapper { display: block; } #kad-mobile-banner { display: block; height: 60px; } #kad-banner-sticky-wrapper, #kad-banner { display: none; } }If not using the simple mobile header, try this css:
@media (max-width: 992px) { #nav-main ul.sf-menu, .nav-main ul.sf-menu { display: none; } .mobile-nav-trigger-id , .id-kad-mobile-nav, .kad-header-style-three .kad-nav-three { display: block; height: auto; } }Hope that helps!
Hannah
In forum: Ascend ThemeHi Team,
On the Solora site we have 2 image overlay blocks just below the banner. The left hand one “Homecare Services” is upsetting Explorer and not wrapping for certain screen sizes. It’s great in Firefox, Chrome, Safari etc.
Please could you weave some CSS magic to force explorer to behave?
Many thanks,
Phil.In forum: Virtue ThemeTopic: Full width homepage banners
Hi Team,
Please see this website: http://www.wildlifeconservationtrust.org
You will notice there are 2 banners on the homepage.
Here is my challenge – Whenever I try to create full width banners (at either of the 2 banner spaces), the image appears stretched or distorted on larger screens. How do I ensure that the image quality is constant across all screen sizes? Please help.
BTW I have opted for a Boxed layout.
Thank you,
YogiIn forum: Ascend ThemeIn reply to: Top bar alignment on mobile
In forum: Ascend ThemeIn reply to: Top bar alignment on mobile
December 6, 2019 at 7:25 am #241747Hey,
You can use css like this:#kad-mobile-banner #mobile-logo a { justify-content: flex-start; } .kad-mobile-logo-center { padding-right: 120px; } .mobile-top-icon-bar { position: absolute; top: 0; z-index: 10; min-height: 80px; right: 20px; }Ben
-
This reply was modified 6 years, 5 months ago by
Ben Ritner. Reason: add z-index
In forum: Virtue ThemeTopic: Accessibility Fixes
Hello Team Kadence!
Hope you are all doing well! Can you please add :focus handlers to the custom_css.php file for accessibility? We tried just adding overrides but as each site has it’s own colors it can be bit to manage to add everywhere to make it work with the styling options.
//Menus Styling
if(!empty($virtue_premium['primarymenu_hover_color'])) {
$color_pmenu_hover = '#nav-main ul.sf-menu a:focus, .nav-main ul.sf-menu a:focus, #nav-main ul.sf-menu li.current-menu-item > a, .nav-main ul.sf-menu li.current-menu-item > a, #nav-main ul.sf-menu ul li a:focus, .nav-main ul.sf-menu ul li a:focus {color:'.$virtue_premium['primarymenu_hover_color'].';}';
} else {
$color_pmenu_hover = '';
}
if(!empty($virtue_premium['primarymenu_hover_bg_color'])) {
$color_pmenu_bg_hover = '#nav-main ul.sf-menu li a:focus, .nav-main ul.sf-menu a:focus, #nav-main ul.sf-menu li.current-menu-item > a, .nav-main ul.sf-menu li.current-menu-item > a, #nav-main ul.sf-menu ul li a:focus, .nav-main ul.sf-menu ul li a:focus {background:'.$virtue_premium['primarymenu_hover_bg_color'].';}';
} else {
$color_pmenu_bg_hover = '';
}
if(!empty($virtue_premium['secondarymenu_hover_color'])) {
$color_smenu_hover = '#nav-second ul.sf-menu > li > a:focus, #nav-second ul.sf-menu a:focus, #nav-second ul.sf-menu li.current-menu-item > a, #nav-second ul.sf-menu ul li a:focus {color:'.$virtue_premium['secondarymenu_hover_color'].';}';
} else {
$color_smenu_hover = '';
}
if(!empty($virtue_premium['secondarymenu_hover_bg_color'])) {
$color_smenu_bg_hover = '#nav-second ul.sf-menu > li > a:focus, #nav-second ul.sf-menu > li.current-menu-item, #nav-second ul.sf-menu ul > li.current-menu-item, #nav-second ul.sf-menu ul li a:focus {background:'.$virtue_premium['secondarymenu_hover_bg_color'].';}';
} else {
$color_smenu_bg_hover = '';
}
if(!empty($virtue_premium['mobilemenu_hover_color'])) {
$color_mmenu_hover = '.kad-mobile-nav .kad-nav-inner li.current-menu-item>a, .kad-mobile-nav .kad-nav-inner li a:focus, #kad-banner .mobile-nav-trigger-id a.nav-trigger-case:focus .kad-menu-name, #kad-banner .mobile-nav-trigger-id a.nav-trigger-case:focus .kad-navbtn, .nav-trigger-case:focus .kad-navbtn {color:'.$virtue_premium['mobilemenu_hover_color'].';}';
} else {
$color_mmenu_hover = '';
}
if(!empty($virtue_premium['mobilemenu_hover_bg_color'])) {
$color_mmenu_bg_hover = '.kad-mobile-nav .kad-nav-inner li.current-menu-item>a, .kad-mobile-nav .kad-nav-inner li a:focus, #kad-banner .mobile-nav-trigger-id a.nav-trigger-case:focus .kad-menu-name, #kad-banner .mobile-nav-trigger-id a.nav-trigger-case:focus .kad-navbtn {background:'.$virtue_premium['mobilemenu_hover_bg_color'].';}';
} else {
$color_mmenu_bg_hover = '';
}If you can’t add it, what is the best way to override the custom_css.php file? Thank you!
-
This topic was modified 6 years, 4 months ago by
-
AuthorSearch Results


