Code

Discussion on Web 2.0 Directory plugin for WordPress

Discussion on Web 2.0 Directory plugin for WordPress

Cart 8,094 sales

Shamalli supports this item

Supported

This author's response time can be up to 2 business days.

10956 comments found.

Hi, it’s possibile to show “price” in map, instead of marker icons ? thanks!

[Solved] Nevermind, I’ve found the right option to do it.

Is this a plug-In or Theme

This is plugin.

I am interested in the plugin, but find many requests to limit the number of listings and most replies for the past few years are:

”Number of listings in package” = 1 does not mean user can not create more than one listing. This means that user buys only one listing in the package. In your case it is free listing and user can submit any number of listings.

Is this under development and if so, when will it be released as the plugin isn’t very useful without this function?

Probably we will add this feature in one of future releases of the plugin.

Hello Shamalli, I am writing to you about the following problem. Both in the search and in Directory Locations, there are locations that are duplicated.

https://prnt.sc/1642aki

also in directory locations with of same id. But if you delete the locality, both are deleted

https://prnt.sc/1642zwi

And if you check the wp-terms table you can see that the records are not duplicated.

https://prnt.sc/1643l8p

We have gone through everything and did not find the answer. I would be very grateful if you could tell us how to solve this problem.

Thank You!

Alicia

I have disabled all plugins including elementor, and still I keep seeing duplicates.

May I look at the issue on your site with disabled plugins? You can send private message through contact form in my profile.

Ok, thank you. So I will do it

hello, thank you for making this wonderful directory made available – we have some questions and are very interested to make the purchase. we want to use this as a ‘searchable’ director’ based on keywords and industries, is this possible. Also when some is conducting a search – we would like to them to submit their ‘details’ for reserving or booking with us – is it possible to do that? – also we may use ‘multi-keywords’ based search sections – is it possible? — and finally is there an example we can see for what we are asking for? thank you so much

Hello, thank you for your interest to our plugin. You can look at our demo page to get appearance and test functionality of the plugin to better understand if directory plugin satisfies your needs: https://www.salephpscripts.com/wordpress_directory/demo/

Hi,

Can we control the sizes of the images in particular listing? They look fine on mobile but look huge on desktop, can we resize them as currently we are not able to do it. Thanks

Hello,

yes, there are images size settings on Listings settings tab.Also “Aspect ratio of logo in Grid View” setting at the Pages and Views settings tab.

Hi, is it possibile to show the “Number of Visitors of the Listing” in the Frontend? If yes, how I can do that? At the moment this number (click view) appears only in the backend….

Yes, there is a setting at the backend.

Thanks, what is the setting do you mean? I checked all the options in the backend (one by one), but I didn’t find it..witch setting do you mean? Thanks in andvance for reply, I will really appreciate it

Your support has expired. We would recommend you to renew it for getting further assistance from our team.

Yesterday we update our website to 7.4 php and the plugin didnt work. Its not compatible? R U gonna do something for this? Thank you.

Fully compatible, no known issues on PHP 7.4

Your support has expired. We would recommend you to renew it for getting further assistance from our team.

Hi there,

I have recently switched to woocommerce subscriptions.

When an item auto-renews, it is processing via stripe and the order is correctly being marked as complete in woocommerce orders, but the listing is not being updated/renewed by this new payment….. I have to go in and republish the listing, as it is showing expired.

Do I have to manually renew listings each month when they pay a new subscription, or is this a fault in the system? Just trying to work out how it should perform, or how to address this workflow if this is the intended outcome.

Each listing is set to expire at 1 month.

Hello, first of all please check you are using the latest versions of directory plugin and WC subscriptions plugin.

Your support has expired. We would recommend you to renew it for getting further assistance from our team.

Hi, your plugin seems to have what I need but I have a few pre-sales questions. 1. I need three entities, a directory with companies, a directory with events and people profiles. I see that everything is possible but… if I have one person that purchases a package can he/she then add both a 1 company and 3 events? Can I control that within the packages that someone purchases? 2. How much options are there in the Admin panels to work on the design? 3. Can I use my own package plugin to display the package? 4. when you purchase a package, a user is created, this is a normal WordPress user? 5. When you claim a listing, is there also a user created? And what if one user needs to claim multiple listing (more offices in one company)? 6. is there a way to see the admin backend? Or the user dashboard? Thanks, Jos

Hello, first of all you can look at the admin side https://www.salephpscripts.com/wordpress_directory/demo/wp-login.php

login/pass: demo/demo

1. this is possible to add listings levels in the package, not different directories

2. see admin side

3. no

4. normal user

5. user should be registered before claim

