Title: heynad's Replies | WordPress.org

---

# heynad

  [  ](https://wordpress.org/support/users/heynad/)

 *   [Profile](https://wordpress.org/support/users/heynad/)
 *   [Topics Started](https://wordpress.org/support/users/heynad/topics/)
 *   [Replies Created](https://wordpress.org/support/users/heynad/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/heynad/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/heynad/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/heynad/engagements/)
 *   [Favorites](https://wordpress.org/support/users/heynad/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Theme ist noch nicht für WooCommerce Germanized optimiert](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/#post-5808664)
 * > Weißt Du zufällig, wie ich den Abstand über “Zahlungsmethode auswählen” vergrößern
   > kann?
 * Das geht über `margin` bzw. `margin-top`, welches du aufs richtige Element anwenden
   musst (ein gewissen Verständnis von CSS vorausgesetzt).
 * Also beim obigen
 *     ```
       body.woocommerce-checkout #order_payment_heading,
       body.woocommerce-checkout #wc_gzd_order_review_heading {
         margin-top: 2em; }
       ```
   
 * die erste Zeile.
 * Da kannst du zwei getrennte Anweisungen draus machen, dann hast du alle Freiheiten:
 * Über Zahlungsmethoden:
 *     ```
       body.woocommerce-checkout #order_payment_heading {
         margin-top: 5em; }
       ```
   
 * Über Bestellübersicht:
 *     ```
       body.woocommerce-checkout #wc_gzd_order_review_heading {
         margin-top: 2em; }
       ```
   
 * Zum Testen FF oder Chrome, jeweils F12 drücken um die Developer Tools zu öffnen.
 * Für alles weitere am besten dann doch im Virtue Forum nachfragen, weil meine 
   CSS-Kenntnisse sind dann doch nicht sooo gut wie die der Virtue-Entwickler 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Proxy Cache Purge] Page / Product edit should purge parent folder like /blog/ or /shop/](https://wordpress.org/support/topic/page-product-edit-should-purge-parent-folder-like-blog-or-shop/)
 *  [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/page-product-edit-should-purge-parent-folder-like-blog-or-shop/#post-5860298)
 * Hi Mika,
 * I’m not sure if I totally understood your questions, let’s try…
 * >  What are your home and site URLs set to?
 * Are you referring to the settings -> permalink? These are set to “user defined
   structure” (translated from German, I am not sure if this is the exact wording
   here) with `"/blog/%postname%/"`
 * Further down on settings->permalink there is an option for “permalink base products”
   which is set to “user defined base”, too, with “/shop”
 * > If woo is using custom post types, then it should update the shop page IF you’re
   > using an archive template.
 * I am not sure if I understand this… I do not really know what a custom post type
   is, frankly. The shop page itself seems to be a page (seems to be empty).
 * >  But without a way to detect that the page should be edited, it defaults to
   > that item page, the front page, and the cats and tags.
 * Just looking at the path, can’t you just programmatically check that the parent
   folder is always purged to. So basically, if /a/b/c/ was edited then purge:
 *     ```
       /a/b/c/ (current child page)
       /a/b/ (parent)
       /a/
       ```
   
 *  (parent of parent)
 * In most cases there will be just the child and one parent, like in my case with/
   shop/product/ and /blog/blogpost/
 * Best,
    Jens
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Theme ist noch nicht für WooCommerce Germanized optimiert](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/#post-5808653)
 * Hi,
 * das geht nicht, weil es sassy css ist und erst nach css umgewandelt werden muss.
   Das hier ist das CSS das ich nutze, das kannst du einfügen:
 *     ```
       /*! smaller margin between lines in shop listings
        */
       .product p.wc-gzd-additional-info {
         line-height: 1em;
         font-size: 0.8em; }
   
       /*! bigger margins auf Kassenseite */
       body.woocommerce-checkout #order_payment_heading,
       body.woocommerce-checkout #wc_gzd_order_review_heading {
         margin-top: 2em; }
       body.woocommerce-checkout label.checkbox[for=legal] {
         padding-left: 0px; }
       body.woocommerce-checkout table.shop_table {
         margin-top: 1.6em; }
   
       /*! Fixes padding for Zalando like AGB/Widerruf text
        * use only if not using the checkbox!!!
        */
       body.kasse ul.order_details {
         padding-left: 0px; }
   
       /*! Damit die zzgl. MwSt. dichter dran ist an Preis und ohne Linie dazwischen
        */
       .pricebox {
         margin-bottom: 0px;
         border-top: 0px;
         border-bottom: 0px; }
       ```
   
 * Hoffe das hilft dir weiter, sind aber eher kleine Sachen…
 * Ansonsten habe ich noch unter Germanized > Anzeige die Farbe für Hintergrund 
   der Bestellübersicht auf `#dddddd` eingestellt, weil das ist auch die Farbe für
   den Infotext bei den Bezahloptionen (Überweisung, Paypal, …) – damit sieht es
   passender aus.
 * Mehr musste ich nicht machen, läuft gut mit dem Virtue theme.
 * PS Ich lasse das mal hier im Forum, vllt. googelt jemand nach dem Plugin und 
   Virtue und landet dann hier. Und Support muss ja nicht immer vom Plugin-Entwickler
   kommen, kann ja auch User zu User sein 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] "Bestellung prüfen" fehlt](https://wordpress.org/support/topic/bestellung-prufen-fehlt/)
 *  [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bestellung-prufen-fehlt/#post-5706358)
 * Wenn ich [http://www.haendlerbund.de/hinweisblaetter/finish/1-hinweisblaetter/99-button-loesung](http://www.haendlerbund.de/hinweisblaetter/finish/1-hinweisblaetter/99-button-loesung)
   lese, dann ist es wichtig, dass vor dem “Kaufen”-Button nochmal eine Übersicht
   ist mit den ganzen Pflichtinfos.
 * Ob diese Übersicht nun auf einer Extra-Seite ist (schlecht, weil höhere Absprungrate)
   oder in die Checkout-Seite integriert ist, scheint – solange man sich an die 
   Vorgaben hält – egal.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Option "Rechtshinweis ohne Checkbox" wie bei Zalando und andere Shops](https://wordpress.org/support/topic/option-rechtshinweis-ohne-checkbox-wie-bei-zalando-und-andere-shops/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/option-rechtshinweis-ohne-checkbox-wie-bei-zalando-und-andere-shops/#post-5823128)
 * Falls jmd. die selbe Frage hat: Scheint zu gehen, und wird hier beantwortet: 
   [http://www.haendlerbund.de/hinweisblaetter/finish/1-hinweisblaetter/99-button-loesung](http://www.haendlerbund.de/hinweisblaetter/finish/1-hinweisblaetter/99-button-loesung)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] AGB/Widerruf-Checkbox oberhalb von "Jetzt kaufen"](https://wordpress.org/support/topic/agbwiderruf-checkbox-oberhalb-von-jetzt-kaufen/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/agbwiderruf-checkbox-oberhalb-von-jetzt-kaufen/#post-5824221)
 * Danke für die Infos, bei diesen Gesetzen kann man nur mit dem Kopf schütteln…
   Mein Anliegen war ja gerade, dass es dadurch viel besser “gut sichtbar” wäre,
   aber der Gesetzgeber ist da anscheinend anderer Meinung 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Theme ist noch nicht für WooCommerce Germanized optimiert](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/#post-5808590)
 * Sind doch eher kleine Änderungen, hier als scss:
 *     ```
       // smaller margin between lines in shop listings
       .product p.wc-gzd-additional-info {
           line-height: 1em;
       }
   
       // don't display Was ist Paypal link
       .about_paypal {
           display: none;
       }
   
       // bigger marings auf Kassenseite
       body.woocommerce-checkout {
           #order_payment_heading,
           #wc_gzd_order_review_heading {
               margin-top: 2em;
           }
           label.checkbox[for=legal] {
               padding-left: 0px;
           }
           table.shop_table {
               margin-top: 1.6em;
           }
       }
   
       // Fixes padding for Zalando like AGB/Widerruf text
       body.kasse {
           ul.order_details {
               padding-left: 0px;
           }
       }
       ```
   
 * Hilft vllt. weiter.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Theme ist noch nicht für WooCommerce Germanized optimiert](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/#post-5808520)
 * [@gdoll47](https://wordpress.org/support/users/gdoll47/): Danke für den Hinweis,
   das erhöht meine Zuversicht, dass alles gehen sollte.
 * Nichtsdestotrotz, wäre es immer noch gut, wenn man den Virtue-Entwicklern eine
   Checkliste geben könnte – alleine schon, damit die diese Inkompatibilitätswarnung
   verschwindet.
 * Und gerade die Positionierung und Aussehen der Elemente (z.B. die Übersicht im
   Checkout) sieht zwar ok aus, aber hübsch wie der Rest von Virtue ist was anderes
   😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Theme ist noch nicht für WooCommerce Germanized optimiert](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/#post-5808512)
 * Gibt es denn eine Check- bzw. Todo-Liste, was bzw. welche Elemente per CSS gestylt
   werden müssten, damit ein Theme Germanized-kompatibel ist? Ich würde das gerne
   den Virtue-Entwicklern weitergeben, damit sie das in Summe umsetzen können. Sollte
   auf Englisch sein.
 * Vllt. neben der Checkliste auch eine HTML-Seite, in der die ganzen Elemente von
   Germanized drin sind, so dass man sich an dieser “abarbeiten” kann.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Theme ist noch nicht für WooCommerce Germanized optimiert](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/)
 *  Thread Starter [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/theme-ist-noch-nicht-fur-woocommerce-germanized-optimiert/#post-5808391)
 * ok, ich hatte das so interpretiert, weil im Link ja zu vorderst von Überschriebenen
   Templates gesprochen wird. Evlt. sollte eine fehlende Stylevorgabe zu einem anderen
   Sprungziel führen.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PAYMILL for WordPress] Various (usuability) issues](https://wordpress.org/support/topic/various-usuability-issues/)
 *  [heynad](https://wordpress.org/support/users/heynad/)
 * (@heynad)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/various-usuability-issues/#post-5710662)
 * Any news on these issues?
 * Would be nice if at least the quick-and-easy issues like translation quirks could
   be solved. I know that one can do it manually but I do not like to customize 
   and then revert again…

Viewing 11 replies - 1 through 11 (of 11 total)