Code

Discussion on Listar FluxPro – Directory & Classified Mobile App Full Solution

Discussion on Listar FluxPro – Directory & Classified Mobile App Full Solution

Cart 533 sales

697 comments found.

Hi, when next update ?

We will update as soon until this week

Please can i use this app without a website, i know it need admin backend but user can only see the app mobile, i only need the mobile app for my directories, and can i bulk downloads directory myself and for some fee or free user can claim it?

Ok good but like i said is it possible to have custom and different field for every categories like real estate, restaurant and so on

Hi, sir. We updated the new version to support the web as well. All in one bundle

Pre sale question

This is complete package or do i have to purchase any other wordpress theme or anything else?

Hi sir, this solution only mobile app and admin backend support. If you want the web front-end display same data with mobile app, please refer . It must purchase standalone https://listarapp.com/wordpress-theme/

Hi, sir. We updated the new version to support the web as well. All in one bundle

@Cjhensle thanks for contributing the author should update the web theme asap

Hi matacor23, we will update it soon. Its easy :)

I thought with AI advancing such rapid scale we would get more features by now…Unfortunately with lack of updates after 8 month waiting we moved to your competitors (eclassify, Multipurpose Classified App, Fluxstore listing) I highly suggest you to give them a look to include some of their options

Hi, sir. We updated the new version to support the web as well. All in one bundle

Fix: Average Rating Not Updating When Comments Are Deleted in Listar

The Problem In the Listar theme/plugin, when a user leaves a comment with a rating, the listing’s average rating and review count are correctly calculated and displayed.

However, when comments are deleted (especially via the WordPress admin dashboard), the listing still shows the old rating and review count. This leads to inaccurate data, like showing 5-star averages even after all reviews are gone.

The Cause The theme calculates the rating when comments are added, but does not recalculate when comments are trashed, deleted, or marked as spam. The delete_comment hook doesn’t always fire (especially for bulk actions), which is why the meta doesn’t update.

The Solution Use the transition_comment_status hook instead. It triggers on all changes to comment status, including trash, delete, spam, or restore.

How to Implement It Add this code to your functions.php file (or a custom plugin):

add_action(‘transition_comment_status’, ‘listar_recalculate_on_comment_change’, 10, 3);

function listar_recalculate_on_comment_change($new_status, $old_status, $comment) { if ($new_status === ‘trash’ || $new_status === ‘deleted’ || $new_status === ‘spam’ || $old_status === ‘trash’) { listar_recalculate_rating_for_post($comment->comment_post_ID); } }

function listar_recalculate_rating_for_post($post_id) { if (get_post_type($post_id) !== ‘listar’) return; }

$approved_comments = get_comments([
    'post_id' => $post_id,
    'status'  => 'approve',
    'meta_key' => 'rating'
]);
$sum = 0;
$count = 0;
foreach ($approved_comments as $comment) {
    $rating = get_comment_meta($comment->comment_ID, 'rating', true);
    if ($rating !== '') {
        $sum += floatval($rating);
        $count++;
    }
}
if ($count > 0) {
    update_post_meta($post_id, 'rating_avg', round($sum / $count, 1));
    update_post_meta($post_id, 'rating_count', $count);
} else {
    delete_post_meta($post_id, 'rating_avg');
    delete_post_meta($post_id, 'rating_count');
}

Result Ratings and review counts will now update automatically when comments are: Trashed, Permanently deleted, Marked as spam, Restored from trash

Keeps listing data accurate and consistent for visitors.

As I fix more bugs, i’ll post them here to pay it forward

Hi Cjhensle, we appreciate your contribution. We will update it soon with the new version, and we have a function that supports removing comments and updating the average rating. It’s a shorter function and is already defined.

That’s great to hear! I love your Wordpress theme and mobile app templates. Just trying to help in any way I can to speed up development. Thank you!

Hi i want to make an Event app where users can create events and people can join the event the cost of joining can be free or paid

please tell me know can it be made with Listar FluxPro??

If yes how? can u show me so that i can proceed to purchase, thanks & have a wonderful day

Hi Surya7t,

1. Make event app
The application can support make event app & allows admin create event data information via backend admin page

2. People can join the event the cost of joining can be free or paid
yes, admin can create booking information cost that allows user join (booking) this event
Please refer our booking module optional document https://listarapp.com/docs/listar-app/booking/

3. Please try our demo app first From the home screen demo, you can switch to event app and try it

Hi, sir. We updated the new version to support the web as well. All in one bundle

Good Morning,

is it possible to send requests to the listing owner instead of booking? Or maybe both? And is it possible to disable prices in the listings?

Brgds

Hi Havor2, We can set up a request to the owner or both admins, too. It’s optional. Please refer the optional for the setting https://listarapp.com/docs/listar-app/claim-listing/notification-settings/. The price is also can be disabled too

Hi, sir. We updated the new version to support the web as well. All in one bundle

