tallhat
Forum Replies Created
-
Forum: Plugins
In reply to: [Spotmap] SPOT map plotted on https://map.openseamap.org ?hi again, any advice on turning on the other openseamap layers? have been looking at the maps.json file but can’t figure out how to turn on harbours, depth profile layers etc.
thank you. am so close! our project launches in the next couple of weeks.
Forum: Plugins
In reply to: [Spotmap] SPOT map plotted on https://map.openseamap.org ?thank you. yes the base map looks right, but on http://map.openseamap.org/ i can turn on other layers like water depth, marine traffic, depth profile etc. – am i able to do that via the shortcode? (if so how). thanks!
Forum: Plugins
In reply to: [Spotmap] error when changing settingshi, i haven’t changed the default values before. i’m able to edit and save the ‘Feed’ tab settings, but not the last ‘Defaults’ tab settings.
Shortcode displays ok, and i can change the HEIGHT setting in there actually so it’s not the end of the world, i can work around.
one thing, i am using PHP8.1x on my server, don’t know if that might be an issuethank you. (did you see my other post recently? re opensea)
Forum: Plugins
In reply to: [Spotmap] SPOT map plotted on https://map.openseamap.org ?also, i note the XML feeds from spot only return the last 7 days data. if the trip is longer than this is there any way to create an overview ‘entire’ progress map with saved data??
thanksForum: Plugins
In reply to: [Spotmap] SPOT map plotted on https://map.openseamap.org ?hi there, thanks for this. i’m finally getting onto this – my kayaker has only just got his Spot device. i’ve installed the plugin, and put your shortcode in [spotmap map-overlays=openseamap] – am i supposed to do something with line 153 in the file your mention above??
the feed from the spot isn’t set up yet, but i can see a map – it’s not quite the map i see on https://map.openseamap.org/ – do i have to specify/activate layers or something?one thing – i can’t drag the map around with the mouse – is that supposed to happen? i can zoom in/out but pan doesn’t work?
many thanks!
Forum: Plugins
In reply to: [Spotmap] SPOT map plotted on https://map.openseamap.org ?much appreciated! i will start setting things up, and hopefully we’ll have a Spot device with feed running soon.
Forum: Plugins
In reply to: [Spotmap] SPOT map plotted on https://map.openseamap.org ?wow, thanks so much for the fast response. we don’t actually have our Spot device yet. i’m just doing some ground work to help my client decide on hardware first of all.
out of interest, do you know if Spot have any ‘sample’ XML feeds that can be used for testing (until we get out own device and feed)? or do you have anything.
finally – please could you clarify this, i’m not quite understanding this bit… “The sea map can only be added as an overlay, to looks similar to the ofiicial openseamap just use the openstreetmap as a baselayer.”
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Posts Grid filter and WPMLsorry, got it. needed to run a WPML plug-in localization on Livemesh … then search for ‘All’ in the string list for the Livemesh ‘domain’. easy enough!
ah – lovely – i added <?php wp_footer(); ?> to the footer.php template file and things seem ok now!
thank you!Forum: Plugins
In reply to: [Geo Mashup] “Windy” maps integrationthanks dylan – i may have a look when i’m feeling brave!
what’s the uneasy way? 😉
can i make a feature request for this? i don’t want to make ‘editors’ into admins as it opens up a world of problems with other aspects of the site.
thank you!Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] How to sort menu items?i use https://wordpress.org/plugins/post-types-order/ to enable drag and drop reordering of menu items.
if you’ve got a lot of menu categories you might want to consider the ‘premium’ version of post-types-order as the free version doesn’t allow you to filter to a specific category and then re-order the filtered menu items shown – the free version only works at the full list level which can be a bit of a fiddle.
i’ve not tried the premium version but i believe you can filter to a menu category and reorder within just those menu items.Forum: Plugins
In reply to: [Bandsintown Events] Plugin stopped workingsame problem here. have emailed support already but looking for help and advice to get this fixed quickly for my client.
many thanks – do you have any examples for a security plug-in like that, or use cases?
Forum: Plugins
In reply to: [WP Video Lightbox] Lightboxes no longer working (no video)ok i’ve managed to fix this fairly easily (but after a lot of detective work). the issue in my case was an older version of jquery.prettyPhoto.js in the THEME js directory which was overriding the WPVL plugin version of that file. it seems that old js file in “themes” hadn’t been written for secure connections so Chrome was blocking the content in the popup lightbox.
so… i took the jquery.prettyPhoto.js file from the new WPVL plugin folder and replaced the theme version with it.
yes, i do realise this could have longer term implications with theme updates, and ideally the theme itself should be audited/updated, but in case this helps anyone get to the bottom of what is clearly now a common issue (inc. theme developers).