Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 7,006 through 7,020 (of 13,774 total)
  • Author
    Posts
  • in reply to: License key #314530

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Yes, you can try any other website and it will work but not our site, they must be blocking it.

    Stiofan

    in reply to: Insert [shortcode] of another application #314529

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The code i gave was for specifically hiding a tab not an individual item.
    this is the one for individuals:
    “geodir_custom_field_output_{$filed_type}”

    
    
    add_filter("geodir_custom_field_output_textarea",'_my_hide_field_from_admin',10,3);
    add_filter("geodir_custom_field_output_datepicker",'_my_hide_field_from_admin',10,3);
    add_filter("geodir_custom_field_output_url",'_my_hide_field_from_admin',10,3);
    function _my_hide_field_from_admin($html,$fields_location,$type){
    
    	if(isset($type['is_admin']) && $type['is_admin'] && !is_super_admin()){
    		$html = '';
    	}
    	return $html;
    }

    Stiofan

    in reply to: Licence not activated! Please renew or seek support #314526

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Gareth,

    1and1 hosting in Germany has a problem connecting to our servers to validate the licence, you can try contacting their support but a few users have and they have been useless, i have tried everything in my power to resolve it but there is no way for me to communicate with 1and1 Germany support.

    You can use this plugin to do updates if you can’t get 1and1 to solve this: https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

    Thanks,

    Stiofan

    in reply to: translating word "address" on front end #314342

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the info, you had filtered the address in your child theme, i made it translatable again.

    Thanks,

    Stiofan

    in reply to: Insert [shortcode] of another application #314326

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Patrick,

    OK when adding a new field, you can make it “admin use only” this will mean only admins will be able to see the field on the add listing form (if you want that functionality)

    Then you can use this filter for the tabs
    geodir_tab_show_{$html_var}
    so if the tab is called geodir_facebook

    we would add:

    
    
    add_filter('geodir_detail_page_tab_is_display','_my_hide_tabs_to_non_admin',10,2);
    function _my_hide_tabs_to_non_admin($val,$htmlvar_name){
    
    	//echo '###'.$htmlvar_name; // uncomment to get var names
    	if($htmlvar_name=='geodir_facebook' && !is_super_admin()){$val = false;}
    	if($htmlvar_name=='geodir_someother' && !is_super_admin()){$val = false;}
    	return $val;
    }

    Thanks,

    Stiofan

    in reply to: How to add custom class on add-listing page fields #314287

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    if you can provide wp-admin i will take a quick look.

    Stiofan

    in reply to: dequeue assets #314252

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You are best removing the events calendar ver of google maps, we add several other parameters to our api call that are not added by the events calendar.

    Thanks,

    Stiofan

    in reply to: translating word "address" on front end #314246

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello, can you please double check the details, i get “Authentication failed” when i try them.

    Thanks,

    Stiofan

    in reply to: Items not saving on ad listing form #314244

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    🙂

    in reply to: Items not saving on ad listing form #313446

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now.

    Stiofan

    in reply to: Undefined #313429

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It seems to work for me now, what browser are u using, is it upto date?

    Stiofan

    in reply to: Need advice to solve – WARNING FRAUD DETECTED #313166

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Have you checked out our latest beta invoiceing and payments manager which account for tax?

    You should just search the code for that text and work your way back until you find the checks.

    Stiofan

    in reply to: Linking Contractors with their Projects #313163

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    That has been fixed and will be in the next release.

    Stiofan

    in reply to: GD Booster #313160

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Mark,

    Thanks for the info, a hosting package like that is maybe adequate to run a small static blog but it lacks the processing power needed to run a web application type site.

    You should have a read of this post (yes, its satirical) https://wpgeodirectory.com/making-your-wordpress-site-slow/

    We recommend a minimum of a VPS type hosting.

    Thanks,

    Stiofan

    in reply to: testing 22 #312872

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    this is a second test reply

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