Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1016176

    Deutsch:

    Hallo miteinander, ich habe bereits eine Webseite mit eurem Theme und bin grundsätzlich sehr zufrieden.
    Nun will ich eine weitere Webseite mit eurem Theme aufbauen. Einzig was mich daran hindert eine weitere Lizenz zu kaufen ist, dass man die Produktseite nicht so bearbeiten kann wie ich mir das vorstelle. Sprich ich würde gerne in die Beschreibung Videos, Bilder etc. einfügen, leider funktioniert das bei mir nicht recht. Welche Optionen gäbe es da?

    Liebe Grüsse
    Manu

    #1016198

    Hey Manko267,
    Bitte fügen Sie ein Bild hinzu, wie Sie eine Beschreibung für Ihre Bilder, Videos usw. hinzufügen möchten.
    Von dem Link, den Sie hinzugefügt haben, glaube ich, dass dies für Woocommerce-Produkte ist, und ich nehme an, dass Ihre Beschreibung Box das Problem ist.
    Ich fügte ein kleines css hinzu, wie es für das Video reparieren konnte, sehen Sie bitte den Screenshot im privaten Inhaltbereich.
    Wenn dies Ihr Anliegen ist, glaube ich, dass wir Ihnen helfen können.

    — Translated with Google —

    Please include a image of how you would like to add a description for your images, videos, etc.
    From the link you have added I believe this is for woocommerce products, and I assume that your description box is the issue.
    I added a little css as was able to fix it for the video, Please see the screenshot in Private Content area.
    If this is your concern, I believe we can assist.

    Best regards,
    Mike

    #1016292

    Hallo Mike
    Das wäre sicher mal ein guter Anfang, wenn es die Bilder und Videos richtig anzeigen würde.
    Leider fehlt mir noch ein wenig die Möglichkeit die Produktseite zu gestalten.
    Eigentlich wäre der erweiterter Layout-Editor perfekt dafür, jedoch zeigt es mir die Produktbilder, in den Warenkorb-Button etc. nicht an wen ich diesen anwende. Ist das eine Einstellungssache?
    Wäre es auch möglich die Beschreibung auf die ganze Breite anzeigen zu lassen?
    Ich habe dir ein beispiel ins Produktbild eingefügt. (Privater Inhalt Link)

    #1016300

    Hi,
    Vielen Dank für das Bild, ich verstehe es besser, weil Google Translate nicht 100% ist.
    Von dem, was ich sehe, möchten Sie, dass die Produktbeschreibung unter den Produktbildern und Produktpreisoptionen volle Breite hat.
    Ich kann dies mit etwas Javascript & CSS erstellen, siehe Screenshot im Bereich Privater Inhalt.

    function custom_product_page(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery( '.template-shop' ).each(function() {
    jQuery( this ).find( '.woocommerce-tabs.wc-tabs-wrapper' ).insertAfter( jQuery(this).find('.single-product-summary') );
    });
    });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_product_page');
    .wp-video {
        height: -webkit-fill-available !important; 
    }
    #top .mejs-container {
        height: -webkit-fill-available !important; 
        max-height: 100% !important; 
    }

    Die Verwendung des erweiterten Layout-Builders zum Erstellen von Produktseiten ist begrenzt, aber ein Benutzer hat ein Plug-in erstellt, das Sie möglicherweise sehr hilfreich finden: Benutzerdefinierte Enfold Layout Builder Elemente fügt viele Woocommerce-Elemente hinzu.

    — Translated with Google —

    Thank you for the image, I understand it better because Google Translate is not 100%.
    From what I see you would like the product description to be full width under the product images and product price options.
    I can create this with some javascript & css, Please see the screenshot in Private Content area.

    function custom_product_page(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery( '.template-shop' ).each(function() {
    jQuery( this ).find( '.woocommerce-tabs.wc-tabs-wrapper' ).insertAfter( jQuery(this).find('.single-product-summary') );
    });
    });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_product_page');
    .wp-video {
        height: -webkit-fill-available !important; 
    }
    #top .mejs-container {
        height: -webkit-fill-available !important; 
        max-height: 100% !important; 
    }

    Using the advanced layout builder to create product pages is limited, but one user has created a plugin that you may find very helpful: Custom Enfold Layout Builder Elements it adds many woocommerce elements.

    Best regards,
    Mike

    #1016729

    Hallo Mike,
    das sieht doch schon ganz gut aus,ich denke da finden wir sicher die optimale Lösung.
    Würdest du mir das einrichten wen ich dir einen Benutzerkonto erstelle? Dann kaufe ich nun die zweite Lizenz.

    Liebe Grüsse
    Manuel

    #1016832

    Hi,
    Sorry, I’m not sure I understand, if you want to set up a admin account for us, then please follow these steps:
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    #1017984
    This reply has been marked as private.
    #1018093

    Hi,
    Vielen Dank für die Anmeldung. Ich habe die erste Funktion hinzugefügt, um die Beschreibungsbox auf Ihren Produktseiten in voller Breite anzuzeigen, und sie dann nach dem Zufallsprinzip überprüft. Die Funktion scheint gut zu funktionieren. Ich habe keine der Videos auf der Produktseite gefunden, die das gleiche Problem wie auf der Testseite haben. Deshalb habe ich den CSS-Code-Block nicht hinzugefügt. Bitte löschen Sie Ihren Browser-Cache und prüfen Sie, ob Sie der Lösung zustimmen.

    — Translated with Google —

    Thank you for the login, I added the first function to make the description box full width on your product pages, and then randomly checked them. The function seems to be working good.
    I didn’t find any of the videos on product page to have the same issue as on your test page, so I didn’t add the css code block.
    Please clear your browser cache and check to see you agree to the solution.

    Best regards,
    Mike

    #1023021

    Hallo Mike

    Ich wollte mich nur noch kurz bei dir bedanken :) Bin sehr zufrieden mit deiner Arbeit.

    Liebe Grüsse
    Manuel

    #1023136

    Hi,
    Danke, ich bin glücklich zu helfen. Wir werden das jetzt schließen. Danke für die Benutzung von Enfold. Zu Ihrer Information können Sie sich die Dokumentation hier ansehen . Für weitere Fragen oder Probleme, können Sie gerne neue Themen unter starten Enfold Unterforum und wir werden gerne versuchen, Ihnen zu helfen :)

    — Translated with Google —

    Thank you, I’m happy to help.
    We will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Produktseite bearbeiten’ is closed to new replies.