Stewart Barklem
Forum Replies Created
-
Sorry just completed Upgrade Network at it all seems ok now!
- This reply was modified 8 years, 1 month ago by Stewart Barklem.
Update. By using conditional placeholders I have now been able to do what I want to do without javascript.
Can this be put on the list of updates please.
Thanks
Forum: Plugins
In reply to: [BackUpWordPress] Unknown schedule runningI have a similar problem – it started with 3.0.4. I noticed it straight away as all of a sudden I started to to get emails to an old email address of mine that a backup had run.
After some invesigation I have found that there is schedule information in tables wp_options and wp_2_options, the unwanted schedule (I looked for the old email address) information is in wp_2_options but all the schedule information that one can manage through wordpress is in wp_options. It is almost as if wp_2_options was once used but the current version is looking in both tables and thus resurrecting the old data.
Thanks angelo. As I said that’s what I have to do and then delete all the dates I don’t want. And obviously if I ever update the event I again have to do all these deletions.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationExcellent just tried it. Thanks for sorting this out.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationHaven’t modified EM templates. I am running the free version not the pro version. (I am assuming I can only upgrade to dev versions with pro as I don’t have the dev upgrade menu on my version)
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationI have “Use dropdown for locations?” set to Yes so I can select the locations set-up from a drop down. If I set it to “No” I get the check box you refer to. With it set to “Yes” I get “No location” in the drop down AND if I have “Default Location” also set when I go in to edit the event the screen shows the default location not “No location”.
If I don’t have a “Default Location” set it seems to work fine.
In wp_em_events if no location is selected the location_id is set to zero. I suspect that null location_id’s are also set to zero and the screen sets the dropdown to the default location if it gets a zero location_id. Could be wrong haven’t gone that deep into the code.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationWordPress 3.8.1
Events Manager 5.5.2Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationIn your version of the plug-in how do you create an event with no location?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationSee screenshot. You get this option when “Require location for events?” is set to No, if it is set to Yes it does not appear.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationGo to Events / Settings / General Options
Set “Require locations for events?” to No.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No Locationwp-admin / Dashboard / Events / Add Event
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No LocationWhen I edit or add a new event as soon as I choose “No Location” I get “Location not found” under the dropdown where, for a real location, the map would be. I have no problem with this – the problem is when I click Publish (new event) or Update (existing event) the dropdown returns to the default location and the map for the default location appears. If I go out of the event and back in to edit it again the default location and map is shown not “No Location” which is what the event is set to.
Still a slight niggle with this. In the list view the placeholders are interpreted correctly but the [event]… [/event] tags are still there!