funkyfermin
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy2Map Photos] Pictures and Google Maps doesn't displayOk found the fix for the image issue.
\wp-content\plugins\easy2map-photos\includes\MapPinImageUpload.php
Around line 21
Replace:
$imageName = preg_replace("/[^A-Za-z0-9 ]/", '', $_FILES["pinimage"]['name']);WITH
$imageName = preg_replace("/[^A-Za-z0-9 ]/", ".", $_FILES["pinimage"]['name']);It had single quotes and missing the period. ” and should be “.”
Forum: Plugins
In reply to: [Easy2Map Photos] Pictures and Google Maps doesn't displayI found the problem with the images. Its not putting the extension on the file name when it gets uploaded. So here is an example of a file: IMG0016JPG20160721145329000000_SMALL and it should be IMG0016JPG20160721145329000000_SMALL.jpg
Forum: Plugins
In reply to: [Easy2Map Photos] Pictures and Google Maps doesn't displayYou have to get your own api key from google and change two files just for google map. The image issue i’m still trying to figure out
MapAdmin.php
wp-content\plugins\easy2map-photos\includes\MapAdmin.php
Change line 6 to //maps.googleapis.com/maps/api/js?v=3.exp&sensor=true&key=PUT_YOUR_KEY_HERE&libraries=drawing,placesEasy2Mapimg.php
wp-content\plugins\easy2map-photos\includes\Easy2Mapimg.php
Change line 16 ($src_Easy2MapImgAPI) change to //maps.googleapis.com/maps/api/js?v=3.exp&sensor=true&key=PUT_YOUR_KEY_HEREYou need to save and refresh your browser because it seem for me that it cached and still show the error but I cleared everything and it seems to be working now.
Forum: Plugins
In reply to: [Join My Multisite] New User Default Role issueOk I’m removing my sites and readding them and it seems to be working just fine now.
Forum: Plugins
In reply to: [Join My Multisite] New User Default Role issueDefault theme: Twenty Fifteen and is being used for all the sites.
Forum: Plugins
In reply to: [Join My Multisite] New User Default Role issueFound the issue.
If a site was created before you installed JMM then “New User Default Role” drop down is blank but new sites created after installing JMM displays roles in the dropdown under “New User Default Role”
Forum: Plugins
In reply to: [Join My Multisite] New User Default Role issueNo. I have all plugins deactivated except JMM.
List of Plugins
Akismet
Clef
Custom Login
Hello Dolly
Join My Multisite
LayerSlider WP
WordPress ImporterIf you need me to complete remove any of the plugins please let me know