Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
How did u add that region? Was it via CSV or manaul input, it just looks like a extra space in the name,
Stiofan
I think the best isdea is wait until you have the site how you want it and then we can take a look at getting GDB working with your setup, rather than having go keep looking at it whenever u need to make a change to plugins.
Stiofan
Yes the way it works is, we grab the details from fb and insert them, then we ask google to check the address, in this case google does not seem to have the right info for the location, its best we do this so any mistakes with regions or city spellings are fixed.
Stiofan
If you just type “Ryken” then it should fill it in.
#2 I think it will just stop showing it but the DB info remains, i’ll double check with Giri.
Stiofan
So you never need cities? You would be better with something like just regions?
(the better you explain it the better i can help)Stiofan
You are right, this translation is wrong, i have changed it to “in %s” so you can change the position, this will be in the next release or if you need it sooner you can download from here https://github.com/GeoDirectory/geodirectory
Thanks,
Stiofan
It seems to be a problem with the “clean talk” plugin its adding this file twice leantalk_nocache.js
Please try asking them whats going on.Thanks,
Stiofan
Did u enable any new plugins? If so please disable them to check.
Stiofan
That is one use for them but they can also be used to get a link for a specific section so you can share it with friends.
The underlining and the color and size of text is all dependent on the theme you use.
Stiofan
Hi Josh,
The next release should be in the next few days or early next week.
Thanks,
Stiofan
Hi Abu,
Three of our developers can’t login with the details you are providing, if we can’t login we can’t help. Please ask your server admin for the correct details.
Thanks,
Stiofan
If they search without selecting a location from the suggestion then it will order by distance from that location and will not limit it to just that one location.
Stiofn
I think this was a bug that was fixed but is not released yet, if you provide FTP info i will upload the latest Supreme theme.
Thanks,
Stiofan
June 6, 2017 at 11:47 am in reply to: How to customize Event Cards / Show Date Filed in listings #381892There is currently no way to do that by default, this code snippet should add it where you want though
add_action('geodir_after_listing_post_title','_my_custom_geodir_event_display_link_business'); function _my_custom_geodir_event_display_link_business() { global $post; $post_type = geodir_get_current_posttype(); $all_postypes = geodir_get_posttypes(); if ( !empty( $post ) && $post_type == 'gd_event' && isset( $post->geodir_link_business ) && !empty( $post->geodir_link_business ) ) { $linked_post_id = $post->geodir_link_business; $linked_post_info = get_post($linked_post_id); if( !empty( $linked_post_info ) ) { $linked_post_type_info = in_array( $linked_post_info->post_type, $all_postypes ) ? geodir_get_posttype_info( $linked_post_info->post_type ) : array(); if( !empty( $linked_post_type_info ) ) { $linked_post_title = !empty( $linked_post_info->post_title ) ? $linked_post_info->post_title : __( 'Listing', 'geodirevents' ); $linked_post_url = get_permalink($linked_post_id); $html_link_business = '<div class="geodir_more_info geodir_more_info_even geodir_link_business"><span class="geodir-i-website"><i class="fa fa-link"></i> <a title="' . esc_attr( $linked_post_title ) . '" href="'.$linked_post_url.'">' . wp_sprintf( __( 'Go to: %s', 'geodirevents' ), $linked_post_title ) . '</a></span></div>'; echo apply_filters( 'geodir_more_info_link_business', $html_link_business, $linked_post_id, $linked_post_url ); } } } }Stiofan
Please check now, you are now using the new payments system, you will have to add a few settings, please see here: https://wpinvoicing.com/docs/basic-installation/
Thanks,
Stiofan
-
AuthorPosts