- This topic has 34 replies, 2 voices, and was last updated 10 years, 3 months ago by BePro Software Team.
-
AuthorPosts
-
January 5, 2015 at 4:24 pm #3881BePro Software TeamKeymaster
Hi,
We apologize for the confusion. It does seem like you are more than familiar with the subject matter 🙂 To answer your question, yes BePro Listings comes with several widgets including “Search Filter”, “Listings Map” and “Recent Listings”
What we need to do now is confirm which issues remain. There seems to be two things we are discussing in this post. Please help us to clarify the following
1) Are you still experiencing a visible php error on the details page (caused by the form builder)? If so, what version of the form builder are you using?
2) Any edits to single-listing.php will be lost during upgrades. Are you opting to stay with this approach or would you like more help figuring out why the template files aren’t working?
___
BePro Software TeamJanuary 5, 2015 at 4:41 pm #3885philmayMemberI am not experiencing any more “visual” errors that I have found so far. I wont know for sure until I get everything else all set up.
As far as the templates go, I do not mind creating an account for you on the site and and some ftp credentials so you can play with the templates yourself.
January 5, 2015 at 4:41 pm #3886philmayMemberand the widgets you mentioned are not present in my dashboard
nevermind i found them, sorry i have 5 recent listing widgets i overlooked yours. maybe you could add BePro to the widget titles for easier visual identification.
January 5, 2015 at 4:49 pm #3888philmayMemberwhere is your documentation on how to add more information to the recent listing widget, for instance I would like to be able to show some real estate info like location and price etc
I see the relevant code to edit is
while ( $r->have_posts()) { $r->the_post(); echo '<li> <a href="' . get_permalink() . '" class="sidebar_recent_imgs"> ' . get_the_post_thumbnail( $r->post->ID, 'bepro_listings' ) . '</a>'; echo '<a href="' . get_permalink() . '">' . get_the_title() . '</a> </li>'; }
Is there a list of fields I can get from listings? Also, without knowing if get_the_price() even exists, hypothetically speaking would adding
echo '<a href="' . get_permalink() . '">' . get_the_price() . '</a>
above</li>
work?January 6, 2015 at 11:14 am #3895BePro Software TeamKeymasterHi,
Thanks for the suggestion on renaming the widgets. We will definitely implement them
There is unfortunately no way to customize the widget information. If you give us 48 hours, we can implement a filter you can override. Then you can place whatever information you want in the widgets, without risk of loosing them during upgrades.
We have not created documentation for the fields available in BePro Listings. However, you can get an idea of most of them, from the csv upload documentation.
– https://www.beprosoftware.com/documentation/listing-csv-upload/
Allow us 48 hours to create documentation specifically focused on explaining which values are stored in BePro Listings tables. For now, you can reference the “bepro_listings_install_table” function in the bepro_listings_functions.php file around line 125.
Yes, please send ftp and wordpress credentials to [email protected]. Creating custom templates is usually a paid service; However, considering your patience with past issues we would be happy to do this for free.
___
BePro Software TeamJanuary 6, 2015 at 11:50 am #3897philmayMemberI appreciate the effort you put forth to get things set up. I would only make suggestions that should help the plugin be even better for everyone who uses it. The customer support you provide is unparalleled. That is why I plan to purchase ALL of your extensions and convert my entire directory over to BePro. You could consider my project a true stress test of your plugin, as I already have just under 300k listings and that is just for one state, I haven’t added the other 49 yet which total to around 20 million business listings nation wide. The reason being that once I hit 100k businesses, importing became insanely slow. With 290k listings it takes over 3 hours to import a 5000 row csv and is getting slower and slower with every import. I am dieing to see how your importer performs. My database server is optimized for innodb writes, inputs and updates so a properly designed plugin and importer should import insanely fast, however my current directory plugin lags horribly during imports when appending categories during import.
I will send that email right away, thanks again.
January 6, 2015 at 11:54 am #3898philmayMemberyou should have received 2 emails, one from your wordpress account creation and one from ftp user creation.
the install resides in /public_html/ from your ftp home dir.kindly respond that you are able to access both accounts.
January 6, 2015 at 12:24 pm #3903philmayMemberby the way your points arent working correctly. I have 15 points that I applied to a $25 cart. it brings thew price down to $10 but during checkout paypal tries to charge the full 25.
January 6, 2015 at 3:44 pm #3907BePro Software TeamKeymasterHi,
Yes, we appreciate this opportunity to stress test the plugin.
Unfortunately, we did not receive either of the two emails
We are checking into the points issue. Thanks for alerting us
___
BePro Software TeamJanuary 7, 2015 at 12:07 pm #3919philmayMembercheck again, I resent but from my own email rather than the from the server itself.
January 7, 2015 at 12:10 pm #3920philmayMemberWhile youre there, check out the debug bar and see if you can figure out all the BePro errors
January 7, 2015 at 9:54 pm #3925BePro Software TeamKeymasterHi,
Yes, we did receive the credentials. Thanks for your patience and allowing us to take a look. We will update this post when everything is setup.
___
BePro Software TeamJanuary 7, 2015 at 10:20 pm #3926philmayMemberok excellent. Also, can you look into why my 15 points will not apply when I am trying to check out and buy addons? It shows the proper discount in your cart but not when i get to paypal to purchase.
January 8, 2015 at 12:46 pm #3932BePro Software TeamKeymasterHi,
Yes, the points issue is a priority. We hope to rectify it within the next 24 hours. Thanks for your patience and continued interest.
___
BePro Software TeamJanuary 8, 2015 at 1:00 pm #3933philmayMemberno problem. A new issue has come up. I switched from a single site install to multisite and now on the single listings the galleries plugin does not function correctly. I am using slider2 and it shows the thumbs but the main image is invisible.
-
AuthorPosts
- You must be logged in to reply to this topic.