Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Glenn,
It depends what you mean by “work with” how would you expect them to work together?
Yes we have a membership plugin coming soon.
Stiofan
Hi Wil,
If you explain exactly what you are trying to achieve i will telly whats best. Are you just updating a description or all fields etc?
Thanks,
Stiofan
Hi Kerry,
I just don’t understand why it […] shows up on the main page but not the Listing page.
So what exactly do you want and i’ll tell you how to get it.
Thanks,
Stiofan
Please post the credential here but tick the box “Set as private reply” and only staff will be able to see it.
Please also let us know if there is a specific page that has the problem?
Thanks,
Stiofan
In the file /geodirectory_template_tags.php add the following at the BOTTOM of the file:
function geodir_fix_script_conflict() { if ( wp_script_is( 'flexslider', 'enqueued' ) && wp_script_is( 'geodirectory-jquery-flexslider-js', 'enqueued' ) ) { wp_dequeue_script( 'flexslider' ); } } add_action( 'wp_enqueue_scripts', 'geodir_fix_script_conflict', 100 ); remove_action('wp_print_scripts', 'geodir_core_dequeue_script', 100);If you have any problems just let me know.
Thanks,
Stiofan
Hello,
yes you can use the hook below, if you need an example just let me know.
/** * Filter the client email headers. * * @since 1.6.1 * @since 1.6.11 $headers changed from string to an array. * * @param array $headers The email headers. * @param string $fromEmail Sender email address. * @param string $fromEmailName Sender name. * @param string $toEmail Receiver email address. * @param string $toEmailName Receiver name. * @param string $to_subject Email subject. * @param string $to_message Email content. * @param string $extra Not being used. * @param string $message_type The message type. Can be send_friend, send_enquiry, forgot_password, registration, post_submit, listing_published. * @param string $post_id The post ID. * @param string $user_id The user ID. */ $headers = apply_filters( 'geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );Thanks,
Stiofan
Hi Peter,
1. Yes, id did some testing and that seemed to work best on ur setup.
2. Should be fine.
3. Try and disable any plugins you can, i tested ur site with all plugins bar GD ones disable and the load times were 1/4 (before caching).
4. Yes.
5. This is an option in autoptimize. We find it is best to remove them for speed.
6. I don’t think so.
7. Databases are funny things, your problem is not DB related but more the amount of PHP code that has to be run (plugins), faster servers help with both PHP and DB. GD can handle millions of records but you would need a dedicated server for that.Thanks,
Stiofan
Can you double check the details i get “Authentication (password) failed.”
Thanks,
Stiofan
Thanks for letting us know 🙂
Stiofan
🙂
Please check now?
Stiofan
Hi Peter,
I have made some changes, to your site, please check now, (it will be faster when logged out).
I changed one query in the events manager and i removed random sorting from anywhere i could find. You should avoid using random sort for many reasons, but mostly speed on shared servers.
Thanks,
Stiofan
I had replied yesterday but i think i was logged out in the middle of my reply and it got lost..
I actually added a setting to prevent the auto update term counts, and it then seemed to add listings ok but this means you would need to manually run the GD Tools>Location category counts but i think even this failed so it’s your hosting that is limiting things.
If i were you i would look at that server i mentioned, you could have many site like yours on that or also many other clients.
Thanks,
Stiofan
This reply has been marked as private.Hi Peter,
Please provide FTP details and i’ll take a closer look.
1. It can depend on the server, one one of my servers one worked better and on another the other worked better, its a case of testing.
2. Correct.
3. Rocket loader is not compatible, please put developer mode on for when we are doign further tests. Personally we did use CF in the past but we no longer use it anywhere.
Thanks,
Stiofan
-
AuthorPosts