WebsitesbyMark
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Locations map not showingJust got there myself, its just the !important on the width which is causing the issue, thanks for your help.
Forum: Plugins
In reply to: [Events Made Easy] Locations map not showingJust tried that and with only eme and 2019 theme, still has the same issue. What version does eme need as a minimum and whats the latest you have tested it with?
Forum: Plugins
In reply to: [Events Made Easy] Locations map not showingOnly other plugin which potentially could conflict is Smart Slider 3, do you know if there are any known issue?
Forum: Plugins
In reply to: [Events Made Easy] Alphabetical events listJust tried the new version and its not working either as a shortcode widget or in post? (Is the functionality restricted in some way?)
Forum: Plugins
In reply to: [Events Made Easy] Clicking through from map markerOK here is my solution
Open up eme_location_map.js and go down to line 132. It should read
this.infowindow.setContent(this.infowindowcontent);
Above this line add the following code
window.location.href = htmlDecode(item.location_balloon);
What this does is when the marker is clicked goes to what ever value is in Default location balloon format (EME Settings -> locations)
Remove the format that is there and just leave #_LOCATIONPAGEURL
If the plugin gets updated this fix will get overwritten, but at least its easy and it works.
To include this in a future release would be very simple.
1) add an extra meta box to the locations setting page and then do an if populated in the JS.. Thanks franky for your help. Any joy with the alphabetical issue please..
Forum: Plugins
In reply to: [Events Made Easy] Alphabetical events listThanks for the reply. I have tried your latest code and I cant get it running. Im trying the shortcode [eme_events event_name=ASC], what am I doing wrong? (Still showing the events in date order) (also tried [eme_events event_name ASC])
Forum: Plugins
In reply to: [Events Made Easy] Setting up for mutliple delegatesI think I may have misunderstood what’s actually available with this plugin. What I need if for one person to book a number of tickets and then for each ‘seat’ a number of items of data ‘Name’,’phone’,’Dietry requirements.’. Is this possible or is there a work around as we need to be able to take payment by wordpay.
Forum: Plugins
In reply to: [Events Made Easy] Setting up for mutliple delegatesThank you for your reply.
I have added some fields in form fields and I’m unclear how I get them to appear when someone wants to register for the event.
In addition there does not seem to be an area to enter details for each delegate… (multi people for the same event booking through a single user (i.e. i buy 10 tickets and I need to record that each person has an individual dietary requirement etc..))
I hope the above makes sense as I know it can do it, I just cant see how…
Forum: Plugins
In reply to: [iQ Block Country] ip picked up as blocked country but are not blockedThe other sites are on client servers which use different hosting than mine. My gut feeling is that its an issue with writing to the DB, are there any switches that would let me see error etc..
Forum: Plugins
In reply to: [iQ Block Country] ip picked up as blocked country but are not blockedThanks for the reply, I have sent you an email via the contact form on your main site. I think it might be a case of data not being recorded on DB, as there seems to be less triggers via WordFence…
Perfect, clicking on accessibility mode when editing seems to sort the issue.
Therefore it does look like an Ajax issue which is affecting WP4 and some plugins (but im not saying its the fault of your plugin)
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Fuzzy search not working as expectedThank you for looking at this for me. It works as I want it to now.
Forum: Fixing WordPress
In reply to: Image not show in Google Chrome – timthumb.phpI am having a version of the same problem.
I initially assumed it was a problem with timthumb (hate the name BTW), as I could upload and image and it would work sometimes and thn not others.
After some trial and error I realised that it is a Chrome problem rather then anything else.
Either chrome is not sending the right URL (maybe its too long or something like) or Chrome is not understanding what is coming back.
Whats really weird is that sometimes Chrome will render an thumb it would not touch before, and some which were working suddently don’t.
It will be interesting when the solution is found becuase its nuts…