Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
We are working on a excerpt shortcode that will solve that which should be released next week.
The trailing slash i’ll flag for Kiran to fix tomorrow.Thanks,
Stiofan
Hi Robert,
I have released a new version which has removed those permissions, let us know how u get on.
Thanks,
Stiofan
Hi Peter,
Your search page was missing, i recreated it, i have also applied the CSS fix.
Thanks,
Stiofan
Priority is getting v2 fully released then it will be on getting the ad plugin out in beta.
Thanks,
Stiofan
It is not manditory to set the parent cat also but it is not set to search the child cats of parent searches yet, i’m just mulling over any downsides before i add that functionality.
Stiofan
Please check now, the change will be in the next release of GD, the change is in the class-geodir-compatibility.php file, u can copy over the whole file if u need the change on a live site.
Stiofan
This update has been released now.
Thanks,
Stiofan
@kiran can u replicate this on our test site with v2 and IE?
Hi Peter,
1. the search icons is a CSS thing, i have fixed it and will be in the next release.
2. the search not working i am not sure of, it works on my test site, if u can provide FTP i will dig deeper.
3. I’ll look at the shortcode builder to see if i can make it smoother.Thanks,
Stiofan
I have opened a task for this to be looked at, we will update you here once done.
Thanks,
Stiofan
Orders can be changed with hooks
// remove original hooks remove_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 20 ); remove_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 30 ); // Add back other way around add_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 30 ); add_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 20 );
For the filtering, is the type just a category? If so then add the category input to the search bar and they can change it, but it won’t auto just show child cats.
If on the archive (non search) you can use the category widget/shortcode to show child cats.
Stiofan
Hi Alex,
Try asking them to clear the cache, if this makes the images show then it confirms the problem and i can look for it in the code.
Thanks,
Stiofan
Hi Alex,
1. In GDv2 if u start searching a category it can auto suggest it and take u right there which will have sorting.
2. Search results are sorted by relevance, they are given a “boost” for being featured but if there is something more relevant then that will be on top, if there is something of the exact same key words then the featured will be on top.
3. I’m glad you mentioned tripadvisor as they do it the same as us…
Archive with sorting
https://www.tripadvisor.co.uk/Restaurants-g186605-Dublin_County_Dublin.html
Search with no sorting
https://www.tripadvisor.co.uk/Search?geo=186605&searchNearby=&pid=3825&redirect=&startTime=1549968616035&uiOrigin=MASTHEAD&q=chips+and+potatoes&supportedSearchTypes=find_near_stand_alone_query&enableNearPage=true&returnTo=https%253A__2F____2F__www__2E__tripadvisor__2E__co__2E__uk__2F__Home__2D__g186605&searchSessionId=90CC14AA098F1A632C8B9C5B3846F5D71549968609325ssid&social_typeahead_2018_feature=true&sid=90CC14AA098F1A632C8B9C5B3846F5D71549968623804Thanks,
Stiofan
If u can provide FTP details i’ll have a look.
I have checkec with the same theme on my localhost and it works fine so i assume its a plugin conflict.Stiofan
For the images it should be like that, do u have a link to ur site and i’ll check the CSS?
for the description we are working on a new block/widget that will have more options and will do what u want.
Stiofan
-
AuthorPosts