Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
The GD Booster problem seems to be that the url is limited in size on ur server, i have seen this before, it is usualy a security measure on the server i think it might be mod_security rule but not 100%, please ask your host and keep us posted.
Also http://www.shoutmeloud.com/how-to-delete-uninstall-w3-total-cache-wordpress-plugin.html
Thanks,
Stiofan
Is your field a SELECT and not a MULTISELECT?
Stiofan
This is still being tested and we have not ETA at the moment sorry.
Thanks,
Stiofan
Hi Jeff,
The system prob thinks this is a custom field and is trying to add it to the main table for quick access and being able to filter quickly. Will your field benefit from this, if so i can help you add this if not i can have a look and see if we can stop it.
Thanks,
Stiofan
This reply has been marked as private.great! I will release this new ver.
Thanks,
Stiofan
Your customiser seems to be working for me, i’m going to grab a quick lunch now but should be on skype in about 30 minz.
Thanks,
Stiofan
ok just FYI we will be working on a universal search in the new year that will likely achieve what you want but for now you would have to look at the core function “searching_filter_where” in listing_filters.php 581 and then add your own filter and functions to then add a OR after, u could do that like this
add_filter('posts_where', 'my_searching_filter_where', 5); function my_searching_filter_where($where){ global $wpdb,$geodir_post_type,$table, $plugin_prefix, $dist, $mylat, $mylon, $s, $snear, $s,$s_A,$s_SA,$search_term; $my_new_query = " MY SQL HERE "; $where = $where.$my_new_query; return $where; }Thanks,
My user for ur site does not have the ability to see the plugins page, i have replaced the genesis compatability pack but i can’t activate tit o test, can you please do that and let me know.
Thanks,
Stiofan
December 29, 2014 at 1:25 pm in reply to: Questions on Avada Child Theme & Compatibility Plugin #25746Hi viki,
I have assigned this post to the dev who created the compatability packs but this is what i would say: although the child theme should not have to be updated very often and usually this would be the best place to add style changes because of the limitations of the main theme we have had to do it this way, i am not very familiar with avada but i think it has a page where you can enter your own css in it’s setting, this might be the best place to add that css for now unless you also keep a backup of your child theme CSS file.
Thanks,
Stiofan
Thanks for the info, i think this is a theme issue with the new location template, if you can pass me FTP info i should be able to fix it with a few lines of code.
Thanks,
Stiofan
Hi, are you looking to have this for user reg or listing submission etc? See here for user reg: https://wpgeodirectory.com/support/topic/captcha-for-registration-form/#post-10421
Thanks,
Stiofan
Hi Dave,
The query is not really all in one place and can be changed depending on what addons you have installed, it can mostly all be changed with hooks and filters. I am not sure how advanced your PHP/SQL knowledge is but if you let me know what you are trying to achieve i can better help you.
Thanks,
Stiofan
Hi Darren,
I have had a look and your site is using very little memory even compared to a standard WP install. When is this high memory usage supposed to be happening? All the time or just at specific times? (might be a cron job etc…)
Thanks,
Stiofan
Please check now.
Stiofan
-
AuthorPosts