alexanderine
Forum Replies Created
-
AuthorPosts
-
I managed to solve the problem by creating a new location in the ( Add / Edit Location ) tab
Then i entered the address manually
then i selected this place ( i created ) and merged it with the buggy ones and i selected it as the primary city.
it’s a lot to go throw specially if i am to scale this business i need to get a team and teach them how to be very vigilant and i doubt they would be able to spot these weird minor issues, it was just hard to see this character that i don’t get why or where was it generated.
Thank you for your time.
You can mark this as solved now
could it be the translation for this place? has some sort of a space?
I know, and i already did, but this weird characters in our URL keep appearing despite merging the locations.
Now the default way of adding my lists in this particular region of the planet WILL show the strange character in my URL.
Si i tried to test why it appears, i added a dash ( – ) instead of the space, all works great but i still get this character in other lists.
am sure i have duplicate of this in my database for some reason, what do i need to mprovide to get this solved!
I still have the problem
i noticed that this extra space whatever it is has created it’s own business lists.
So for example i have the same region with its business lists and then i have the same region with an extra space and it too has its own businesses.i have no idea how to remove it entirely from the process.
This reply has been marked as private.sorry am writing from my iphone and i can see it added a (blockquote) at the beginning of each code, so just ignore that and copy from between the quotes.
Sorry i think my previous comment was not correct, apologies as it gets a bit overwhelming at time, please do the following exactly :
1- go to Geodirectory folder, Plugins/GeoDirectory/geodirectory_template_actions.php
2- comment-out line 1186, meaning do this//$taxonomies[$post_type . ‘_tags’] = wp_sprintf(‘%s: %l’, geodir_ucwords($listing_label . ‘ ‘ . __(‘Tags’, ‘geodirectory’)), $links, (object)$terms);
comment out mean just add the 2 forward slashes to disable what this line does.
3-underneath this line that you commented out “disabled” past the following line
<blockquote>
$taxonomies[$post_type . ‘_tags’] = wp_sprintf(‘%s: %l’, geodir_ucwords(__(‘Tags’, ‘geodirectory’)), $links, (object)$terms);
</blockquote>
this should remove the word location next to tags in any listing page.
Now repeat this process for the following line to be able to remove it next to category:
go to line 1241 in the same php file mentioned above and do the following :
1- comment this line out by adding the // at its beginning so it should look like this<blockquote>
//$taxonomies[$post_taxonomy] = wp_sprintf(‘%s: %l’, geodir_ucwords($listing_label . ‘ ‘ . __(‘Category’, ‘geodirectory’)), $links, (object)$terms);
</blockquote>
and now add the following line
<blockquote>
$taxonomies[$post_taxonomy] = wp_sprintf(‘%s: %l’, geodir_ucwords(__(‘Category’, ‘geodirectory’)), $links, (object)$terms);
</blockquote>
that should remove the word location next to category 🙂
that’s it you’re done and everything is awesome. Le me know if you have further problems
love from Egypt
Yes, thank you
updating location manager to 1.4.4 did fix the problem 🙂
thank you very much for your time.You can remove the extra word “location” using the translation flies, the PO files.
I have changed it and it worked for me.
This reply has been marked as private.February 13, 2016 at 2:02 am in reply to: Add listing or view listing redirect to the main language. #121582i figured it out, for anyone who is having this problem
WPML and Geodirectory are not the best of buddies it seems
I had to switch to ‘all languages’ before telling Geodirectory to create the missing pages
That way it created all of them using the same IDs for both languages
Just don’t mess with geodirectory’s permalinks tab when you;re done with thew above steps and you’ll be fine.February 12, 2016 at 11:09 pm in reply to: Add listing or view listing redirect to the main language. #121559Yes I have translated everything and it works.
The Arabic language works perfectly. But the English forward to the Arabic version.If am trying to add list from my menu it opens the Arabic home page.
February 12, 2016 at 1:08 pm in reply to: Add listing or view listing redirect to the main language. #121249This reply has been marked as private.Oh I forgot to tell you, the home page after the styling adjustments looks beautiful.
I styled the advanced search short code and the demo site looks awesome. My boss loves it already. Although it took a huge amount of efforts from you guys but it was worth it.
Please take a look at what we did with your baby plugin 🙂 here 2016.webtomizer.net
Thank you for the wonderful script.
Oh I forgot to tell you, the byline page after the styling looks beautiful.
I styled the advanced search short code and the demo site looks awesome. My boss loves it already. Although it took a huge amount of efforts from you guys but it was worth it.
Please take a look at what we did with your baby plugin 🙂 here 2016.webtomizer.net
Thank you for the wonderful script.
-
AuthorPosts