Giri
Forum Replies Created
-
AuthorPosts
-
Hello David,
I have tested your website and I don’t see any problem.
See the screenshot.
So this is something to do with your browser cache. Please try clearing your browser cache or try with a different browser.
https://www.dropbox.com/s/zwp3gqbxnulsv07/Screenshot%202017-01-06%2016.41.39.png?dl=0
Thanks
$terms = geodir_sort_terms($a_terms, 'review_count');
Categories / Terms are ordered by review count. We store review count in each category. So if some category review count looks wrong, its better to submit a new review in any one of the listing in that particular category. That would resave the review count.
'order_by' => 'high_review'
That part is for the listings in a particular category. Listings are ordered by high reviews in this case.
$view_all_link
This is just a link that points to the individual category page.
If there is a bug its better to give us your credentials. We are happy to fix it.
Thanks
Hi there,
You seems like enabled “Admin only” option for address.
Thats why map only working for admins.
I have disabled that option in custom fields section.
Map working now for subscribers.
Thanks
Try this CSS and let me know how that goes.
@media (max-width: 668px) { .sd .geodir_category_list_view li.gridview_onethird, .sd .geodir_category_list_view li.gridview_onefourth, .sd .geodir_category_list_view li.gridview_onefifth { width: 100% !important; } }
January 5, 2017 at 8:49 am in reply to: How can I see which listings have not been published? #337116Hi ttkadmin,
I do believe this problem could be caused by one of your 3rd party plugins or the theme.
If you don’t mind can you disable all non GD plugins and switch to any one of the wordpress default themes?
If you still have problem ONLY with GD plugins, then most likely something is not right in the db. In that case please post your FTP credentials.
Thanks
You are welcome.
Hi Scott, Can you post your ftp details?
I’ll try to fix that issue.
Thanks
Hi Jeff,
we use a constant for supreme theme featured image.
You can add a constant in your wp-config.php file to override that thumbnail.
Something like this
define('SD_DEFAULT_FEATURED_IMAGE', "http://yourdomain.com/images/featured.jpg")
I have added a filter just now.
So if you don’t want to use constant method, you can use the filter method from next version.
Thanks
Hi Nasiot,
Added the wrapper as you asked.
Thanks
Try this css in Design > Scripts
#reviewsTab .whoop-review-rating { display: block !important; } #reviewsTab .whoop-review-rating div { display: none !important; } #reviewsTab .whoop-review-rating span:nth-child(2) { display: inline-block !important; }
This reply has been marked as private.Add that in Geodirectory > Design > Scripts > custom css
Thanks
January 2, 2017 at 11:02 am in reply to: Translation of "Listings" in Buddypress integration #335234Hi Jorge,
Please make sure you have GD Buddypress 1.1.5
Thanks
Hi Chris,
Try this code
.geodir_category_list_view li.geodir-gridview { float: left; }
Hi Janine,
Try this code.
.geodir-map-home-page.geodir_map_container .map-places-listing ul.place-list { margin-left: 50px !important; }
Thanks
-
AuthorPosts