madinson
Forum Replies Created
-
Okay, thanks
- This reply was modified 7 months, 3 weeks ago by madinson.
Hi @misulicus
Thanks for your quick support!
It’s still a pseudo product, but it will soon be replaced by a real one. I’ve now activated the sales button on this page just for you to test. The extra plugin Easy Digital Downloads – PayPal Commerce Pro version 1.0.1 from “Sandhills Development, LLC” is still activated on WordPress. But, as I said, it apparently no longer works.
I use the built-in Paypal option from easydigitaldownloads.
The connection status is good. Only green checkmarks.
Then I read on Google that the extra plugin version 1.0.4 is now subject to a fee – isn’t it supposed to look exactly like the one at the following link?
https://easydigitaldownloads.com/downloads/paypal-commerce-pro/
I read elsewhere that this extra plugin is no longer used for easydigitaldownloads. And from your perspective, I understand that you have to configure the credit card option yourself with PayPal? What could this ultimately be?
Thanks and regards!- This reply was modified 7 months, 3 weeks ago by madinson.
After 3 days it suddenly works. Unfortunately I don’t know why. Only not yet in the tablet view. But I’ll close the thread anyway.
The reason for the described problem was on the theme storefront in the @media(min-width: 768px) CSS instruction. I had to set the .col-full class to 100% width in general without media assignment. Now it’s fixed.
@andreitejada21 Thank you very much!
I had the same problem and found the solution here. For everyone who would like to have the close button without a frame, too:
.elementor-lightbox .elementor-swiper-button:focus, .elementor-lightbox .dialog-lightbox-close-button:focus {
outline-width: none!important;
outline: 0px solid #fff!important;
}Put the following CSS code in additional CSS Code in theme customizer or, if no option there, in theme style.css
.elementor-lightbox .elementor-swiper-button:focus, .elementor-lightbox .dialog-lightbox-close-button:focus {
outline-width: none!important;
outline: 0px solid #fff!important;
}Thanks to @andreitejada21
https://ww.wp.xz.cn/support/topic/border-on-lightbox-left-and-right/Forum: Plugins
In reply to: [Multi Step Form] Emails kommen nicht an.Habe es nun selbst herausgefunden.
Aus irgendeinem Grund akzeptierte das Plugin nicht, dass ich testweise in den Feldern der Beschreibungen der Bereiche nur “1”, “2” und “3” angegeben habe. Ersetzte ich die Beschreibungen durch einen längeren String, funktioniert das Absenden.- This reply was modified 6 years, 6 months ago by madinson.