Patrick Leijser
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] WPML Permalinks cause 500 ERROR.“mojo-marketplace-dedi”
is another plugin?
Forum: Plugins
In reply to: [The Events Calendar] WPML Permalinks cause 500 ERROR.Hi Waldirrocha,
For me everything works fine after replacing that line of code.
Do you still get a blank page with 500 error? What type of error message do you get?
Forum: Plugins
In reply to: [The Events Calendar] WPML Permalinks cause 500 ERROR.Edit:
changed that line code to:
self::$instance = new self();
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Import iCal feed doesn't workHi Benjamin,
I tried my Google Calendar ICS. Still get the same error.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Import iCal feed doesn't workHi there,
Thanks for your help, but it still does not work when trying to import a valid iCal file.
https://severinghaus.org/projects/icv/?url=breaky.eu%2Fdommel.ics
Still get the same error as described in my first post.
Forum: Plugins
In reply to: [WP Store Locator] Map not showingNo plugins are installed only Advanced Custom Fields… when I change to another theme everything works fine…
But still I don’t know where this problem comes from… only the
wpsl-gmap.min.js
isn’t loaded. And other JS is loaded fine that are added in the same function in your plugin…Even the old plugin worked fine.. do you know why maybe this problem happens?
Forum: Plugins
In reply to: [WP Store Locator] Map not showingHi Tijmen,
Apologise for my late reaction.
To answer your question:
wp_footer();
is called correctly..Other scripts are included in the footer, see for example the screenshot:
https://www.dropbox.com/s/t5a3002rnkc9mjs/Schermafdruk%202016-06-07%2011.50.46.png?dl=0
I also see two other scripts from WPSL, do they use the footer hook also?
https://www.dropbox.com/s/qloxwizrfoc5l2q/Schermafdruk%202016-06-07%2012.03.56.png?dl=0
Edit
When I enable MarkerClusters for example… the JS file is loaded correctly.
<script type="text/javascript" src="https://wpsl.flywheelsites.com/wp-content/plugins/wp-store-locator/js/markerclusterer.min.js"></script>
Also the InfoBox JS file is loaded when turning default infobox off.
Forum: Plugins
In reply to: [WP Store Locator] Map not showinghttps://wpsl.flywheelsites.com/sample-page/
I created a clean WordPress install with only the theme applied and installed WPSL & Advanced Custom Fields PRO (required for theme).
I inserted one test data store item. But still the locator doesn’t load (Google Maps).. but no errors appear in the console.
Forum: Plugins
In reply to: [WP Store Locator] Change HTML of result listSweet! When do you think 2.0 will be released?
I’ll send a mail ??
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Doesn't work with ACF V 5.0.8This error only happens when there is a dot in the filename, Like: 2014-02-24-21.02.16.jpg
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Doesn't work with ACF V 5.0.8When I’m debugging the ajax call for the problem I posted above, I’m getting this error:
Fatal error: Call to undefined method WP_Error::resize() in *****/wp-content/plugins/acf-image-crop-add-on/acf-image-crop-v5.php on line 598
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Doesn't work with ACF V 5.0.8I am not able to crop an image since shortly..
If I am in the dialog where I can select the crop radius, and when I press the crop button I get this error in my console:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
…../wp-admin/admin-ajax.phpThe file still exists en I didn’t edit it.