Shane
Forum Replies Created
-
AuthorPosts
-
Thank you so much Stiofan 🙂
Thanks Guust.
It would be great if it were possible.I just checked my Database and ‘Claimed’ value for all listings is ‘2’ except for the few I know are claimed which show a ‘1’ and the last 2 Test Listings (unclaimed) where the value is set to ‘0’
I want to run a search and replace query but for some reason the ‘claimed’ column is not showing up – see attached image. This is odd.
Ran an SQL Update query.
That resolved the issue.Unfortunately that doesn’t seem to work for me.
I would have suspected that this would only apply to new listing and have no effect on existing ones, either claimed or unclaimed.
Still, was worth a go,
This reply has been marked as private.This reply has been marked as private.October 13, 2018 at 2:40 pm in reply to: Strip non-alpha/numeric characters from search criteria #449557This reply has been marked as private.October 13, 2018 at 2:10 pm in reply to: Strip non-alpha/numeric characters from search criteria #449553Hi Alex,
Just a quick question.
I have added the tags and they are displaying in the search autocomplete, however, when I click them they are not searching like the actual Place Names do,ie.,
Shane’s Place >> (Place – searchable)
Alex’s Place >> (Place – searchable)
Stiofan’s Place >> (Place – searchable)
Shanes Place (Tag – Not searchable)What am I missing?
Thankss again.October 12, 2018 at 12:34 am in reply to: Strip non-alpha/numeric characters from search criteria #449394Thanks for your explanation Stiofan.
I had not thought of using tags to address this issue as I assumed the search only looked at place names as entered.
I take it that it does search tags as well?
Thanks again
Shane
August 15, 2018 at 8:03 pm in reply to: When updating the plugin The Google Map stopped working. #442560Just wanted to say a massive thanks for this Guust:
“Please see https://wpgeodirectory.com/docs/known-issues/#ubermenu
I disabled that option.I also de-activated “API KEY for Google Maps”, there is no need for that.”
I had exactly the same issues.
I too am using Ubermenu and it never crossed my mind to check; it’s so long since I installed it.Changing the Ubermenu settings solved perfectly.
Thanks again and also to Giovan Antoni for raising the issue.
Please disregard last comment.
Syntax error in my code.Hi Again,
Despite working for a few hours, the situation has returned.
When I go to my add listing page it just redirects back to the home page again.
GeoDirectory > Design > Navigation > Allow post type to add from front-end is Enabled.Thanks Alex,
Just now, before I saw this, I looked at the language.php file in the plugin folder.
There is an entry in this
if (!defined(‘CLAIM_BUSINESS_OWNER’)) define(‘CLAIM_BUSINESS_OWNER’, __(‘Business owner?’,’geodirclaim’));I changed this to
if (!defined(‘CLAIM_BUSINESS_OWNER’)) define(‘CLAIM_BUSINESS_OWNER’, __(‘Claim This Listing?’,’geodirclaim’));That did the trick, however I assume any changes I make here will be over-written with any updates, so I will revert and try your solution.
Many thanks again.
Shane
Thanks for your help Alex
I just can’t seem to identify the correct file to edit.
The translation guide you linked to states
Claim Listing language file is in:
/wp-content/languages/plugins/geodirclaim-en_US.mo
There are no WPGeoDir language files in this directoryAlthough I can see geodirclaim-en_US.po in the plugins languages folder.
As stated I can see the lines
#: language.php:70
msgid “Business Owner?”
msgstr “”when I edit it has no effect if changed.
I’ve purged/flushed all caches.
I just want to be able to change a label title and just can’t find the right file.
Not really,
As it had no effect I still can’t achieve desired result.
Can you point me to the file and/or lines of code that need to be changed?
-
AuthorPosts