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'

Home / Forums / Search / Search Results for 'widget area'

Viewing 20 results - 261 through 280 (of 2,437 total)
  • Author
    Search Results
  • #250583

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

    #250464

    Hi ben and Hanna
    My home page 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;
    }

    #250400

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

    In reply to: Upsell and Cross sell

    #250389

    There 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.

    #250377

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

    #250374
    This reply has been marked as private.
    #250372

    Hello,

    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 Theme

    In reply to: Boxes on frontpages

    #250347
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: search results page

    #250325

    Hey Sam,
    Your search results are output automatically. Have you added a search area to your site (via widget/header/topbar/etc.)?

    Hannah

    #250077

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

    #250000

    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?

    #249913

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

    #249826

    ok, 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;
    }
    }
    #249472

    I don’t see any parameters for making this happen, so I suspect I’ll need CSS to get the widget area in the mobile topbar to right justify on this site. I tried to figure it out but haven’t had any luck. Any help would be appreciated as always!

    #249427

    Hey Mark,
    Rather than enabling the search icon from Theme Options > Topbar Settings, try enabling the topbar widget area, then add a search widget from Appearance > Widgets. Will that work for you?

    Hannah

    #249422

    Hey Mike,
    In Theme Options > Header Settings you can select the first header style then you can use css to push the menu below the widget area. I can help with the css if you’d like.

    Hannah

    #249414
    This reply has been marked as private.
    #249365

    Is 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!!

    #249350

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

    #249337

    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

Viewing 20 results - 261 through 280 (of 2,437 total)