Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 4,831 through 4,845 (of 13,774 total)
  • Author
    Posts
  • in reply to: Unicode characters in URL #382072

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    How did u add that region? Was it via CSV or manaul input, it just looks like a extra space in the name,

    Stiofan

    in reply to: gd booster #381975

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Address Import Not Working Properly #381974

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Automatically Fill Linked Business #381971

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Place tags #381968

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Cannot Seem to Properly Translate Page Title #381965

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: JS error in location-front.min.js #381960

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Quite a few Problems #381911

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Did u enable any new plugins? If so please disable them to check.

    Stiofan

    in reply to: Remove Links on Detail Page Headers #381905

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Soft 404s #381901

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Josh,

    The next release should be in the next few days or early next week.

    Thanks,

    Stiofan

    in reply to: Add listing Problem #381900

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Zoom level shows entire earth #381898

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Location country page title translation #381897

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There 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

    in reply to: Post Info erased when user changes the price package #381890

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

Viewing 15 posts - 4,831 through 4,845 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount