BL Interactive
Forum Replies Created
-
AuthorPosts
-
May 7, 2015 at 5:17 pm in reply to: Advanced Search filters letters out of words not whole words #38947
I’d say make it an option
Any Way to work in either of these?
http://wordpress.mcdspot.com/2011/12/24/consistent-random-set-of-posts/
or
http://www.hughlashbrooke.com/2013/08/wordpress-random-post-order-with-correct-pagination/Ideally the query would get cached and reused by all visitors for 10-15 minutes, even if the visitor goes back to page 1.
This reply has been marked as private.Something else has popped up that is causing me a headache. If the list is sorted by random, the pagination seems to be random as well.
Places show up multiple times through out the pagination, and it appears that some might be missing because the total amount of listings is correct.
This does not seem to be the case when sorted A-Z
Above credentials were re-enabled
Latest upgrade adds the child category control. Thank you.
A show/hide all would take it to the next step.
to K Glaudi, you can try the cluster Haddon, cleaned up my map quite a bit.
Forgot to mention, I found this in gdevents_hooks_actions.php, but wasn’t sure how to attack it.
// add date to title for resurring event function geodir_event_title_recurring_event( $title, $post_id ) { global $post, $geodir_date_format; // Check recurring enabled $recurring_pkg = geodir_event_recurring_pkg( $post ); if ( !$recurring_pkg ) { return $title; } if ( !empty( $post ) && !empty( $post_id ) && isset( $post->ID ) && $post->ID == $post_id && isset( $post->post_type ) && $post->post_type == 'gd_event' && !empty( $post->is_recurring ) ) { $current_date = date_i18n( 'Y-m-d', time()); $current_time = strtotime($current_date); if ( !empty( $post->event_date ) && geodir_event_is_date( $post->event_date ) ) { $event_start_time = strtotime(date_i18n( 'Y-m-d', strtotime($post->event_date))); $event_end_time = isset($post->event_enddate) && geodir_event_is_date($post->event_enddate) ? strtotime($post->event_enddate) : 0; if ($event_end_time > $event_start_time && $event_start_time <= $current_time && $event_end_time >= $current_time) { $title .= ' - ' . date_i18n( $geodir_date_format, $current_time ); } else { $title .= ' - ' . date_i18n( $geodir_date_format, strtotime( $post->event_date ) ); } } else { if ( is_single() && isset( $_REQUEST['gde'] ) && geodir_event_is_date( $_REQUEST['gde'] ) && geodir_event_schedule_exist( $_REQUEST['gde'], $post_id ) ) { $title .= ' - ' . date_i18n( $geodir_date_format, strtotime( $_REQUEST['gde'] ) ); } } } return $title; }
1 – Auto doesn’t work because we have some listings that are in odd placements that we want off the map. I want to set zoom (which I can) AND a center coordinate.
2- un-checking a parent DOES NOT un-check it’s children. Tested on mine, and a few others, seems to be how this works. Hope there is a fix.
This reply has been marked as private.I have a homepage that I am using the [gd_homepage_map] shortcode on and I can’t get the clusters to work. Does this only work with the widget?
Looks like the latest VC updates resolves the issue.
Great News! I was coming to post about this.
Double great about recurring events.Never tried the pro version, I messed with WP CSV and was able to get more to export. Still missing crucial elements though.
I think I’ll just wait for a more refined official import/export from GD.
fixed credentials
corymf
Are you using the PRO version of WP Ultimate CSV?
I tried all the congas I could with the free one and never could get any GeoDirectory data to export.
This reply has been marked as private. -
AuthorPosts