Hi,
ich habe versucht ein Hikashop System mit Paypal zum Laufen zu bringen. Und hatte bereits Kontakt mit dem Support von Hikashop, da auf meiner Seite leider der Paypal-Button nicht angezeigt wird.
Darauf hin hat sich der Support von Hikashop mit folgender Nachricht an mich gewendet, welche ich direkt an Sie weiterleiten möchte. Da durch diesen Fehler vermutlich noch mehrer User ein Problem mit Ihrem Template Sophia haben werden:
----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------
Hi,
Thanks for the details.
So based on all of this and what I can see on your website at the moment, everything is configured properly.
The problem comes from your template. It has CSS code which hides the PayPal buttons area.
In the file http://neu.sachsenland-fruchtquell.de/templates.../css/animate.min.css there is the CSS code:
.visible {
opacity: 0 !important;
}
which forces PayPal's area to be transparent...
That's something you need to report to your template provider. It's a big problem, not only for HikaShop, but any ecommerce solution which integrates with PayPal Checkout. They need to fix this in their template because PayPal won't change the way they do things.
I can see that in http://neu.sachsenland-fruchtquell.de/media/tem...ia/css/nexus.min.css they have CSS code like this:
.visible {
opacity: 1 !important;
}
So maybe they are aware of the problem and they tried to counter the CSS of the animate library with that CSS ?
However, the nexus.min.css is loaded before the animate.min.css file in the headers of the page so the animate library has priority.
They would have to change the order of loading these CSS files so that their nexus.min.css file is loaded after the animate.min.css file for their opacity:1 override to be taken into account.
________________________________________________________________________________________________________
-------------------------------------------------------------------------------------------------------------------------------------
Würden Sie bitte das Template Ihrerseits anpassen um den Bug zu korrigieren?
Über eine zeitnahe Rückmeldung würde ich mich sehr freuen.
Vielen Dank und liebe Grüße
Metzlermedia
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!