swldwa
Forum Replies Created
-
Forum: Plugins
In reply to: [OS DataHub Maps] Minor niggle and wish listGreat, thanks very much. Gesture handling works fine. I’ll try the popup height code in the next few days – too busy at present
Forum: Plugins
In reply to: [OS DataHub Maps] Minor niggle and wish listThank you for your response and updating the CSS part of the documentation. Yes I had set the Gesture Handling to Mobile-Only as I thought it would probably be needed.
Restricting the popup height to map or screen height with scroll bars appearing sounds like it would work well for our site as we have some starting point markers for several routes, I think there’s one marker that has 25 walking routes associated with it.
Thanks for offering to think about a custom marker but that is a nice thing to have but not at all essential. The marker we used is a little bigger than the ones used in the plugin at 40×77 pixels (wxh) but that could be reduced a bit if necessary.
Forum: Plugins
In reply to: [OS DataHub Maps] Marker file fails to workThanks for the prompt reply. I thought it should be something simple but I’ve not worked with JSON files before, so my ignorance.
I’ve amended the file extension and it works. Many thanks.
Forum: Plugins
In reply to: [MaxGalleria] MaxGalleria gives ‘Undefined index: LOCAL_ADDR…’ errorThank you for the prompt reply. Your fix gets over that problem. I’m now having a problem with display of thumbnails, but I’ll try to sort it myself before reporting any details.
Forum: Fixing WordPress
In reply to: Custom Post and Query Variable – name conflictThanks for the reply which has been useful because it led me to look a bit more deeply into query vars.
WordPress Query Vars says:
“Query vars are not necessarily the same thing as query args in URLs (e.g., add_query_arg( ‘foo’ ). Query vars should only be registered for parameters that actually affect the behavior of WP_Query, and not just for any value passed in the URL.”
I think I must have been led astray by other forum questions/answers – well that and misunderstanding WordPress query vars – and don’t need to register arguments used in the URL. I’ll try not registering them later today.
Forum: Fixing WordPress
In reply to: Custom Post and Query Variable – name conflictNo replies. So may as well close this question. The lesson is to treat all such names as globals which seems a poor design to me. Different types of names ought to be in different namespaces.
Hmmm. That’s 3 questions I’ve submitted and not one has had a reply to answer the question. I’m beginning to doubt the utility of this forum.
Forum: Themes and Templates
In reply to: Adding an image column to the twenty twelve themeSorted it myself by deleting the <div>s, putting the images before the text and using
alignrighton the images.