- This topic has 2 replies, 3 contibutors, and was last updated 8 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Question
Answers
Viewing 3 posts - 1 through 3 (of 3 total)
- The question ‘Gallery Settings’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Gallery Settings
Hello,
I can’t find these settings on the backend. I am not sure if it’s possible. Can you help me out? Questions are below and video shows questions. Thank you.
1) Gallery – Can we make it so you can slide through them?
2) Layout of Stores Page – Can you change how many are shown on the front end?
3) Layout of Categories Page – Page is showing 12 spaces. Only 10 show up.
Hi @plusorigin,
Apologies for the delay , I have passed your requirement to developer , they will check and revert back to you.
Thanks for the patience.
Regards
Anve
hi @plusorigin
1) Gallery : Slide options is not available, We will keep inside our suggestion list to future version
2) Layout of Stores Page : You will need to edit template file for it
corresponding codes are added inside
/buddyboss-marketplace/templates/store-index.php
Line : 141
<?php while ( $product_posts->have_posts() && $count < 13 ) : $product_posts->the_post(); ?>
if you are going to reduce the count you will also need to adjust the css accordingly.
3) Number of products inside product loop is managed by Setting >> Reading
https://drive.google.com/file/d/0Bzv-k-FcE80iUVVXamVQNUFBR2s/view?usp=drivesdk
Regards
Varun Dubey