ir3
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Update to work with WordPress 6.9Hello, Thank you for your interest in the reported issue. Yesterday we managed to resolve it. The problem turned out to be caused by another plugin that minifies JavaScript files:
https://theeventscalendar.com/knowledgebase/siteground-optimizer-legacy/After analyzing the issue and adding the appropriate code (following instruction from: https://wordpress.org/support/topic/how-to-use-sg-optimizers-filters-procedure/) to disable JavaScript minification for your plugin javascript file the map started working correctly.
add_filter( 'sgo_js_minify_exclude', 'js_minify_exclude' );
function js_minify_exclude( $exclude_list ) {
$exclude_list[] = 'mapster-wordpress-maps';
return $exclude_list;
}- This reply was modified 3 months, 3 weeks ago by ir3.
Forum: Plugins
In reply to: [Mapster WP Maps] Update to work with WordPress 6.9Hello, strange, I don’t have any other messages, then your answer to this topic notification.
Here is the error sreenshoot error message:
Now on this url it’s working fine because we downgraded the WordPress version to 6.8.
Does it mean that if I have 3 ACFs (that I want to filter) and 5 languages of website, then I need to add 15 ACF’s – everyone 5 times? It seems to be really strange and impractical..
but how should I use it in ACF Dropdown? I mean translations of option1, option2 etc.. They are already translated in WPML, but it is showing only in English on page where FilterSet is whereas I am changing language version
- This reply was modified 2 years, 6 months ago by ir3.