I have linked a Grid Gallery to a Dataset. When I click on “Show More” on preview only two rows opens at a time.
Is there a way to either not have the “Show More” or either increase the amount of rows loading up when I click on it. https://deli236.wixsite.com/mysite-1
Is there a way to show the Description under the Title similarly to a normal Grid Gallery as at the moment the description is showing on the image
I am trying to find a method to show images in a gallery, Add a Title and Description below the image and when someone scrolls down to display gallery images automatically
HI!
About "1) Is there a way to either not have the “Show More” or either increase the amount of rows loading up when I click on it. https://deli236.wixsite.com/mysite-1 "
To handle number of rows added by Show more go to Layout Panel and decrease row number in order Show More appears in edit mode.
It is temporary problem and will fix soon.
About "2) Is there a way to show the Description under the Title similarly to a normal Grid Gallery as at the moment the description is showing on the image "
Looks like it is better to use Repeater in this case an connect Image/Title/Description
I have sent the following message to the group but I thought I would ask you if you can me.
I have linked a collection to a Repeater.
On the left side I have added buttons for Name of Items and Retailers Names
Is there a way to create filters (or connect filters) to these Buttons so when someone clicks a button the Repeater will only show items relevant to button clicked. https://deli236.wixsite.com/mysite-1/repeater
Totally around 15 buttons (around 5 types of products and around 10 advertisers)
This code line add filter for Rings - $w(“#dataset2”).setFilter( wixData.filter().eq(“productType”, “Rings”) ); . For Bracelets - $w(“#dataset2”).setFilter( wixData.filter().eq(“productType”, “Bracelets “) ); .
For House of Fraser - $w(”#dataset2”).setFilter( wixData.filter().eq(“brand”, “House of Fraser”) ); etc.
2) One more point for Repeater use Next/Prev page actions to list all items matched filter e.g.
I am extremely grateful for everything that you have done for me. All the tabs are working.
Thank you very much for taking time to explain everything step by step very clearly. It has helped me immensely.
Thanks to your kindness I can now go forward with my website.
I created another collection with total 200 items with 20 Brand band names, and connected it to the dynamic page. When I clicked on the drop down all the 20 brad names are showing. I did this as a test.
What I found out is for some reason the drop is only showing brand names shown only up to the 250th row on the collection.
HI! So far there is a limit to about 200 items from collection are taken into account for Dynamic Page dropdown until some workaround will be provided with Load More collection records.
You can add feature request about it here https://www.wix.com/code/home/forum/feature-requests .
I copied the following image from another retailer’s website just to show you what i am looking for.
Do you think is it possible to create the “STORES” shown below by using “Radio buttons / drop down” or is there another easier or better way to achieve what i am asking for.
I understand that I can provide everything that I am looking for by directly creating a wix store and importing all items to the store, but the downside is I cannot attach affiliate links to the wix store images.
Is there a way i can add links to images on the wix store using developer tools.
About Complex filter for Repeater - you can add Input components to build desired complex filter panel + add a “Apply” button to apply all selected option at once instead of one option as it is now - Not difficult filter code improvement/change required in this case.
Hello Olesiaz, Thank you for your reply. On your answer to No 1) Do I need to add a code somewhere? I have a tiny knowledge about coding? Can you please explain what I need to do… Will it be possible for you to give me step by step details on how to create the filter. Very sorry for the trouble.