d9d9_Sun
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Fatal ErrorUnfortunately, it helps only one time. Than I didn’t saw this error. But also it didn’t save changes at the gallery.
keep looking.Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Fatal ErrorIt seems, I’ve got it.
I’ve opened /wp-content/plugins/responsive-lightbox/includes/class-frontend.php:503, and saw that in line above (line 497) there is word “field” (not “fields“). But in line 503 I saw “fields”.
So. I’ve just changed “field” to “fields” in line 497.Original line 497:
foreach ( $duplicates as $field_id => $field ) {My line 497:
foreach ( $duplicates as $field_id => $fields ) {Profit!
Forum: Plugins
In reply to: [WP Stripe Checkout] additional payment optionsHow can I get PayPal and Klarna payments through your plugin?
I had the same problem.
So I made research. And here what I found.
At my website I disabled rest api one day.
And now I have error with Caldera forms – Unexpected token < JSON at position 0. It’s because wp-json is disabled.
So here what you must do.
Delete plugin or code (at functions.php) that disabled rest api. Then press “Save” at Settings-Permalinks. Now form will be sent.
Forum: Plugins
In reply to: [Contact Form 7] Submit Issue – Status Wheel Keeps SpinningHave the same problem on different sites, on the different servers. Need help.
I deactivated all plugins, tried to use on different themes. It keep spinning indefinitely. The problem came up after last upgrade. Need to resolve this problem ASAP.Forum: Plugins
In reply to: [Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] wrong widththnx!