Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 4,171 through 4,185 (of 13,774 total)
  • Author
    Posts
  • in reply to: site page load speed #391816

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks Peter, just let us know if you have any problems 🙂

    Stiofan

    in reply to: Publishing fails #391815

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Have u tested this, i still can’t seem to overwrite files.

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Fabienne,

    There are many reasons we do it like this, but it all boils down to scaling, Only the first image of a GD listing is stored in the WP media gallery, all other are stored in our own tables, allowing images to be linked from the media gallery adds many meta data rows to the databse for each image, this is not a problem if you have only a few listings but if you have 1,000,000 listings with 10 images each which all add 5 meta rows, that is 50,000,000 db rows that are not needed if we do it our way.

    Are you trying to add one image to all listings or something?

    Stiofan

    in reply to: Slider focus #391813

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    There is no actual class added to the main slider when its focused, so there is no easy way to do it, it would have to be done with custom JS if you really wanted it.

    Thanks,

    Stiofan

    in reply to: Notifications Turn OFF #391812

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Tom,

    Please let me know the exact emails you wish to disable and i’ll let you know if possible and how.

    Thanks,

    Stiofan

    in reply to: GD version and add-ons releases #391810

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    HI JJJ,

    I’ll try answer ur questions below.

    1. Probably not, i can’t think of an easy way to do this without testing.
    2. Yes, but we have many addons, it could be very lengthily.
    3. When we do a release we have a release tests which we test all the latest versions, this can take many hours to test everything even if no problems are found.
    4. We have only ever had two security releases, one because of a WP bug and one in a WP sessions class we use, many in the wp plugin industry require you to be running the latest vers and only support this. We have agreed in future that is there is any other security releases we will provide a patch and instructions.

    This is the pull that fixed the session problem https://github.com/GeoDirectory/geodirectory/commit/28481dc83ae4cbafbe9a2bdc7cfa0df6e24a5d48

    Thanks,

    Stiofan

    in reply to: Postal Search Not Working #391730

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Done 🙂

    in reply to: Slow loading page #391729

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the info. There are a few places we call all terms to get counts.
    Can you let me know why you have so many categories and what they are, maybe i can think of a better way to show the info?

    Thanks,

    Stiofan

    in reply to: Slow loading page #391705

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Can you check the FTP details, is the host name just the site url? Is it SFTP? if so what port number?
    Got it working, checking things now.

    Thanks,

    Stiofan

    in reply to: REST API for iOS and Andriod #391703

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This is their forum, please try there: https://wordpress.org/support/plugin/rest-api

    Thanks,

    Stiofan

    in reply to: Publishing fails #391701

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I can now login but i dont seem to be able to overwrite or rename files.

    Stiofan

    in reply to: Issue With Date Field #391693

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    If i remember all i did in the end was untick the “add try catch” setting.

    Thanks,

    Stiofan

    in reply to: Slow loading page #391684

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    wp-admin and FTP please.

    Stiofan

    in reply to: Notifications Reply-to #391654

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Eduardo,

    I don’t believe there is such a thing as a BCC reply to, so i think you would have to add your email to the normal reply to. The below code with do this, just replace “[email protected]” with your email, be sure to leave the “, ” part intact.

    
    
    add_filter('geodir_sendEmail_headers','_my_additional_reply_to',10,11);
    function _my_additional_reply_to($headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id){
    
    	if($message_type=='send_enquiry' && is_array($headers)){
    		foreach($headers as $key => $header){
    			if (strpos($header, 'Reply-To:') !== false) {
    				$headers[$key] = $header.", [email protected]";
    			}
    		}
    	}
    
    	return $headers;
    }

    Thanks,

    Stiofan

    in reply to: How to Import 9million records? #391650

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    9 million listings sounds great but to run a site like that you would need more that that hosting, if i were to run a site like that i would probably go with 1 mega dedicated server or maybe two good dedicated servers one for code and one for Database.

    If you can give me some info about the project and budget i will give you my best advice.

    Thanks,

    Stiofan

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