Jon Lynch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Tiny Hestia: No submenue in mobile deviceIn assets/js/scripts.js line 32 should read
$(this).parent().parent().siblings().toggleClass('open');
and line 38 should read
$(this).parent().parent().siblings().toggleClass('open');
This fixed it for me. Hopefully the author will issue an update.
- This reply was modified 5 years, 5 months ago by Jon Lynch.
Forum: Plugins
In reply to: [WP-Slimbox2 Plugin] overlay appearing on top of imageYes this broke with 3.6, a shame it wasn’t updated to be compatible with the latest version of WP. I just switched to WP Lightbox 2 as recommended by Teresa and it works fine.
Forum: Plugins
In reply to: [Pinterest Lightbox] Dark overlayI think this is a problem caused by upgrading to WP3.6
Forum: Alpha/Beta/RC
In reply to: Transparent curtain in front of js-based lightboxes WP 3.6-beta3-24372I have just found this out to my cost… on a production site.
Forum: Plugins
In reply to: [OS OpenSpace Maps] No map displayedI would suggest looking to see if the Openspace javascript library is correctly loaded. F12 on sefari or Chrome will give you a chance to see what is being loaded. I’ll have a look if you give me the URL of a post where it is not working.
Jon
Forum: Plugins
In reply to: [Better WordPress Minify] Does not work correctly with WP 3.5 betaThis still seems to be broken now I have upgraded to 3.5. I agree with the original poster the css for the admin bar sprite gives the wrong address. Interestingly it works fine on in the admin… Turning off minify css fixes the problem.
Forum: Plugins
In reply to: [OS OpenSpace Maps] OS OpenMap Centre and Zoom – how??Sorry somehow the zoom= parameter for the shortcode was lost from the documentation. Just start with zoom=4 and try a bit of trial and error. I am assuming that you want to centre on a location but without a marker, I don’t think that can be done at the moment, I’ll add a centre parameter in the next release. if you want to try making gpx files I recommend maptogpx.com
Please feel free to ask any more questions.
JonForum: Plugins
In reply to: [OS OpenSpace Maps] [Plugin: OS OpenSpace Maps] Displaying numerous markersI’m afraid that this plugin will only show points and lines from files. With such a large amount of data it sounds to me like you are likely to need some form of GIS based solution.
Good luck,
JonForum: Plugins
In reply to: [OS OpenSpace Maps] [Plugin: OS OpenSpace Maps] Adding a link to a markerThe code in my first post now appears mangled try
[osmap markers="ST3430362661;<a href='https://example.com'>My Example Link</a>"]
Forum: Plugins
In reply to: [OS OpenSpace Maps] [Plugin: OS OpenSpace Maps] Adding a link to a markerIf you want to add a link into your text you will need to use the HTML editor. Just use html but use single quotes for the href attribute, for example: [osmap markers=”ST3430362661;My Example Link“]
Hope this helps,
JonForum: Plugins
In reply to: [OS OpenSpace Maps] [Plugin: OS Openspace Maps] CSS IssuesI’m glad you have solved your problem. I’ll add that CSS to the next version.
Thank you for the feedback.
Jon
Me too
Works great now.
Thank you very much!
JonI am also missing the revision summary metabox, it is available to select under screen options but does not appear on the page. Having looked at the page source I think it is not there rather than hidden. This has happened with 3.2.1 and 3.3 RC1