10957 comments found.
Hi quick presale question. Currently have the free version from the wp plugin store and i have about 100 listings already. Is it easy to migrate to this version?
Hello, it is super easy https://www.salephpscripts.com/wordpress_directory/demo/documentation/update-from-free/
Thank you for the nice plugin and good documentation.
We created an Arabic translation for W2DC as described in the documentation. We were able to translate many of the texts. However, many of the texts are not available in the W2DC-local.po file. How can we translate them. Please take a look at the following link to see what could not be translated.
https://wp.zafafplanner.com/webdirectory-submit-ar/All these texts are in the W2DC po file. Using PoEdit application you can use search option, press Ctrl+F
Thanks for your answer. However, not all strings are found in the W2DC-en_US.po (which I copied to W2DC-ar.po). Examples of some missing strings are: “Phone” and “Country”. Also some of the translated strings are still displayed in English such as “website” and “Categories” while others appear translated correctly.
These are names of content fields. You can edit them on the Directory Admin -> Content fields page.
Thank you for point this out. We have translated most of the site now. However, there are still a few strings that we can not translate (beacuse they either do not appear the translation file, or still show in e=English, even if translated) as you can see on the following link. These strings are “home” in the breadcrumb, “Contact Information”, Comment, Map, and all the controls of the mapbox map. Can you point out how those strings can be translated. https://zafafplanner.com/listings/%d9%85%d9%88%d8%b3%d9%89-%d9%82%d9%88%d8%a7%d8%b3%d9%85%d9%8a/
‘Home’ in the breadcrumb, Comment, Map – all these you can find in the translation file. Use search functionality if you are using PoEdit application.
But directions controls of the mapbox map – it does not seem it is available for translation, in the current version at least https://github.com/mapbox/mapbox-gl-directions/issues/209
Thanks. Unfortunately, I already have ‘Home’ and ‘Comment’ translated, but I still see the English text. ‘Contact Information’ is not in the translation file.
Double check ‘Home’ string. It is exactly in the .po file.
‘Comment 1’ string on the comments tab comes from your theme.
‘Contact Information’ – is the name of content fields group. Please, look at the Directory Admin -> Content fields page.
hello
ive managed to get this plugin almost perfect and working with my site as i want it. id like to change something though.. on the “read more” option of the post there is the “by Username” link.. you would think that this links to the author? but it does not.. ( it links to the sites homepage ) how do i go about linking it to the authors account page? -thanks Ryan x
Hello,
unfortunately, the plugin does not manage users pages. It gives a link on an username when user filled in website field in his profile.
hello, ive had some code changed to work as required, to help save me some money
when a pin is opened it is set to center on map this works but is not as intended as the window opens up too high.. “id like the window to be what is centered. could you help with this?
Hello,
the info window can not set the center of a map. You can only increase map height in settings if the window is too tall.
its ok i have got in contact with developer to fix this for me
have to make js changes. but can be done
, i have another question that will complete all help with this plugin
i notice that some fields are set as required when making a pin, how can i make uploading an image ( logo ) required thanks -ryan
You can add this code into w2dc/addons/w2dc_fsubmit/classes/submit_controller.php
after this line
if ($validation_results = $w2dc_instance->media_manager->validateAttachments($errors)) {
add
if (empty($validation_results['attached_image_id[]']))
$errors[] = 'Images required!';
else
thanks !! this worked great
how do i get the red(*) next to the header?
w2dc-images-upload-wrapper,.w2dc-submit-section-media:before {
text-align: center!important;
font-size: 25px;
font-weight: bold;
content: ”*”;
color: #f00
}
.w2dc-content h4 {
font-size: 18px;
color: #41484e;
}
this is what i tried using css. i got close but am not quite there yet :/ help would be appreciated
https://prnt.sc/o6nns7
You need to modify w2dc/addons/w2dc_fsubmit/templates/submitlisting_step_create.tpl.php template. Look how it displays red asterisk in html code near media metabox.
done
Thankyou SOSO MUCH!
very happy!
Thank you. I will make sure this is checked and come back to you. I can also provide the page shortcodes if I have a private location for this rather than the forum.
I have checked and it is now enabled in advanced. After fluching the cache and checking in another browser, it is stil not working. I can see something happens in the tab like it is going to another page but then it stops and opens up the same page that has all the listings instead of the listing that was clicked on.
Hello,
I purchased your plugin on 11/06/19 and currently using version 2.3.3 with Wordpress 5.2.1 along with Pro theme (https://theme.co/apex/).
I purchased opposed to using the free version as I require the shortcode features. However there seems to be a code conflict with my theme. The theme I use has ‘page builders’ for styling and adding content.
When I use the shortcode [webdirectory-listings carousel=1 carousel_slide_width=300] (or any other shortcode for that matter) it does not display properly and you can see the results in the bottom half of this page: http://izone.org.uk/mental-well-being/ after ‘Other useful links’.
Having spoken with my theme creators they would like to know how your plugin implements its shortcode. “Does it do a search and execute kind of shortcode? Because that’s not going to work since the website builder’s elements are isolated from outside its global $post. All the shortcode works okay on a standard page since they are implemented based on Wordpress standard.
If you can let me know how the html return is working and if its passing through nay Java scripts that makes changes to it then I can feed this back to my theme developers who will assist in fixing the issues.
Your support is much appreciated and thank you in advance.
Hello,
the HTML of shortcodes returns as usually wordpress shortcodes do, exactly in the same way. Specific function returns shortcodes’ layout. Yes, it searches through posts in the database and global $post takes part in this action. This needs to include needed js and css files on a page.
Let’s try to enable “Include directory JS and CSS files on all pages” option on the Advanced settings tab.
That did the trick! Awesome plugin and worth every penny. Thanks so much for getting back to me.
Hello, I can’t find the .pot file, there is only a .po and .mo in the language folder.. how do i find it ?
Hello, there is not .pot file. Why do you need this file? it does not need to translate the plugin texts: https://www.salephpscripts.com/wordpress_directory/demo/documentation/translation/
Hi,
The last version of your plugin (2.3.3) cause an error with woocommerce subscription plugin (responsive mode style appears and an error on the checkout page).
The 2.3.2 worked.
Can i have a link to this old version please ?
Hello,
Unfortunately, we do not have links to old versions of the plugin, though they are not supported.
Also v2.3.3 was not modified in woocommerce functionality part of the plugin.
Your support has expired. We would recommend you to renew it for getting further assistance from our team.
I found the problem. In php 7.0 it still works but not in 7.1 or 7.2. There is a bug with woocommece subscription. I will stay in 7.0 for now !
Hello, is there finally the German translation ?? Thanks Fredy
Purchase codes
59824a67-404d-46cc-9d7c-7c4416c79c6a – 8 Ap
Hello, unfortunately, there is not German translation.
Hi. I have this installed at https://www.greenbeltonline.org
I have two directory option: https://www.greenbeltonline.org/business-directory/ https://www.greenbeltonline.org/arts-directory/It seems as though all the permalinks have disappeared- no listing is generating a permalink. Can you tell me what to do to fix this issue?
Screenshot to test listing – url has disappeared. New listings appear the same.
http://tinyurl.com/y48szo3kEverything was working prior to updating.
Thank you, Tanya
Hello,
probably you did not create required pages with [webdirectory] shortcodes. Copy shortcodes from directories admin page.
These were working pages and randomly stopped working. None of the listings have permalinks. Your answer dooes not make any sense. Thanks.
It’s ok, do not worry.
How do we fix this? Do you need additional infromation or? I sent screenshots already. My client is upset, this stopped working the day of the launch.
Look, I pointed you to the shortcodes pages. You answered my reply does not make any sense. So there are no problems I guess. Do not worry. It is ok?
If you really want to solve this problem, of course, we need more information. Actually your screenshots did not make any sense. We need information about shortcodes, Because if there are no [webdirectory] shortcodes – permalinks will not work, there are no pages to display listings. How do you think, I mentioned shortcodes just for fun?
Right now I do not have any idea how your pages were built, pointed you to shortcodes directories admin page, and got your excellent reply “Your answer dooes not make any sense.” This is something.
The pages were working fine previously. The main directory pages which contain the shortcodes work just fine. The individual directories do not open. The screenshot that I sent showed that there is no permalink on the individual listings any longer.
The shortcodes are on the directory pages. These pages were working with no problem for some time now. Your reply doesn’t make sense, because the shortcodes are on the page. Please let me know the next steps. If you need more information, please identify the information you need.
Also please understand that we did several hours of troubleshooting prior to reaching out in case it was a simple issue that we could solve ourselves or user error. Since everything is working but the single listing links and no permalinks are generated for new listings. and the permalinks for the EXISTING previously working permalinks have disappeared, I need to know what the next step is.
I would appreciate your patience as well. I am not used to being spoken to so rudely. If you are unable to correct the issue, please direct me to the person who can.
Is there a higher support option? I am happy to follow whatever instructions you give, but I need to get this issue resolved or start over with another plugin which I’m trying to avoid. You’re an elite author which is why i went with your plugin. I’m happy to provide what you need to help provide support. I have stated through every request what we have done to fix the issue and provided screenshots. You provided a fix that didn’t make sense considering the troubleshooting we had already done prior to reaching out. Please let me know if you are unable to provide support for this item. My client is unhappy, so I am unhappy. Thanks.
Still waiting information about shortcodes you have built your pages.
Sure. Can I have an email to send private info to rather than the forum?
You can send private message through contact form in my profile.
In your message I see only one shortcode you are using [webdirectory-listings]
Please create a page with [webdirectory] shortcode as explained in the installation guide https://www.salephpscripts.com/wordpress_directory/demo/documentation/
Thank you for that. I confirmed we do have this added. As you can see, the sing;e listings are working for this page: https://www.greenbeltonline.org/business-directory/ but not for this page https://www.greenbeltonline.org/arts-directory/? Do you have additional direction?
OK, you created new page with [webdirectory] shortcode as I explained in the very first reply one week ago.
This page [webdirectory] shortcode is utilized by the first directory you have business-directory
Now you need to create another page for the arts-directory with similar [webdirectory id=ID] shortcode, where ID – you can find on the Directory Admin -> Listings directories page. Please, let me know if you understand what I mean.
Success! Thank you very much! I’m going to contact you regarding one more issue, but the major problem has been solved. Appreciate your patience.
The solution was in the very first reply.
Hi, I found some of my problems in comments here but not a solution for me.
1) Open graph doesn’t work. This means: Although I set an open graph picture it doesn’t exist at the end in source code.
2) Although I set meta descriptions in Yoast in category and locations pages they doesn’t exist at the end in source code.
3) Map on entry pages appears only on click and not by itself.
4) “More filter” doesn’t work. Nothing happens on click.
Example: https://www.psoriasis-netz.de/adressen/ort/de/bayern/
Do you have any tips for me?
I don’t use any page builder.
Hello,
1. does it work on other pages of your site? There is some info in the troubleshooting article in the documentation
Problems with Facebook sharing
For sharing in Facebook any page must contain some special meta tags in its HTML source code. For correct sharing directory plugin inserts own meta tags on single listings pages. But another plugins (or themes in some cases) can add own meta tags as well. This may cause sharing issues.
Try to find this conflicting plugin and/or a setting to switch off adding meta tags for Facebook. This is the only solution
https://www.salephpscripts.com/wordpress_directory/demo/documentation/troubleshooting/2. does it work on other pages of your site? Meta descriptions should be set for Directory Categories and Directory Locations taxonomies items
3. and 4. I see missing jQuery error message in browser console. The reason could be in caching system you are using on the site.
2) yes. For example on this page it works: https://www.psoriasis-netz.de/schuppenflechte-formen
For location and category pages the meta description is set in Wordpress ( example: https://www.psoriasis-netz.de/adressen/ort/de/bayern/ )
But in sourcecode the description is empty.
May I look at your admin dashboard backend? You can send private message through contact form in my profile.
Also try to test it without caching.
Hello, we explored the issue with meta description on your site, thanks for report. We will release a fix in the next update.
hello, I have renewed support for 6 months in order to get a little help with update. I have let my version of the directory lapse a bit and now am in the process of updating my existing version from 1.12 to the new one. I updated manually and it cause a major error which showed this text and white screen. I put back the old version for now so I could ask about the update method. The error was this….Fatal error: Call to undefined function wp_doing_ajax() in /home/pgwebdes/public_html/clients/goabc/wp-content/plugins/codecanyon-6463373-web-20-directory-plugin-for-wordpress/functions.php on line 338. I am updating the whole site and I have heard that you always update the wordpress part last. My current wordpress is at 4.5 – is this the reason for the error. Perhaps I need to update the wordpress first in this case before the plugin?
Hello,
wp_doing_ajax() function was introduced in wordpress 4.7, that is why it gives error message.
We had never updated the wordpress as the last part. Wordpress always must be up to date.
Hi Shamalli,
Q.1 I am missing the (Closing Cross) on the info windows.
When the Map Icon is clicked on to open the info window for a Listing, you cannot Close it. Not even clicking on the Map will close the info window.
Am I missing some setting somewhere?
I thought there would be a standard X in one of the top corners to close the Window.
Kind Regards, Wayne
Hello, for some reason font-awesome styles file of the directory plugin does not load on your site. Instead it loads another font-awesome file (probably from another plugin), this is the reason of this issue.
Hi Shamalli,
Thank you !!!
I had installed Font Awesome Plugin.
I have now Deleted it and Listing window is back to normal. 
Strange how the Fa Plugin can conflict with the fa you are using. Can this be looked at in future releases to be able to use fa Plugin, seeing as how it’s the same fonts from FA. Similar problem to using .png files etc
Kind Regards,
Wayne
Hello, this is not that thing we can manage from our side just because that plugin cuts of required file.
Hi Shamalli,
Ok! I understand.
I have my site just about where I want it, Thank you.
But just 1 more troubling small issue.
In the Listing Levels I ONLY see a White Square in Chrome and FO59 in Firefox.
I have Inspected the Elements in chrome and it is calling –
Don’t know why it didn’t allow the code I put after calling- but I’ll just tell you it is w2dc-hint-icon
I edited the CSS file and removed fo59 and just put a ? but it only works with firefox. So this has something to do with the CSS. I am looking at your DEMO site and I can see the ? ok . And the CSS looks the same
Hi Shamalli,
OK – The Hack to the CSS worked. I just had to refresh the Google Chrome browser.
As this is just a Temporary HACK to the CSS.
I would like you to provide me with a proper FIX please!
Kind Regards, Wayne
What exact FIX do you mean?
Currently I do not see any issue on that page.
OK,
You don’t see an issue because I replaced some code in the CSS file. BUT it’s NOT Correct.
If you have a look at the CSS on this page: https://dronebusinessdirectory.com.au/submit/ Look at Line 2632 I removed what should have been Font Awesome fa059 and PUT a ? in its place because it was NOT showing the Font Awesome f059 which is a question mark.
Please look at YOUR Demo Site and it’s CSS. My CSS was the same BUT Font Awesome for the Hint Icon Was Not Showing.
I don’t want to just leave it with what I put in the CSS as that is NOT correct Coding.
Kind Regards, Wayne
This is because of your theme’s style. line 113
It makes all links on the page font-family: Arial, ‘Arial Unicode MS’, Helvetica, Sans-Serif;
But our hint icon link requires font-family: ‘FontAwesome’;
Hi Shamalli,
OK, But I see the SAME fonts in ANY Default Wordpress Theme I try to use. example: Twenty Sixteen, Twenty Seventeen, Twenty Nineteen.
Shouldn’t your Web Directory work with these “Default” Wordpress Themes, given that Web Directory 2.0 was built to be run in Wordpress.
There is no mention of FontAwesome in the above themes!
I thought your code was making reference to FontAwesome and calling the fonts from outside source. that source being fontawesome.com
So my main question is: Why will it NOT work using the Default Wordpress Themes?
Any idea please!
Kind Regards, Wayne
Please, May I also add.
I have looked at YOUR DEMO Site: https://www.salephpscripts.com/wordpress_directory/demo/submit-new-listing/
And searched your style.css , you have NO mention of FontAwesome in this stylesheet either, yet it shows correctly ????
I Only see FontAwesome in fontawesome.css NOT your style.css of:
www.salephpscripts.com/wordpress_directory/demo/wp-content/themes/w2dc-theme/resources/font-awesome/css/fontawesome.css?ver=5.1.1
Kind Regards, Wayne
Hello,
So my main question is: Why will it NOT work using the Default Wordpress Themes?
this is quite strange logic in your main question. The plugin WORKS with ANY default wordpress theme. ANY wordpress theme SHOULD NOT and WOULD NOT forces links to follow ANY specific fonts. This is the basics. But YOUR theme forces ALL links to follow ONLY those fonts. This is how CSS works on YOUR theme. Sorry, but we can not and do not want to teach you these basics. You can find tons of information how Cascading Style Sheets work, of course, if you are REALLY interested.
Also why do you look at OUR DEMO site THEME style when you are working with PLUGIN’S styles? Of course, you will not find anything in THEME style, because hint icon link persists ONLY in the PLUGIN’S styles. Quite strange logic, by the way.
Actually, it looks like you are trying to find a bug in the plugin instead of fixing the issue in your theme. I definitely can say this is bad idea. All known simple bugs were fixed 5 years ago, there is nothing you can find here.
Hi Shamlli,
Ok,
So I am not a Coder and don’t understand coding properly. Actually, I don’t understand your Answers.
1.You Say the Plugin works with ANY Wordpress Theme.
2. But it has the SAME error in ALL of these themes I try: Twenty Sixteen, Twenty Seventeen, Twenty Nineteen.
3. You now say :And I Quote you ” you will not find anything in THEME style, because hint icon link persists ONLY in the PLUGIN’S styles”
So, if hint icon ONLY persists in PLUGIN’S Styles – THEN it is the PLUGIN that is wrong is it not?
4. I Quote YOU again ” This is because of your theme’s style. line 113
It makes all links on the page font-family: Arial, ‘Arial Unicode MS’, Helvetica, Sans-Serif;
A. This is why I was looking at your Theme. Because you say the problem is in MY Theme. Yet you Also say it is in the Plugin.
5. Is it Both, because you are confusing me as to where to find the problem.
Is it in the Plugin Theme OR Wordpress Theme.
Your Quote again: “The plugin WORKS with ANY default wordpress theme. ANY wordpress theme SHOULD NOT and WOULD NOT forces links to follow ANY specific fonts.
A. SO I use the Defult Wordpress Theme and the problem is still there A. SO I use the Defult Wordpress Theme and the problem is still there
6. So if I use the Default Wordpress Theme, Why do I STILL have a problem.
I know this is long winded Question and Answer, But I am trying to understand !!!
Kind Regards, Wayne
EDIT,
I have installed Wordpress Default Twenty Sixteen Theme. NOT MY OWN. So you can SEE the Problem.
You can plainly see the problem here: https://dronebusinessdirectory.com.au/submit/
Where Hint Icon (?) is supposed to be there is: Strange symbol followed by o59
Kind Regards,
Wayne
This is because you modified plugin’s frontend.css and inserted fo59 instead of f059
Hi Shamalli,
Thank you !
Sorry, I modified this entry because it wasn’t showing in my theme, and when I changed it back I put a o instead of 0.
Now I just need to figure our why my Theme won’t show your FontAwesome.
Not your problem I know.
So thank you for your replies !!!
Kind Regards, Wayne
Hello,
when I activate your plugin, I belong to you in the health tool of Wordpress, this error:
The REST API request failed because of an error. Error: [] Error cURL 28: The operation expired after 10000 milliseconds with 0 bytes received
I set up test facilities and with a WP all fresh without plugin and with theme 19, I have the same thing.
thank you in advance Best regards
We replied 2 weeks ago:
Hello,
This problem is a very common server related issue. In most of the cases not created by a particular theme or plugin, nor by WordPress.
Here are some recommendation how you can fix this https://docs.presscustomizr.com/article/326-how-to-fix-a-curl-error-28-connection-timed-out-in-wordpress
Otherwise you can ask your hoster support.
https://codecanyon.net/item/web-20-directory-plugin-for-wordpress/6463373/comments?page=449&filter=all#comment_22146837Hello,
I tested on 2 different accommodations and the 2 hosting companies answered the same thing: “If you have the address that your plugin contacts, we can then see if it is blocked at our level. Without the address, we can not investigate at our level. ” If you can give me this address, I will communicate them to you.
Thanks for your help. Best regards
Hello,
the plugin does not contact any address from the background.
It sends requests to envato API when you click to verify your license. It sends requests to maps geolocation service when you are trying to search addresses by radius. But it never contacts any address just in the health tool of Wordpress.
Did you test it on fresh wordpress installation?
Yes, on two different hosts and for one on two different types of server and it’s always the same thing. I can give you access to a Wordpress, all fresh, that you can even reinstall, without any plugin activated, you can activate your, and no other theme than 29.
Best regards
Yes, we can look at your site backend. Would be glad to research it through FTP as well.
You can send private message through contact form in my profile.
it is done
OK, I deactivated directory plugin and still 2 critical issues on your site https://prnt.sc/o00dk9
Disable also latepoint because this plugin to the same error as yours. And watch what happens in “health site” when you enable or disable your plugin.
Give me the addresses queried by your plugin to do this kind of test. 0.081 curl -s -w “%{time_total}\n” -o /dev/null 172.217.3.206 0.406
curl -s -w "%{time_total}\n" -o /dev/null http://www.google.com/
This looks like it calls a link to update by this address
https://api.envato.com/v3/market/buyer/download?purchase_code=YOUR_PURCHASE_CODEthis does not happen with the envato token, yet it is well created. I try with another
Whole code you can see in the w2dc/classes/updater.php
$url = "https://api.envato.com/v3/market/buyer/download?purchase_code=" . $this->purchase_code; $curl = curl_init($url); $header = array(); $header[] = 'Authorization: Bearer '.$this->access_token; $header[] = 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:41.0) Gecko/20100101 Firefox/41.0'; $header[] = 'timeout: 20'; curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_HTTPHEADER,$header); curl_setopt($curl, CURLOPT_REFERER, $_SERVER["HTTP_HOST"]); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_ENCODING, 'UTF-8'); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); $envatoRes = curl_exec($curl); curl_close($curl); $envatoRes = json_decode($envatoRes);
This began some weeks ago after wordpress update.
All forums, all threads I have found about this problem points to the old cURL version on the hosting.
No tokens work with your link.
yet since the termal curl -s -w ”% {time_total} \ n” -o / dev / null https://api.envato.com/v3/market/private/user/ac 0.414
Sorry, no idea what this means.
Token and purchase code are quite different things.
What would be the good version of curl?
The latest I guess.
Hello, we’re having some issues with this plugin. This is utilizing the Visual Composer elements for the plugin.
- The search doesn’t seem to actually work. If you enter something to find a location, it won’t always find locations even though it should. In situations where it will find something, the map section will render blank.
- For some reason, ajax loading doesn’t seem to work. Using search just reloads the whole page, even if ajax settings are enabled everywhere.
- On each listing in the Directory Listings widget, the image thumbnail doesn’t link to the same place as the View Locations link does.
Thanks!
Hello,
this looks like javascript error(s) on your site breaks functionality of the directory plugin.
Your support has expired. We would recommend you to renew it for getting further assistance from our team.
Hi Shamalli,
We have purchased the plugin again for another 6 months of support. Would you be able to help us further in troubleshooting our issues with the plugin?
Thanks
Hello,
yes, of course. As I already mentioned this looks like javascript error(s) on your site breaks functionality of the directory plugin. You can open javascript console in your browser and look if there javascript errors and a file it is caused by.
Hi Shamalli,
Since we do have premium support again, is there any chance we could set up an account for you guys on the site to look into it directly for us?
Thanks!
Hello, yes, you can send private message through contact form in my profile.
Hello, Is it working well with Elementor? (isi it possible to customize the listing templates with elementor for example). Is it integrated with buddypress?
Hello, the plugin is fully compatible with WordPress Visual Composer and SiteOrigin page builder plugins. Use directory widgets with enabled custom home page setting.
https://www.salephpscripts.com/wordpress_directory/demo/documentation/custom-home/I was using the free version and everything worked GREAT, now that i have the full version the Maps aren’t working and there are no pictures on the single post, only empty boxes.
Can you please give me some assistance?
Contact us from your purchase account, please.
Hello, I have a directory of restaurants with the free version of your tool, but I want to go to a second level and make it a kind of marketplace (without product sales), where each of the restaurants can upload their ads and manage them, but giving them a fee for some additional services (upload more images, upload videos, have a contact form, appear in the first search results, etc.), it is not necessary to make the payment online, only that I can enable a user and password to access. Indispensable that I can control or approve the content they upload, before it is published.
I do not know if you can tell me if your tool has these features and if so, I would appreciate if you give me a tutorial to configure it, it does not matter if it is paid, because we will assume the cost.
Thank you very much for the help you can give me.
Hello,
the plugin has such features, you can explore its documentation here: https://www.salephpscripts.com/wordpress_directory/demo/documentation
Hello, I have lat/long locations for all my listings already so I do not need to geocode. Now when I go to edit a single listing I get an error “Sorry, we are unable to geocode that address (address #0)....REQUEST DENIED” – until I check the box “Enter Coordinates Manually”, then it goes away for this listing only.
How can I just turn off or disable google geocoding completely? I know how to get valid API keys, the map works fine.
Thanks
Hello, what do you mean by “I have lat/long locations”? Does it mean you imported CSV listings with coordinates?
If so, you have to assign latitude and longitude fields, but skip addresses fields.
Yes I imported listings with Lat/Longs and addresses.
What if I want to still show the address, would I need to create different content fields to do that to bypass the error?
Say I put the addresses into a “street_address” content field and show that on the listing instead of the built in address fields.
Thanks
Yes, you need to create a separate text string field for listings addresses and import addresses into this field.
Hi,
I just setup web 2.0 directory plugin and imported demo content also, but it doesnt give search fields like it is in demo, would you mind guide me on that plz, i need custom fields to be visible in search/filter bar,
You can see in fields settings in this screenshot, i already set them to be as checkbox http://prntscr.com/ny28sr
but only get search box like you see in this screenshot, http://prntscr.com/ny2991 no other fields are seen in there, i need there many more options which i will keep configuring from wp-admin.
Let me know soon, Thank you.
Hello,
this field could be in the advanced search section, clicking on the ‘More filters’ button will open advanced search section.
Also did you add checkboxes items in this field?
https://www.salephpscripts.com/wordpress_directory/demo/documentation/content-fields/i already did all needed, but no additional filters showing there, if you need i can share admin credentials with you, please let me know how do i send you credentials..
You can send credentials through the contact form in my profile.
Ok, i just sent message with required credentials, please look into it and let me know soon, Thank you.
As I see jQuery library loads in your theme in the footer of the page instead of native wordpress jQuery in header. It causes this problem.
Hi, thank you for the info, can you please tell me how do i add more options in Order by section as shown in this screenshot, http://prntscr.com/o3dfx8 currently only two options there.
Hello, what exact options do you need to add?
Hi, there needs to be more like category, location, or any other custom fields added to directory.. another thing noticed, dont know why but even i enabled frontend submission for directory listing, it is not working, look at these two screenshots .. http://prntscr.com/o615bx and this http://prntscr.com/o6178j it shows shortcode itself instead showing submission form.
another thing is.. currently we working on development domain, after we are done, we will need to move the site to client’s domain, so will need to regenerate token or will it remain same and working?
next thing is.. i added custom fields in wp-admin, and set its order and saved as well, but in search/filter section, they do not come in order they are in admin, so sorting of fields also do not seem to work fine
.. btw, i see after few minutes of token genertion, it worked and could verify and then it showed submit listing form, now just thing to sort out about having fields in same order as they are set in wp-admin, so please guide on it, you should have admin details already i believe to check it.
First of all you have to enter purchase code and generate access token as explained in the installation instructions https://www.salephpscripts.com/wordpress_directory/demo/documentation/
Hi, I would like to change a few things on the submit a listing form. 1. Change “Zip code” to “Post code”. 2. Change “Listing title” to “Property name”. 3. Make “County” a required field. Can you advise please?
Hello,
you can edit plugin’s texts as you wish by managing W2DC-en_US.po file. https://www.salephpscripts.com/wordpress_directory/demo/documentation/change-texts/
Your support has expired. We would recommend you to renew it for getting further assistance from our team.
Hi, can you confirm where the listing title is found in the PO file, as I have edited most variations of it and it hasn’t changed on the front of the website. I will renew support, thanks