Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Jasper,
There seems to be some sort of script adjusting the slider container, this should not happen, it might be a plugin or it might be the theme, if you can provide wp-admin details in a private reply i will take a look (only staff can see private replies)
Thanks,
Stiofan
Hi Faris,
Please provide wp-admin, FTP and DB access so i can debug this, you can reply and set it as a private reply and only staff will be able to see it.
Thanks,
Stiofan
Hi Hugh,
There is no easy way to do this as Google never returns data to say if a specific location is in either, it could be done but would involve customisation and quite a bit of work, and it would really only make sense if you were only doing these locations and not a global dir.
If you let me know more about why you want it i might be able to suggest something.
Thanks,
Stiofan
Please try again now and let us know.
Thanks,
Stiofan
This reply has been marked as private.This reply has been marked as private.OK i think we were checking different url’s
https://www.secrettelaviv.com/best/health-and-beauty/?sort_by=overall_rating_asc Shows the code but :https://www.secrettelaviv.com/best/?sort_by=overall_rating_asc does not
I tried doing i print_r($_REQUEST); in the very first active pluign which is the very first code loaded after core WP and it is blank, so unless you have edited core WP i would say its server related…
Stiofan
We have a function for that now, use this:
geodir_login_url(array("gd_go"=>"claim"));Thanks,
Stiofan
The request is only empty if there is not sort order selected, i tested code on your site in that exact section, feel free to add it back
if (isset($_REQUEST[‘sort_by’]) && $_REQUEST[‘sort_by’] != ” && is_main_query()) $sort_by = esc_attr($_REQUEST[‘sort_by’]); echo '###'.$sort_by; if ($sort_by == ”) { $default_sort = geodir_get_posts_default_sort($geodir_post_type); if (!empty($default_sort)) $sort_by = $default_sort; }Stiofan
I have done some debugging, the sort by value remains correct but the filter “geodir_posts_order_by_sort” is filtering the value, have u added a filter for this somewhere, this is all i can think would change it.
Stiofan
There is currently no easy way to change the speed and remove the images from below, we could add settings or hooks to allow this in future if Paolo agrees.
For the profile between the slider and tabs something like this would do it (not tested):
add_action('geodir_details_main_content', 'my_profile_below_slider', 55); function my_profile_below_slider(){ global $post; the_content(); }Please also translate city to Ville in advanced search addon and i think this will be resolved, if not let us know.
Thanks,
Stiofan
Hello, your DB user did not have ALTER privileges.
Thanks,
Stiofan
Hello,
There seems to be a plugin messing with the query, it’s not even taking the location into account.
This would be my suggestions
#1 update all GD pluingsif the problems is not resoled:
#2 try disableing non GD pluigns one by one untill resoledif not resolved
#3 provide ftp and we will take a look.Thanks,
Stiofan
Looks like Guust is right, but if u have further problems, please provide wp-admin and ftp and i’l take a look.
Thanks,
Stiofan
-
AuthorPosts