Hi, please I need help with installation error “ The package could not be installed. The theme is missing the style.css stylesheet.”

Thank you. The delete option is present but not functioning correctly. I can provide the WordPress login and the app APK for your review, so you can advise on how to resolve this issue. Additionally, I’d like to understand why the demo button and Paul login are still visible after the app is installed.

Hi sir, in the demo app, we hardcoded in the code to set the default demo account, which allows users to try it easily. It’s pre-input data. With our demo app, although the user can delete their account, they can also submit or delete some items afterwards. After a while, we roll back the original demo data automatically.

Hi Support,

I’m aware that the “Delete Account” option exists — I’ve confirmed it in the admin panel. So, the user account should be getting deleted, correct?

However, when I log into the app, go to Settings, and attempt to delete a user account, nothing happens. Even after clicking the Deactivate/Delete button, the account is not actually removed. Because of this issue, the App Store is rejecting my app.

Could you please help me resolve this? I’m happy to share my WordPress login credentials and the app APK if needed.

Thank you

Hello, could you give us a date for the next update?

I made the request on the site https://listarapp.com/support/ but I have not received a response.

Hi sir, would your share what’s your email address ? the email or ID sent could be not same Envato ID streamingmediacol

Prebuy questions:

1. When leaving a review on a location it shows the authors image, can it not show the location image?

2. When I add places to the Website will it automatically add to the app?

3. If I buy the extended license will you help me setup the website and link it to the app?

4. Can the map icons be changed? Would like to have icons like these: https://ourwestcoast.com/map/

5. Can you add it so the wishlist places can all be seen on a map for the user. (Make this happen and I will buy)

6. Can I change the book now button to a button that will open the location on Google maps?

Do you have a better contact method. I’m willing to pay for these modifications

Hi sir, we replied to you via mikecoleman@live.ca, isn’t it your email ? Would you check it again what’re things that you can consider or request to us. We replied 7 days ago Mar 29, 2025. Please help check your email box again.

Hello, when will the new update come out? Thanks.

hello, the is no add listening from web ? should we add one by one from backend?

Hi sir, thanks for your purchase. You can add the listing via the backend. The web front end is not supporting submit listing . Please refer our document https://listarapp.com/docs/listar-app/directory-listing/

Hi, I interest with your product, prebuy question :

i ask about web version, because i dont know where i can ask

1. if i buy web version first, am i able to integration with mobiile later ? 2. in the web version, at search or filter, can I use category and location in the same time ? 3. is there import feature from excel ?

thanks

Hi gilangm_,
1. yes, you can start with web version first and the backend supported already
Please refer for how to getting start at https://listarapp.com/docs/listar-app/web-installation/
2. Currently, it’s only supporting search one option: category or location
3. We supported import feature but not excel. Actually, you can convert the excel to csv file and import . Please refer docs about the import CSV file https://listarapp.com/docs/listar-app/backend-installation/demo-content/csv-import/

Hey PassionUI, I want to ask, why did you guys remove the wordpress theme from the source. I remember initially you guys included it. Why did you remove it?

Hi esirioneyibo, The WP theme included in the source first time.
- We removed it from mobile app source over 1 year
- We made 2nd version with better UI and selling standalone for easy maintenance and update
- We are separate source and purpose. Who only need mobile app then Listar FluxPro source is enough. Who want more the Web display data same the app, they need purchase standalone source for web
> Basically, it’s easy to maintenance and update the each one mobile app or web standalone.

Hi sir, the new version include web theme

Hi, Can this be transformed into an app/ website listing? Instead of searching for hotels, we have categories for websites ( Tech, Shopping, etc). And inside of the listing we will have details about the website.

Thank you!

Hi, any new update features coming ?

Great, we are also eagerly waiting for :

- Add Food Menu option on listing (Restaurant,Hotel..Etc)

- Coupon Discount on Booking

- Referral affiliate feature

- Social login (Facebook, Google, Apple, OTP)

- Notification page (history save)

- Version Update Alert or In-app Updates

Similar to Fluxstore Listing

When will you release update?

Hi sir, we have no time exactly. But we are taking effort to complete at soon. But it will be a standalone source for WooCommerce only. Not integrate with the listing app such as sub menu.

jwt is not configured properly, please contact the admin

Hi raiedahmed, would you submit to us a ticket via https://listarapp.com/support/ then our supporter will check it

Hi sir, please try it again. Thanks for your purchase

1. Can User discover the nearest listing? 2. What about Facebook/Google Sign-in feature for both website and app 3. Comission for admin 4. Coupon and offer to boost sales 5. Wallet for vendor and users 6. Please add booking feature in the website Rest are perfect for now, recently explore the demo version

Hi sir, these points you mentioned that we haven’t supported yet. We will try to improve it as soon as possible

If there are any plans to include new features as mentioned above in the upcoming update, let me know.

how buy listar WordPress

Hi sir, please process the Wordpress Theme via this URL https://passionui.gumroad.com/l/tnahu

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