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

    Hallo liebes Support-Team,

    ich würde gerne auf meiner Startseite meinen Spreadshirt-Shop einbinden. Das ist der Code dazu:

    <div id="myShop">
        <a href="https://shop.spreadshirt.de/beachbuddy">beachbuddy</a>
    </div>
    
    <script>
        var spread_shop_config = {
            shopName: 'beachbuddy',
            locale: 'de_DE',
            prefix: 'https://shop.spreadshirt.de',
            baseId: 'myShop'
        };
    </script>
    
    <script type="text/javascript"
            src="https://shop.spreadshirt.de/shopfiles/shopclient/shopclient.nocache.js">
    </script>

    Leider wird der Shop dann aber nicht mittig angezeigt. Siehe Screenshot: https://ibb.co/f2cCMP4
    Der Shop ist aktuell noch nicht aktiv, aber man kann sehr genau erkennen, dass er die Einbindung nicht zentriert. Wie kann ich das beheben? Bei anderen funktioniert es mit dem Code auch – die nutzen aber nicht unbedingt Enfold.

    Danke!

    #1263721

    Hey lauragrashoff,
    Entschuldigen Sie die späte Antwort und danke für das Testskript. Ich habe den Code in ein Codeblockelement auf einer Seite auf dem lokalen Host eingefügt und festgestellt, dass das Auffüllen der Seite das Problem verursacht hat. Dies hat es für mich gelöst:

    #main > .container_wrap_first > div {
    	padding: 0 !important;
    }

    Aber ich würde Ihre Seiten-ID zu diesem CSS hinzufügen, damit andere Seiten davon nicht betroffen sind.

    — Translated with Google —

    Sorry for the late reply and thanks for the test script, I placed the code in a code block element on a page on the localhost and found that the page padding caused the issue, this solved it for me:

    #main > .container_wrap_first > div {
    	padding: 0 !important;
    }

    but I would add your page ID to this css so it doesn’t affect other pages.

    Best regards,
    Mike

    #1267923

    Danke, hat funktioniert! :)

    Ich wünsche schöne Weihnachtszeit und bleib gesund!

    #1267987

    Hi lauragrashoff,

    We’re glad to hear that :)
    Thanks for using Enfold and have a Merry Christmas and a Wonderful New Year!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spreadshop einbinden’ is closed to new replies.