Giri
Forum Replies Created
-
AuthorPosts
-
Thanks for the wp admin login details. But it looks like I need your FTP details too. Can you give me FTP or cPanel login details?
I don’t think we can display all listing info below map. So I have added a filter to disable info from that map.
Filter will be available in next version.
Then you have to add this code in your child theme to disable it.
add_filter('whoop_display_info_below_map_image', '__return_false');
Can you give me your site WP admin details in private reply? I’ll check whats wrong.
OK the problem was, whoop theme overrides the buddypress compliments page template. So all instance from whoop theme not renaming properly.
I have removed whoop compliments template, and added hooks in buddypress compliments plugin. Whoop theme now uses those hooks to override some part of compliments page design.
Fix will be included in next buddypress compliments and whoop version.
Thanks
I’m working on this bug.
Can you tell us your PHP version?
I’ll mark this as resolved. Let me know if you have any questions.
1. Is there any way the compliments can be shown below a review to incentivize user interaction? screenshot attached from yelp page.
Kira, its not possible at this moment
2. Can the time when the review was posted be shown on the right side of the review?
This feature only available in Recent activity widget for now.
3. Can the name of the author of the review have a link to his profile page just as his avatar image has?
This is a useful feature for all users. So i’ll add this in next version
4. Can the useful / not useful section be shown when the list of reviews is shown?
This feature not available in whoop.
Please note: We will definitely consider to work on the features that are useful for all users. You can request your features here.https://wpgeodirectory.com/requests/
Thanks
1. The author page will display how many compliments someone has received, friends etc. Can this info be displayed under profile pic? At the moment the only place they display is here:
http://domainname/members/user/compliments/No
2. Was wondering if this info can be shown below the profile picture.
No
3. Can a user change/update a review once written and submitted? If yes will this info show under his profile page?
Only admin’s can change/update reviews.
4. Can users follow each other?
Yes, but with the help of buddypress follow addon. https://wordpress.org/plugins/buddypress-followers/
5. Can the number of local photos a user has uploaded be displayed below his profile pic ?
No
6. Can the number of lists a user has created be displayed below his profile pic?
No
7. Is there a function / widget to display rating distribution for a user?
No
8. Lastly can a summary of compliments received by an user be shown as in the attach?
No
Please note, Making a yelp clone is not our primary business. We made a theme to match yelp as close as possible. But its not going to be 100% close. If you are expecting the exact yelp clone, you should hire a developer who can achieve you needs. sorry about that.
Sorry about that. Thats a bug and I just fixed it. Also I have removed that what/why section to prevent duplicate content.
Fix will be included in whoop version 0.0.4.
Thanks for reporting
I have disabled Advanced search button in header since it was ruining mobile layouts.
But you can enable them by putting the following code in your quick code.
P.S: Quick Code available under Whoop Options.
.header-right-area .showFilters { padding-left: 10px; padding-right: 10px; display: inline-block !important; width: auto; border: 1px solid #B64425; background: #e34f43; background-image: -webkit-linear-gradient(#ff4f43 4%,#e34f43 5%,#c84f43 100%); background-image: linear-gradient(#ff4f43 4%,#e34f43 5%,#c84f43 100%); border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; line-height: 18px; margin: 5px !important; height: 30px !important; padding: 5px 10px 1px; } .header-right-area .geodir_advance_search_widget input[type="text"] { width: 28%; }
Yes please start a new thread. Also please give us some screenshots of your problem.
Thanks
Can you give us your site’s login credentials in private?
Kira I just added a filter in whoop theme for you. I uploaded the changes in your website using the login credentials you given yesterday.
Now you can use the following code. Please note ROTD is coming from whoop theme. Not GD plugin. So I named the filter like whoop_rotd_excerpt_length instead of the one you mentioned.
// Change ROTD review excerpt length function custom_rotd_excerpt_length() { return 700; } add_filter(‘whoop_rotd_excerpt_length’, ‘custom_rotd_excerpt_length’);
Can you right click the theme thumbnail, open image in new tab and give me the “folder name” it was in.?
The theme folder name should be “GeoDirectory_whoop” and you should have atleast one GD addon installed to receive updates.
-
AuthorPosts