colinrc
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Elevation no longer showing?Still no go, the map is now not being drawn at all. It is like the elevation component cannot read the GPX file, I know the path is correct ( it downloads the file in a browser).
Is there a JS demo site around anywhere I could point to the GPX to make sure it is not some issue with the file format?
I am having the same issue across multiple maps but I think they were all created by a Garmin device.
Hi,
Just letting you know getWID have acknowledged the problem is at their end and have passed the issue to their developers. They haven’t committed to fixing it but it is half way there.FYI what is happening is that the LABEL style attribute is being deleted by a another hook or filter after the Email subscriber plugin generates the text. I have confirmed their is no issue with your plugin, the short code is correctly generating the LABEL with the STYLE attribute, it is being removed later.
Thanks for your assistance,
ColinAdditionally it seems like that email field should not be included whether GETWID is enabled or not; there is another DIV field up a little higher with the same field.
<div class="es-field-wrap"> <label> Email* <br/> <input class="es_required_field es_txt_email ig_es_form_field_email" type="email" name="esfpx_email" value="[email protected]" placeholder="email@?mail.com" required="required"/> </label> </div>
Hello,
I have done some further looking at this issue and think the issue is in your end rather than the GETWID plugin.When GETWID is not enabled a basic form includes this input box;
<label style=”position:absolute;top:-99999px;left:-99999px;z-index:-99;”>
<input type=”email” name=”esfpx_es_hp_email” class=”es_required_field” tabindex=”-1″ autocomplete=”-1″ value=””/>
</label>When GETWID is enabled
<label>
<input type=”email” name=”esfpx_es_hp_email” class=”es_required_field” tabindex=”-1″ autocomplete=”-1″ value=””/>
</label>Getwid is at
https://en-au.www.ads-software.com/plugins/getwid/Regards, Colin
Forum: Plugins
In reply to: [Reusable Blocks Extended] Delete converted Block Patterns?Thanks, I’ll have a go
Hi,
Sorry for the delay, I was away over Easter.I tried your suggestion and it is a compatibility with the getwid plugin (https://www.ads-software.com/plugins/getwid/) , I am now looking to see if that is really necessary before potentially filing a bug report with them.
Thanks for your help,
ColinForum: Plugins
In reply to: [Extensions for Leaflet Map] Single line of space between map and elevationThanks for the suggestion – that is perfect.
I had been using padding-top and that was confusing the elevation height calculation.
Cheers, Colin
Forum: Plugins
In reply to: [Leaflet Map] Beginners problem – cannot get GPX or geojaon to appear?Cool, – the leaflet-map entry first was the answer.
I have that extension already installed as well, particularly for hiking maps.
Thanks very much for your help,
Regards,Colin- This reply was modified 3 years, 7 months ago by colinrc.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Cannot get upload to workSorry for the updates – but further details.
I found the timeout setting in the php.ini file, when I increased it to 50 minutes the timeout does go away, instead I get the error below. It does seem that a script is not working correct – back to the original question, is there any way to determine what is run at that point ?
When I increase the timeout it DOES work, the image uploads and the meta data is set, but the error is still shown and Lightroom stops after the upload.
Additionally it does not seem to be creating Folders ? Is this the final step that could be returning the empty array ?
2021-08-05 18:50:39.2870000+10:00, TRACE Last check was 34mn ago. 2021-08-05 18:50:42.3750000+10:00, TRACE Photo: /var/folders/zv/c_dv8hnd4jgdt6lln6fm7q440000gn/T/F0B54DCE-033B-4171-90C5-104FF6FD2F0B/20210708-P7080002.jpg 2021-08-05 18:50:42.3770000+10:00, TRACE Filesize: 1527331 2021-08-05 18:51:44.6830000+10:00, TRACE Error: "The server returns an empty reply. Please check your PHP Error Logs." 2021-08-05 20:33:37.1670000+10:00, TRACE Presync info follows. 2021-08-05 20:33:37.1680000+10:00, TRACE { max_execution_time = 3000, max_size = 536870912, post_max_size = 541065216, upload_max_filesize = 536870912 } 2021-08-05 20:33:37.1690000+10:00, TRACE Last check was 137mn ago. 2021-08-05 20:33:40.0590000+10:00, TRACE Photo: /var/folders/zv/c_dv8hnd4jgdt6lln6fm7q440000gn/T/34E3CCD6-00C3-4E1C-8DFB-187021E66988/20210708-P7080002.jpg 2021-08-05 20:33:40.0620000+10:00, TRACE Filesize: 1527331 2021-08-05 20:34:41.5960000+10:00, TRACE Error: "The server returns an empty reply. Please check your PHP Error Logs."
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Cannot get upload to workSome further info; I noticed this error – the time seems related even it should not be generating a misconfiguration error
[Mon Aug 02 18:48:47.786950 2021] [:error] [pid 762408:tid 22387646519040] [client 14.202.169.137:52501] Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in /home2/shakenma/public_html/colincanfield/words/wp-includes/class-wp-image-editor-imagick.php on line 383
The preamble from the WPLR sync log shows the maximum time is set to 30 seconds – is this set within the plugin and something I can change for testing?
2021-08-05 18:42:03.0230000+10:00, TRACE { max_execution_time = 30, max_size = 536870912, post_max_size = 541065216, upload_max_filesize = 536870912 }
An update on this. I tried it on another blog with almost no plugins – with this the image uploads but no meta data is set (ie. no title, caption). Also, if i click on the image on the media page it shows the popup with only only the Grey disk icon instead of the image – does this mean the thumbnail is not generated ? If I click on the WordPress attachment page the image is displayed – again, no meta data.
Hope that is useful
Colin
Actually, just looking at the timestamps, that might be the same as me.
Upload is failing but not writing anything to the logs, where sync is writing the above error.
Fantastic, that worked.
Thanks for that.
Forum: Plugins
In reply to: [Media Library Assistant] Map timestamp to WordPress DateHi,
I probably should have added that I am using the ACF plugin so the columns may be different. I think though the the Date in the submenu – is a standard field and maps to the WordPress Post date?- This reply was modified 5 years, 4 months ago by colinrc.
Forum: Plugins
In reply to: [Media Library Assistant] Map timestamp to WordPress DateHi,
I still don’t seem to be able to get it do what I am after, maybe it is not available.On the media list page there is a date field (labelled data, i think it is actually post_date). I have added the template to uploaded date as described however the uploaded date is not updating to the timestamp date.
I don’t think I can add a screenshot here or I would attach one.
Timestamp Date Upload Date
April 9, 2014 10:35 am 2019/11/05I have Uploaded On set to
template:[+meta:image_meta.created_timestamp,timestamp(“d/m/Y H:i:s”)+]
Should that update the Date column on the media list page?
Basically what I am trying to achieve is for that column to be able to search based on when the date was taken so that images group correctly – eg. all images taken on April/2014 can be searched using the drop down on top of that page.
Does that make sense?