Deepak Khokhar
Forum Replies Created
-
Forum: Plugins
In reply to: [Listings for Appfolio] Pop up / form@sergiosandoval I checked your listing and it doesn’t have any apply button – https://squareonemgt.appfolio.com/listings/detail/c9610606-076c-4661-b16a-8b4ff3387649
Forum: Plugins
In reply to: [Listings for Appfolio] Apply Button At the TopYou can create a feature request here
Forum: Plugins
In reply to: [Listings for Appfolio] Images not LoadingThe latest ver 1.0.5 is pushed and should fix the issue for all. Please update.
Forum: Plugins
In reply to: [Listings for Appfolio] Images not Loading@michaelhcox please share link to your site
Forum: Plugins
In reply to: [Listings for Appfolio] Pop up / formYou can leave the custom apply button link empty from the plugin’s settings and the apply button will take users to the default apply page on AppFolio, if that’s what you want.
Forum: Plugins
In reply to: [Listings for Appfolio] Filters isnt workingThe filters are loading from the appfolio listings page. They don’t support filter by studio and thus this plugin can’t support it as well.
Forum: Plugins
In reply to: [Listings for Appfolio] Images not LoadingThis issue was addressed in the latest version of the plugin. Please update.
Forum: Plugins
In reply to: [Listings for Appfolio] FiltersHi @dbruck
Thanks for the link. I checked and found that you have modified some of the html and the extra dropdown icon is due to the extra div wrapper that you added and the hidden filters show the wrapper with the icon. This also affects the mobile design.
We are happy to provide you the support for custom design/layout changes. Please create a support request for that here – https://www.mediajedi.com/contact-us/
Thanks!
@semplicewebsite This is so great. I read through your article and it is amazing. Thank you so much for your effort and input for this plugin. Your suggestions made it a great and simple one.
Thanks again, appreciate it ??
Forum: Plugins
In reply to: [Listings for Appfolio] Changing Bed to Bedrooms@sergiosandoval Your welcome. Also, we have updated the features on the PRO plugin like gallery lightbox, and video support. You should be able to get it from here
Thanks for using the plugin ??
I have added the bulk sharing feature for admin users on the PRO version of the plugin. You can get it here
Thanks for using the plugin and your collaboration ?? Let me know if you have any other suggestions as well.
@semplicewebsite Thanks for your help on identifying the issues. Appreciate it ??
Thanks for reporting the issue. I have updated the plugin to use correct htaccess path and site url to redirect file requests to.
Please update to the latest 1.0.3 version and the issue should be fixed.
Thanks
Forum: Plugins
In reply to: [Listings for Appfolio] Changing Bed to Bedrooms@sergiosandoval Unfortunately, there isn’t a direct option to do that. But you can use the below JavaScript code:
<script> jQuery(document).ready(function() { let bed_filter = jQuery('select[name="filters[bedrooms]"]').html(); if(bed_filter){ bed_filter = bed_filter.replace("Bed", "Bedroom"); jQuery('select[name="filters[bedrooms]"]').html(bed_filter); } let bed_txt = jQuery('.listing-item span.beds').html(); if(bed_txt){ bed_txt = bed_txt.replace("Bed", "Bedroom"); jQuery('.listing-item span.beds').html(bed_txt); } let single_lstng_bed = jQuery('.bed-bath-std span:nth-child(2)').html(); if(single_lstng_bed){ single_lstng_bed = single_lstng_bed.replace("Bed", "Bedroom"); jQuery('.bed-bath-std span:nth-child(2)').html(single_lstng_bed); } }); </script>
Forum: Plugins
In reply to: [Listings for Appfolio] Standard vs Pro@dbruck You should have received an email but might be in your spam folder. Please check – You should also have received your license key.