Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You are welcome! 🙂
You should be able to login with your email and password, what error message do u get when u try that?
Stiofan
Are you trying to login with twitter or with user/pass? Do u get an error message?
Please explain a bit more 🙂Stiofan
Maybe if u set the Near me distance to zero or 0.000000001 but that would also affect the advanced search. It might be easier to write a whole new function to do what you want.
Stiofan
Please provide wp-admin and a link to an example page, and explain what you are trying to achieve, there are a few hooks u can use to add info to profile.
Stiofan
Hi Tim,
The advanced search searched parameters showing in the title is breaking the html of your theme title, i have disabled it and it works fine now, please check. (you did not seem to be using them anyway)
Stiofan
Invalid Username/Password. please check the details.
Stiofan
Hello,
No nothing has been added for this but custom fields have changed so its very easy to add your own custom field to to anything u want, u can find examples here: https://wpgeodirectory.com/custom-field-improvements-in-new-v1-6-6/
Thanks,
Stiofan
Thanks for the info, i have added the below snippet to fix the issue
function _my_dequeue_script() { if(function_exists('geodir_is_page') && geodir_is_page('add-listing')){ wp_dequeue_script( 'chosen-jquery' ); } } add_action( 'wp_print_scripts', '_my_dequeue_script', 100 );The problems is with LifterLMS adding a different version of chosen select.
Thanks,
Stiofan
“Connection timed out after 20 seconds of inactivity”
I am guessing the FTP is limited to your IP only, can you ask your host if this is the case?Thanks,
Stiofan
@tim, i get “Authentication failed” can u double check the details please?
Stiofan
Looks like you already have the function declared to change the order maybe in another snippet, so u should make the changes there.
Stiofan
October 27, 2017 at 10:39 am in reply to: ADD LISTING preview page does not display Listing Title #402877Hi Tim,
Yes it should be displaying it, we will be making changes to the preview page soon so it might be resolved with that anyway if you can hold out for a bit.
Stiofan
Hi Tim,
It does not seem to be firing the ajax action but also there is no JS error, can you also provide FTP details and i will debug it thanks.
Stiofan
Its not something that can be solved with wp-admin details, you need to set your server to not display PHP warning or notices, your server admin or hosting support will be able to do this for you.
Thanks,
Stiofan
-
AuthorPosts