ddrj
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - OpenStreetMaps] Location maps not shown after latest updateThank you
Can someone from support please respond to JW’s post above.
I needed a default featured image to work with EM and found the “Default Featured Image” plugin which worked really well on installation. The problem came when I added an Event Image to a new event – on creation of the new event EM deleted every instance of the DFI – in fact it deleted the DFI from the Media Library. JW the creator of the
DFI plugin spent a good deal of time in support of my initial ticket to the DFI support forums and found the issue was caused by EM. In his post above JW states that he is prepared to work with EM support to help find a resolution.I read in a previous thread that Marcus Sykes stated that EM support were happy to work to solve issues with conflicts between other plugins if the cause was within
EM.I am very grateful for your time spent on this Jan and for posting a ticket in the EM support forum. I am new to WP so my coding ability is close to zero and support for the free version of EM is fairly limited. Your plugin was the last piece of the jigsaw.
Lets hope EM respond to your ticket.Thanks Jan
I am using the free version of event manager.
The script used to exclude pages is
function dfi_posttype_page ( $dfi_id, $post_id ) {
$post = get_post($post_id);
if ( ‘page’ === $post->post_type ) {
return 0; //invalid ID
}
return $dfi_id; // the original featured image id
}
add_filter( ‘dfi_thumbnail_id’, ‘dfi_posttype_page’, 10, 2 );This script is added to my themes function.php
additional to above – the Default featured image previously uploaded via settins/media is actually deleted from the Media Library – hence its disappearance.
You could add a side bar to your single events page and include the Events widget
There are quite a few threads on this issue – it’s a problem caused by a change in google maps api. I had a similar problem but couldn’t resolve it – so I installed the excellent openstreetmaps plugin – https://www.ads-software.com/plugins/stonehenge-em-osm/ created by Pastrick Buntsma
Patrick, as always thank you !
Patrick again thanks – I have your plugin installed and as a last resort I will hide the controls. The link I gave above to a similar problem by a user of the google maps plugin suggests that the developers appear to have found a resolution.
- This reply was modified 6 years, 2 months ago by ddrj.
Tim and Patrick thanks for your reply.
This is a test site for new website
https://mis.viafrancigena.co.uk/?location=medieval-hall-salisbury
Patrick I note you say it is a common problem – is there a fix for it ?
I used your safe mode plugin to change themes and disable plugins made no difference
- This reply was modified 6 years, 2 months ago by ddrj.
Any ideas on why this is happening? I have searched the forums and found that a similar issue was happening in this thread
https://www.ads-software.com/support/topic/maps-plus-minus-and-fullscreen-appear-twice/it was resolved by an update by the google maps plugin team.
Many thanks for your help. Your safe mode plugin worked really well and enabled me to trace the problem to the plugin that was causing this issue.