Forum Replies Created
-
AuthorPosts
-
April 22, 2014 at 7:01 am in reply to: Filter Bar filter settings not carrying over from month view to list view #139427
Barry
MemberThat’s ok, I can see it locally – I’m just not sure if we’d treat it as a bug or more of a feature request (that’s not to say we won’t address it).
One of the team has actually already logged this as a problem on our internal issue tracker and I’ve noted down that you’d also be in favour of a change here – if you additionally want to create a feature request for this that’s fine, too, but not necessary by any means.
With that in mind, stay tuned for changes in future releases 🙂
April 22, 2014 at 6:57 am in reply to: show list, map, week month.. icons on right side "find event" , not on the top #139418Barry
MemberYou can share details via a private reply 🙂
Please also note that I’ll move this thread to the PRO forum as it relates to our Tribe Events Bar rather than the Filter Bar, which is actually a separate plugin.
Barry
MemberExcellent work – thanks for sharing!
Barry
MemberIt’s not unlikely that is the problem, especially if they register a similar slug and rewrite rules along with their custom post type … do you need their own Event post type given you are using our plugin?
Barry
MemberDo you mean you want to open it in a new tab (or window) rather than the same one?
If so, and you add the link via WordPress’s post editor, just be sure to check the open in a new tab checkbox. Or, if you are crafting the link manually, add a target attribute:
<a href="http://some-url.com/etc/etc/" target="_blank" />If you’re doing it from a WordPress nav menu though then, yeah, it’s probably one to take across to the WP forums.
Good luck!
Barry
MemberSure thing, sorry we couldn’t do more. I’ll close this thread for the time being though – but of course you are more than welcome to open new threads for this and any other problem as and when you might need further assistance 🙂
April 22, 2014 at 6:47 am in reply to: error in guestbook after update from 3.4 to 3.5.1 of the events calender pro #139400Barry
MemberThat is a shame. If you want to keep troubleshooting though let us know … but unfortunately there’s not much we can do if we cant first rule out the possibility of a conflict with another plugin/a theme.
Alternatively you could set up a test installation and run through this process there, but in reverse order: start with only our plugins, confirm there is no problem, and then start adding all of the plugins you have on your live site (and also, ultimately, your theme) – and test each time you add something to see if the problem has returned.
I’m not sure if that’s something you want to run through right now – but I’ll leave this thread open for a few days in case you do before closing it (and of course you can always open a new thread in the future).
Barry
MemberHi Sean, let’s run a quick test if we can – I’m interested to know if you are receiving valid responses from Google. Can you try adding this code (temporarily – remove after this test) to your theme’s functions.php file:
if ( isset( $_GET['testgeofetch'] ) ) add_filter( 'the_content', 'irishrunner_geotest' ); function irishrunner_geotest( $content ) { remove_action( 'the_content', 'irishrunner_geotest' ); $address = 'Station Square Academy St Inverness IV1 1LG United Kingdom'; $url = add_query_arg( array( 'address' => urlencode( $address ), 'sensor' => 'false' ), 'http://maps.googleapis.com/maps/api/geocode/json' ); $response = wp_remote_get( $url ); if ( is_wp_error( $response ) ) $result = 'Failed with error'; elseif ( 200 !== $response['response']['code']) $result = 'Reached Google but received a negative response'; else { $data = json_decode( $response['body'] ); $geometry = (array) $data->results[0]->geometry->location; $geometry = implode( ',', $geometry ); $result = "Coordinates: $geometry"; } $highlight = 'style="background: #FE7; padding:1em; color:#502; font-weight: bold"'; return "<p $highlight>$result</p>$content"; }Then visit a regular page (any page should do) but add a URL query at the end – like this:
http://example.com/some-page/?testgeofetch
In the best case you will then see something like this yellow block just below the page title:

Can you give that a go and let me know what you see within the yellow block in your case?
Thanks!
Barry
MemberHi! We aim to turn out maintenance releases on a monthly basis, though it’s not a rigid schedule and can vary according to the amount of work being processed and other factors. If you’re happy to wait that’s fine, otherwise let me know if you want to continue with some troubleshooting along the lines I suggested in my last reply – we’ll be happy to help 🙂
Barry
MemberIs it possible to still show the event price tag without creating a ticket?
I’m not quite sure what you’re asking here – certainly, as before, the absence of a license key will have no effect on the plugin’s operational capabilities – but if you want to discuss a customization or something else it would be appreciated if you could create a new thread 🙂
Barry
MemberVery strange, I’m not sure why that would be happening – but yes, updating manually (you can grab the latest versions of our premium plugins here) is probably the fastest path to take here.
Barry
MemberHi Tyson,
I’m afraid we don’t deliver technical support here on the pre-sales forum (though what you are asking is definitely possible and there are a few ways you might approach it).
For further help, please post in the community forum or, if you have a license, please do log in and then ask your question here in the PRO forum.
Thanks!
Barry
MemberHi!
I don’t see why not.
Please see the Themer’s Guide for an overview of working with and customizing our plugins. In essence, you could test to see if they are logged in or not, add some extra fields within a template override to let them provide their name/email address or anything else you want to add, set them up as required fields, then add some code to store the resulting fields in the database.
I hope that helps to at least outline the basic process – and good luck 🙂
Barry
MemberHi Tom – great question!
It’s actually designed in such a way as to make best use of available space, so the number of columns varies dynamically according to the amount of horizontal space available.
If you’re at home dabbling in some code you can probably tweak things further in order to narrow or widen the default columns and so increase/decrease the number that appear within whatever space you happen to have available, though, so that could be worth keeping in mind 🙂
I hope that answers your question, but please let me know if I can assist with anything else 🙂
April 21, 2014 at 6:18 pm in reply to: Filter Bar filter settings not carrying over from month view to list view #138985Barry
MemberHi: sorry you’re having problems with this.
I’m not sure we’d regard that as a bug – though I can appreciate your point of view. I’ll certainly log it as something we need to discuss. In the meantime, please do consider posting this as a feature request (that’s especially useful as others can then indicate if they support the idea. Similarly, if you find a suitable existing issue you can add your support to that instead of creating a new request).
Thanks!
-
AuthorPosts
