rasmoodi
Forum Replies Created
-
hi @rafizsejim
thank you
The problem was solved.hi @rafizsejim
I think the problem was due to the use of Arabic characters(category name, location name) in the URL, which was solved by removing the Arabic characters in the URL.
I change category slug from database tablewp_terms
from Arabic characters to English numbers.hi @bobbied
some letters that reproduce uppercase encode URL and error:
??
????
???
persian url:
https://rasmoodi.net/business-directory/5024/??/encoded uppercase url:
https://rasmoodi.net/business-directory/5024/%D8%A2%D8%A8/encoded lowerercase url:
https://rasmoodi.net/business-directory/5024/%d8%a2%d8%a8/I was able to solve the problem temporarily by removing ID from URL according to this:
“Remove listing ID from directory URLs? Check this setting to remove the ID for better SEO.”Unfortunately, my 170000 pages have been crawled and indexed with URL that has ID, and now by removing the ID from URL, the new Pages will probably work without any problems.
Hi @bobbied
I test this on other host and domain, the problem still exists.
persian url:
https://rasmoodi.net/business-directory/5024/??/
encoded uppercase url:
https://rasmoodi.net/business-directory/5024/%D8%A2%D8%A8/
encoded lowerercase url:
https://rasmoodi.net/business-directory/5024/%d8%a2%d8%a8/Hi @bobbied
Thank you for your answer
I add this word as listing title field, I import it both via csv file and/or I add it manually as a new listing title field from WordPress admin panel, in both cases it does not work when encoded url is in capital letters, And the page dose not displayed,
Let me remind you that the posts on my website work and are displayed with encoded url in capital letters.
Note: If you want to add a Persian word but do not have a Persian keyboard, Google Translate is probably a good option to write in English and translate into Persian and have the Persian word at your disposal.Hi @bobbied
I solved problem by Loco Translate plugin, I create Persian .po file.Hi @bobbied
thank you for answer,
there is no .po file for Persian in the language directory, I think my translated field saved in database (table `wp_wpbdp_form_fields’)
I search other language .po file for translated Persian phrase too.I change all label to Persian from Directory > Form Field, but in listing page “address” label is English yet, (in excerpt view label is in Persian)
thank you, I try to make change with custom CSS.
Hi @bobbied Is this demo for FREE plugin? or this is a demo for paid plugin?
in this demo title of listing is colorfull, but in free plugin that I installed title is not colorfull.I MODIFY import-export.js file(dir: public_html/wp-content/plugins/directorist/admin/assets/js
)
before:
if (response.percentage != ‘100’ && counter < 150) {
after:
if (response.percentage != ‘100’ && counter < 1500) {and now I can import 30000 rows at any import.
Thanks for your answer.
@}===