Barry

Forum Replies Created

Viewing 15 posts - 8,476 through 8,490 (of 17,936 total)
  • Author
    Posts
  • Barry
    Member

    That’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 🙂

    Barry
    Member

    You 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.

    in reply to: Filter for Additional Field #139414
    Barry
    Member

    Excellent work – thanks for sharing!

    in reply to: Break out single event leads to Page Not Found #139412
    Barry
    Member

    It’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?

    in reply to: How to have two different calendars on a site #139409
    Barry
    Member

    Do 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!

    in reply to: Breaks Themes Pagination #139405
    Barry
    Member

    Sure 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 🙂

    Barry
    Member

    That 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).

    in reply to: Events missing VenueLat and VenueLng meta_key values #139391
    Barry
    Member

    Hi 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:

    coordinate-output-google-geodata-test

    Can you give that a go and let me know what you see within the yellow block in your case?

    Thanks!

    in reply to: Page Not Found 404 Error #139371
    Barry
    Member

    Hi! 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 🙂

    in reply to: Licenses #139364
    Barry
    Member

    Is 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 🙂

    in reply to: Update Not Available in WordPress Dashboard #139040
    Barry
    Member

    Very 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.

    in reply to: Default Excerpt Text #139037
    Barry
    Member

    Hi 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!

    in reply to: Get guest Submissions Email and Name #139027
    Barry
    Member

    Hi!

    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 🙂

    in reply to: Presale Question – View As "Photo" #139020
    Barry
    Member

    Hi 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 🙂

    Barry
    Member

    Hi: 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!

Viewing 15 posts - 8,476 through 8,490 (of 17,936 total)