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 'widget area'
-
AuthorSearch Results
-
In forum: Membership Forums
In reply to: Filter functionality in Kadence theme
June 1, 2020 at 5:34 pm #250583I try to use native WooCommerce widget filters as much as possible in sidebars. I’ll probably attempt to create a new widget area for product filters and output them in the
"woocommerce_before_shop_loop"hook. Then I can add the native filters using a select box and display then inline across the top.If I need more filtering functionality, I usually look at FacetWP.
In forum: Virtue ThemeMay 29, 2020 at 6:14 pm #250464Hi ben and Hanna
My home page *Login to see link take no more in count the ccs code in Option theme advanced css … :/* FOR HOME PAGE 3 buttonslanguage choice No menu and no footer . The following code suppress the display of menu and footer only on mainhome landing template page */
home #kad-banner, .home #containerfooter {
display: none;
}best Marc
/*STyle of the portfolios items … on a Portfolio page */
.portfolio_item .portfoliolink {
position: static;
border: 0px solid rgba(255,255,255,.5);
opacity: 1;
background: rgba(0,0,0,0);
border: 2px solid transparent;
}
.portfolio_item .piteminfo h5 {
margin: 0;
padding: 6px 0 6px 0;
color: #EEE;
}
.portfolio_item .piteminfo p {
color: #EEE;
}
.portfolio_item:hover .portfoliolink {
border: 2px solid rgba(255,255,255,1);
}/* epaisseur police filter name du portfolio */
#filters li h5 {
color: #99a1a4;
font-weight:400;
}
/* color mouse over filter name on portfolio page */
#filters li h5:hover {
color: #fff;
}
/* pour mobile couleur du mot filter dans potolio page */
.filter-trigger {
color: #7593a0;
}
#filter-trigger:hover {
color: #fff;
}/* rend transparent le backgrounddesarea de saisie de texte ds contact page */
#kad-feedback-new-post input.full, .contactform input.full, .wpcf7 input {
background-color: rgba(220,220,220, 0.7);
}
.wpcf7-form-control.wpcf7-textarea {
background-color: rgba(220,220,220, 0.7);
}/* change la couleurdu texte du bouton submit dans contact */
.wpcf7 input.wpcf7-submit {
padding: 12px 18px;
font-size: 12px;
border: none;
display: inline-block;
color: #1b84e1;
background: #fff;
transition: background .6s ease-out;
-webkit-transition: background .6s ease-out;
-moz-transition: background .6s ease-out;
-o-transition: background .6s ease-out;
}/* pour que la page 3 langues s’affiche sur Mobile */
@media (max-width: 780px) {
.so-widget-sow-hero-default-2da0f0801951 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
height: auto !important;
}
}
/* to hide the right top bar widget on mobil only under a resolution */
@media (max-width: 768px) {
.topbar-widget {
display: none;
}
}
/* to suppress empty space before content of home page */
@media (max-width: 768px) {
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
padding: 0;
}
}/* margin top et bas du H5 titre du portfolio sous le logo */
h5 {
margin-top: 0;
margin-bottom: 0;
}/* supprimer espacement avant la top bar en haut
#topbar {
margin-top: -20px;
} *//* Espacement vertical dans le texte paragraphe de PAGE BIO à 30px dans le css de la page */
/* CODE POUR MOBIL REDUIRE LE FILTER PROJECT SUR MOBILE */
#filters li {
float: left !important;
margin-left: 15px !important;
margin-bottom: 10px !important;
}
#filters {
height: auto !important;
}
.filter-trigger {
display: none;
}In forum: Virtue ThemeIn reply to: Header widget position and hamburger alignment
May 28, 2020 at 3:51 pm #250400Hey,
1. You can add this css:header .nav-trigger .nav-trigger-case { margin-right: 0; margin-left: auto; }2. You can add this css:
@media (min-width: 992px){ .header-widget-area-header .kt-ctaw.clearfix { min-height: 180px; display: flex; align-items: center; justify-content: center; } }I hope that helps,
Ben
In forum: Ascend ThemeIn reply to: Upsell and Cross sell
May 28, 2020 at 3:11 pm #250389There isn’t a way to change this without really hacking into woocommerce, You can turn off tags from effecting the related products by using this code:
add_filter( 'woocommerce_product_related_posts_relate_by_tag', '__return_false' );But if you want to override the query to only pull from a specific category you might be better to add a carousel with just that category in the above footer widget area.
I suggest you might want to try out a plugin like: https://woocommerce.com/products/product-recommendations/
I’ve not used it but if you are wanting to control this more on a global level that might work for you.
In forum: Membership ForumsIn reply to: Footer issues in Kadence theme
May 28, 2020 at 1:45 pm #250377Hey,
Thanks for the note about the widget titles, I’ll fix that css priority issue.The spacing above the footer is your Content Top and Bottom Spacing, you can turn this on an off in your settings and in pages. (there are cases where you would want your content to touch the footer).
You could do a workaround by adding an empty widget area in the top row.
Ben
In forum: Membership ForumsIn reply to: Footer issues in Kadence theme
This reply has been marked as private.May 28, 2020 at 1:29 pm #250374In forum: Membership ForumsMay 28, 2020 at 1:23 pm #250372Hello,
Sorry, I can’t seem to find the setting for margin before the top border of the footer area? Is there such a setting or should I add it by css?
Also, the settings for the widget-title does not work for me? It looks good in the customizer but not when viewing the site.
Thanks,
BenA
In forum: Ascend ThemeIn reply to: Boxes on frontpages
In forum: Virtue ThemeIn reply to: search results page
In forum: Virtue ThemeHi Hannah,
I would like to use one of my custom sidebars for category pages. It is called “chant sidebar”, and appears on my blog posts as well. But when I go to Theme Options>Blog Options, I find that I am only allowed to choose from the Virtue theme default sidebars, namely “Primary, sidebar, Home Widget Area, and the footers.” I don’t want any of these. How do I choose a different sidebar for the category pages?
Your comments were very useful, directing me to how many posts appear and how long the text will be. Thank you.
In forum: Ascend ThemeTopic: Center Widget in Topbar Area
Hi, I must be missing something, but I was just wondering how I can center widgets in the top bar? There is an option for Right Side, Left Side, and None. Any ideas?
In forum: Virtue ThemeIn reply to: Virtue Split Content Widget – Mobile View
May 20, 2020 at 2:34 pm #249913Hey,
This has to do with the background you are setting as part of the site origin widget area.You can add this css:
.virtue_split_content_widget .row { margin-left: 0; margin-right: 0; }Ben
In forum: Ascend ThemeIn reply to: Move Primary Menu under Header Widget area
May 19, 2020 at 11:41 am #249826ok, I see, your using the layout builder in the widget area, I switched to the last option and enabled this cs:
@media (min-width: 1024px){ .kad-center-header.kt-header-flex-item { float: right; margin-top: 45px; } .kad-header-flex.kad-header-height { display: block; } .kad-left-header.kt-header-flex-item { float: left; } .kad-right-header.kt-header-flex-item { float: right; clear: right; } .kad-far-right-header.kt-header-flex-item { display: none; } }In forum: Ascend ThemeIn forum: Ascend ThemeIn reply to: Hyperlink text to open search bar?
In forum: Ascend ThemeIn reply to: Move Primary Menu under Header Widget area
In forum: Ascend ThemeIn reply to: Size of box and space on each side on mobile
In forum: Ascend ThemeIs there any way to move my Primary Menu underneath or actually into my Header Widget area? If you like at this site you’ll see that I have some social media icons in the far right of the header, and I’d like the primary menu tucked under there instead of in its default location. I don’t think the Navigation Menu widget will work for this, will it?
Thanks!!
In forum: Ascend ThemeIn reply to: Ascend Premium – Extra Widgets on Mobile Menu
Hi Hannah,
Thank you for your reply,
Yes, however my query is the ability to add widgets (i.e social icons) in the main header area rather than using mobile top bar.
Cart, Account and search are available, it would be great to add an extra widget area to add other widgets to main mobile header.
Thank you..
In forum: Ascend ThemeIn reply to: Ascend Premium – Extra Widgets on Mobile Menu
Hey,
From Theme Options > Mobile Header > Mobile Header Extras you’ll see the ability to enable a cart, account, and search. Under that you’ll also see an option for a Mobile Top Icon Bar. You can enable that then enable the Mobile Top Icon Bar Widget Area. Then you could add widgets from Appearance > Widgets.
Hope that’s helpful!Hannah
-
AuthorSearch Results


