Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1276777

    Hallo,

    ich bräuchte bitte einen Support in Deutsch, weil es etwas kompliziert ist. Es geht um 2 Punkte. Website und Zugangsdaten sind im private content:

    1. Wenn ich die Produktübersicht verwende (z. B. bei dem Menüpunkt “Gesichtspflege”) dann funktioniert nur das Widget
    mit der Suchfunktion PRODUKT-KATEGORIEN mit dem Layout, wie ich es mir wünsche. Ich brauche folgendes:
    • Die automatische Suche, die auf der Seite integriert ist, sollte entfernt werden (Bild 1 – Sortierung1)
    • Ich brauche zwei neue Widgets mit Sortierfunktionen im gleichen Layout wie die PRODUKT-KATEGORIEN. Die erste
    soll nach HERSTELLER sortieren können, die zweite soll eine allgemein SORTIEREN NACH (und dann
    verschiedene Kriterien wie im Muster) haben. Muster sind in der Dropbox (einmal IST Zustand – Bild 1 – und einmal
    SOLL Zustand – Bild 2) – link im private Content.

    2. In der Produktübersicht ist der Abstand zwischen der Überschrift (Produktname) und dem Preis zu eng, Ich bräuchte da
    mehr Abstand. (Bild 3)

    Vielen Dank im voraus und liebe Grüße,
    Sabine

    #1278045

    Hey Sabine,

    Thanks for contacting us and sorry for the late reply!
    Our German speaking moderators are currently busy working on other tasks so I will reply in English, not to waste more of your time so I hope that is fine :)

    1- I added following code to Quick CSS in Enfold theme options > General Styling

    /* Remove sorting 1 */ 
    .product-sorting {
        display: none;
    }
    /* PRODUKTSUCHE styling to match Produkt-Kategorien */ 
    #top #woocommerce-product-search-field-0 {
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 28px;
    }
    #top #woocommerce-product-search-field-0::placeholder {
        color: #999;
    }
    #top #woocommerce_product_search-4 .widgettitle {
        margin-top: 0;
        padding-top: 15px;
    }

    If I understood correctly, you would like to have more advanced product filter however, Enfold does not have such filter out of the box. So, you would need to find a plugin for that I am afraid.

    2- I added following code to Quick CSS as well

    #top h2.woocommerce-loop-product__title {
        margin-bottom: 5px;
    }

    Please review your website :)

    Best regards,
    Yigit

    #1278661

    Hey Yigit,

    my English is not very good and I have less practice in CSS or HTML. I will try to answer.

    1. I understood this code:
    /* Remove sorting 1 */
    .product-sorting {
    display: none;
    }

    2. I understodd this code:
    #top h2.woocommerce-loop-product__title {
    margin-bottom: 5px;
    }

    3. I didn’t understand the other codes – do they only influence the layout?

    I saw you activated the sidebar, but my client wants no sidebar. We want all the widgets in one fullwidth row above the products – like I have shown in my pictures. I need three widgets and filters:
    a) a function to sort A-Z, Z-A, low to high price, high to low price, bestsellers
    b) sort by producer or manufacturer
    c) sort by attributes and categories

    I see similar widgets in the widget area but they do not work. Is it possible that someone answers me in German or you can give me an idea for a Plugin which includes this possibilities but in an aesthetic and minimalistic way.

    Sorry, but this is only my second shop I designed and I don’t know the individual tools very well .

    Greetings, Sabine

    #1279053

    Hi,

    Following code is for styling filters to have the same height, border color and text color

    /* PRODUKTSUCHE styling to match Produkt-Kategorien */ 
    #top #woocommerce-product-search-field-0 {
        border: 1px solid #aaa;
        border-radius: 4px;
        height: 28px;
    }
    #top #woocommerce-product-search-field-0::placeholder {
        color: #999;
    }
    #top #woocommerce_product_search-4 .widgettitle {
        margin-top: 0;
        padding-top: 15px;
    }

    I actually did not edit your page and did not enabled sidebar. Only changes I made were CSS changes :)

    Please try using this plugin – https://wordpress.org/plugins/woocommerce-ajax-filters/

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.