Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
ok, there are a few ways to get around it, how many listings do you have? It might just be best to do a bulk edit via CSV?
What setup do you want to end up with?Stiofan
October 16, 2018 at 6:02 pm in reply to: Problem changing home page to custom build version. #449920Hi Richard,
Sorry about that, i was sure i replied here, i think i was logged out in the background and the reply did not post, i just seen another reply of mine that happend to, it should all be fixed now, can u check on our demo site and let me know if u find anything not working?
Thanks,
Stiofan
Hi Nick,
(I though i had already replied to this, i think i might have been logged out when i submitted it as i don’t see it.)
Tags are user entered info and they are already searched during a normal search, you can also just visit a tags page if thats what u want to filter by.
I don’t see the benefit of adding a specific tags filter, but i’m happy to debate it and how it would work.
(I am assuming you mean a search filter and not a autocomplete in the search bar like categories?)
Thanks,
Stiofan
Hello,
For the addresses you need to know two town/cities only? (this is the way i understood it)
You would use the map to enter one address, the leaving city i guess would work best, for the arrival city, you have a few options that could work:
1. Just a text input for the user to enter the city name into (can be done by default)
2. Make it autocomplete from the DB of current cities (would require a dev)
3. Make it autocomplete from something like the google api for cities (would require a dev but not every difficult)Thanks,
Stiofan
October 16, 2018 at 12:52 pm in reply to: Restrict wp-admin is showing the Admin Bar for a Subscriber #449853That setting has nothing to do with the admin bar, this simply will restrict the type of user from accessing the wp-admin area. There are many other plugin that will remove the admin bar.
Thanks,
Stiofan
Hi Nick,
I’m not exactly sure what u mean, this to me sounds like an advanced search option you would add to show all listings with a specific custom field value?
Stiofan
October 16, 2018 at 8:44 am in reply to: Can you please explain how the search results are prioritised? #449822Hi Mike,
I’m not sure what ur trying to show me in the spreadsheet, but try adding it as a zip file.
If you can provide wp-admin details i’ll find out the exact query used and let you know exactly how its ordered.
Thanks,
Stiofan
Hello,
We are doing final testing with addons now, we should have a first beta out tomorrow or the next day if all goes to plan.
Thanks,
Stiofan
Hi Nicholas,
1. Please direct the theme author to this article, their theme is not able to deal with Font Awesome v5, basically any plugin u install that uses FAv2 will do this, it just happens to be GD for now: https://wpgeodirectory.com/the-font-awesome-v5-wordpress-problem/
2. Usually u would just move the shortcodes to where u want, u can output the business hours after the tabs or as part of the tabs or even before the tabs, if you need more help just ask.
Thanks,
Stiofan
October 15, 2018 at 11:47 am in reply to: Category and Region/City Top Description is not showing #449710Hi Marc,
This is fixed and will be in the next release.
Thanks,
Stiofan
Yes,
NF>UR FORM>Settings>Emails & Actions>Success Message 🙂Stiofan
Hi Nick,
Did u have Events v2 active during the conversion?
I’ll flag this for Kiran to look at on monday, he is the one that built that part.Stiofan
October 12, 2018 at 2:10 pm in reply to: Strip non-alpha/numeric characters from search criteria #449456@nick, i don’t see any issue with ur link, if you have a different problem please open a new topic.
Thanks,
Stiofan
Hi Jeff,
It seem to be a problem in the theme, its trying to load a function that they have not defined yet:
/public_html/wp-content/themes/Extra/includes/core.php:355'is_ab_testing_active' => et_is_ab_testing_active(),
i changed it to:
'is_ab_testing_active' => function_exists('et_is_ab_testing_active') ? et_is_ab_testing_active() : false,
And the form now loads.
Thanks,
Stiofan
Hi Jeff,
Thanks for your time on this, i found the problem.
It was a bit of a pain to recreate but i think this is how it was replicated:
Add a listing, add images (but don’t save the listing) this adds images that are not “approved” which is a feature we plan to implement later 😉
The edit listing string was exiting when it found a un-approved listing so it would not continue to add any more to the list.This should all now be fixed 🙂
Thanks,
Stiofan
-
AuthorPosts