Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1409414

    Hi,

    leider kommt es mit dem Browser Safari im Mac OS zu einem Darstellungsfehler auf unserer Website. Ich habe die betreffende Seite im “private content” Feld verlinkt und bitte um Unterstützung.

    lg
    Max

    • This topic was modified 1 year, 4 months ago by MaxBlank.
    • This topic was modified 1 year, 4 months ago by MaxBlank.
    #1409513

    Hey MaxBlank,
    Thanks for your patience, is this the only page that it occurs on? I looked at some other pages and they seem fine, I see you have a membership plugin form on the page, is this added with shortcode or a code snippet?
    Have you tried disabling your plugins to see if there is a conflict?

    Best regards,
    Mike

    #1409731

    Hi,

    Ja, nur auf dieser Seuite und nur mit Safari. Das Plugin wurde mittels Code-Snippet hinzugefügt (s. Screenshot). Die Deaktivierung des Memebership Plugin, Subscriptions und Product Open Pricing ändert nichts an dem Darstellungsfehler.

    Liebe Grüße,
    Max

    #1409747

    Hi,
    Thanks but your screenshot is not working, nonetheless please include an admin login in the Private Content area so we can investigate, can we also disable your plugins while we investigate?
    As I understand this is the only page with the error so perhaps the error is with an element on the page, we may copy the page to a new test page to investigate further.

    Best regards,
    Mike

    #1410697

    Hallo!

    Danke für den Support. Die Zugangsdaten sind angehängt.

    • This reply was modified 1 year, 4 months ago by MaxBlank.
    #1410787

    Hi,
    The login doesn’t seem to be correct, please check.

    Best regards,
    Mike

    #1410788

    Now it works. Sorry!

    #1410913

    Hi,
    Thanks for the login it seems that Safari was having trouble with calculating this css:

    div .av_one_half {
        margin-left: 20px;
        width: calc(50% - 10px);
    }

    I have adjusted it to this and added it to your WordPress ▸ Customize ▸ Additional CSS

    #top.single-product.postid-14655 div .av_one_half {
        width: calc(48%);
    }

    and now your page is showing correctly.
    I created another test page with just two half columns and they showed correctly calculating the calc(50% – 10px); so I believe there is a conflict with a plugin or some customization but I was unable to examine your child theme files. I see you have some side button links going to products but I’m not sure if this is related or if it is something else.
    I see that this is your only product built with the Advanced Layout Builder so you could just leave the css in place, or if you are going to create more products like this remove the pasg ID from the css .postid-14655 and it will work for all of your products.
    Otherwise if you want to find the conflict, try disabling all of your plugins. If that resolves the issue, reactivate each one individually clearing your browser cache between each one until you find the cause. Or switch to your parent, if this solves then it is related to a customization in your child theme so you will need to investigate there. It seems to be related only to products because in my test on a page the column worked correctly. It is strange the issue only occurs in Safari.

    Best regards,
    Mike

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