6. see admin side

I’m trying to change the text on the ‘show more listings’ button but I cant find it in the W2DC-en_US.po file. Is there an easy way of searching in Poedit?

Please use “show more” phrase in the PoEdit search. This is “show more %s” string.

"listings" you can translate separately in the Directory Admin -> Listings directories settings.

Brilliant, thanks

Hello Shamalli!

Are you planning to enable tags in the Search Settings? Currently the filters have Categories, Locations and Addresses, but no Tags. I have to use Ajax Search Pro in order to reach it. Thanks!

Hello,

yes, new search system on the way. Including tags search.

in add a listing page can we edit and add a order form ?

An order should be created automatically after listing was created. No need for the specific form to create an order.

Using WooCommerce as a payment system also creates an order after listing submission.

Hi Shamalli,

I would like to adding the Name of “Content Fields” into the Map InfoWindow. Is it possible? TKS GC

Hello, yes, enable “In map marker InfoWindow” setting for each content field.

Tks Shamalli, but the “In map marker InfoWindow” function enables only the Content Field and not the Name of the field. You can use an icon, but I would like to display the field name. GC

Sorry for misunderstanding. Content fields names are not rendered in the map Info Window. You have to place this custom code in functions.php file to make it display:
function w2dc_map_content_field_output($output, $content_field) {
    if ($output) {
        $output = '<span class="w2dc-field-name">' . $content_field->name . '</span> ' . $output;
    }

     return $output;
}
add_filter('w2dc_map_content_field_output', 'w2dc_map_content_field_output', 10, 2);

Is there a way to use your plugin without Google Maps but still show a map? We have too many hits per month to keep the price reasonable.

Yes, MapBox services available in the plugin.

Is there a free option like OpenStreetMap?

Yes, MapBox uses OpenStreetMap.

I have these errors from withing the setting area, it is preventing me from opening the tabs to change other settings.

Uncaught TypeError: this[binder] is not a function at s.fn.init.$.fn.tipsy (jquery.tipsy.js?ver=1.0.0a:180) at Object.vp_w2dc.init_tipsy (w2dc_shared.min.js?ver=1.1:1) at w2dc_shared.min.js?ver=1.1:1 https://www.chcare.com.au/wp-content/plugins/w2dc/vafpress-framework/public/js/vendor/jquery.tipsy.js?ver=1.0.0a Uncaught TypeError: Cannot read property ‘msie’ of undefined at option.min.js?ver=5.7.2:1 at option.min.js?ver=5.7.2:1 https://www.chcare.com.au/wp-content/plugins/w2dc/vafpress-framework/public/js/option.min.js?ver=5.7.2

I did update the plugin, it changed nothing and the problem persisted.

You have to clear cache of your browser.

Hi Shamalli, No headings have been shown since the last update?

Hello, use [webdirectory-page-title] shortcode to display headings now.

Hi I need some help “Sorry, you are not allowed to access this page.” this is return to me whenever I try to access the “Directories Settings”

Please contact us from your purchase account.

Hi. itried to install the plugin but unfortunatly cannot activate it and got the following error:

Fatal error: Uncaught Error: Class ‘VP_W2DC_FileSystem’ not found in D:\Hosting…...\wwwroot\wp-content\plugins\w2dc\vafpress-framework\bootstrap.php:24 Stack trace: #0 D:\Hosting…..\wwwroot\wp-content\plugins\w2dc\w2dc.php(76): include_once() #1 D:\Hosting….\wwwroot\wp-admin\includes\plugin.php(2300): include(‘D:\\HostingSpace…’) #2 D:\Hosting….\wwwroot\wp-admin\plugins.php(191): plugin_sandbox_scrape(‘w2dc/w2dc.php’) #3 {main} thrown in D:\Hosting…\wwwroot\wp-content\plugins\w2dc\vafpress-framework\bootstrap.php on line 24

i tried to deactivate all other plugins, but no change.

please advise.

please update when you will have a new package to test. Thanks.

The problem is not in the package itself, but in your installation copy.

Sorry, but it is not the place for free version support. I have to close this ticket.

how would you like me to buy before try ?

Hi Shamalli, I’m writing to you because we have the following problem. We bought the plugin and updated the version. The old version could perform the search first by state and then by city. In the new version, I can’t find a way. I would like you to let me know if this type of search is possible in the new version.

I’ll attach a screenshot of what we’d like.

https://prnt.sc/12xaeme

I’d really appreciate your prompt response.

Thanks a lot.

Alicia

Hello, unfortunately this option was deprecated in the latest versions of the plugin. We are working to get similar functionality in the next updates.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey