Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Christoph,
Its basically ready, i have it running on my live sites taking payments, we are building its own site at the moment and hope to launch it very soon.
Thanks,
Stiofan
How would you expect/like it to work?
Stiofan
Thanks, please check now.
Stiofan
Hi David,
The first address works for me, there are several pound lanes but if i enter more of the address then click it, it does fillout all the address inputs.
It is a google api, it expects a street address “Please enter listing address. eg. : 230 Vine Street”
Thanks,
Stiofan
🙂
Hello,
For #1 can you please provide FTP and i will debug this.
Thanks,
Stiofan
Also FYI, paypal don’t want you having multiple accounts but they are ok with a personal and a business account.
Stiofan
OK, i’ll ask the dev about that too.
You have a good weekend too 🙂
Stiofan
#1 seems to load ok for me, how can i replicate, what browser are u using?
#2 not tested but somthing like this?
add_filter('geodir_detail_page_tab_list_extend', '_my_test',10,1); function _my_test($arr_tabs){ global $post; $post_type = geodir_get_current_posttype(); $all_postypes = geodir_get_posttypes(); if ( !empty( $post ) && $post_type == 'gd_event' && geodir_is_page( 'detail' ) && 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); $arr_tabs['link_link" href="'.$linked_post_url.'"'] = array( 'heading_text' => __( 'Testing', 'geodirectory' ), 'is_active_tab' => false, 'is_display' => true, 'tab_content' => '' ); } } } return $arr_tabs; }Stiofan
I will ask the dev about that but as far as i know there is not supposed to be that menu there.
Stiofan
Please try changing the add events link to “/add-listing/?listing_type=gd_event” and let us know if that fixes, if not please provide wp-admin details in a private reply.
Thanks,
Stiofan
OK the only problem i can see is the sidebar events link, i will add this as a bug, the dev who works on whoop is at the doctors on Monday so it will be Tuesday before he looks at that.
Thanks,
Stiofan
Thanks for the info 🙂
#1 The one in the footer? It seems to load for me?
#2 We would need to use hooks to change the location, where would u like it?
#3 i think flex-basis: 100% !important; is the key, try something like
.post-type-archive-gd_buzz #geodir_content { width:100% !important; flex-basis: 100% !important; } .post-type-archive-gd_buzz #gd-sidebar-wrapper { display: none; }Stiofan
Screen shot #4 is not part of that widget, it does not show there.
The link from #3 seems wrong, can you provide wp-admin details and i will take a look.
Thanks,
Stiofan
Hi Ian,
Appon investigating, it turn out they have been there all along, when i tested i had my site restricted to some other locations, and in your site you did not have them added to your restricted countries under GD>Multilocations, i have added them now so please check.
Thanks,
Stiofan
-
AuthorPosts