top of page

Forum Posts

jacobbrandon
Nov 13, 2020
In Coding with Velo
Having some problems with a couple of 301 redirects which were working until today. The behaviour is the same so I'll just offer one as an example. Redirect is setup to take audiences from /col/erwo20 to /erwo20store Enter the URL directly and this still works (https://www.art-hub.co.uk/col/erwo20) Click on the link from the page I'm trying to insert the redirect and it fails. (https://www.art-hub.co.uk/ex/erwo20 and click the large blue "Browse All Work" button about a third of the way down the page). As I mention both behaviours worked fine but the second has stopped in the last 24 hours. Any help appreciated, this for an event that is currently live so ideally need to find a fix fairly promptly...
0
0
49
jacobbrandon
Aug 13, 2020
In Coding with Velo
So, I'm aware there is a query limit on the wix products collection as per the below "Important: You can query up to 100 items from the Products collection. Trying to query more than 100 items by raising the wix-data limit will result in an error." (https://support.wix.com/en/article/corvid-wix-stores-products-collection-fields) My query is, in the absence of any change to this, or the ability to apply collections to product galleries (see https://www.wix.com/corvid/forum/community-discussion/set-collection-of-grid-product-gallery-by-code), has anyone found a good workaround that will allow something which resembles a query to the products database for over 100 items which can then be applied to a repeater or image gallery on a dynamic page? I'm a little stumped and currently considering an solution that works out the total number of items in a collection, and then creates multiple datasets and sufficient repeaters to display blocks of 100 items (which seems more than a little flawed).
1
1
92
jacobbrandon
Sep 06, 2018
In Coding with Velo
Hi There I am working on the below scenario and have hit a snag with filtering. I have a dynamic page setup to display an individuals profile. On this page there are a number of simple values linked to a database (ProfileID, profile image, title, blurb etc.) Then each page has a gallery which can contain an indeterminate number of images. These are stored in a separate GalleryImages database and are associated with the ProfileID. To get the correct images into each dynamic page gallery I need to apply a filter based on the ProfileID but I haven't found a way to do this. I'm assuming the only way this will be possible is via Wix code but I can't see how? Any clues appreciated....
0
3
83
jacobbrandon
Aug 09, 2018
In Coding with Velo
I've read through a handful of posts on this but none seem to have an answer that works for me. I have a simple Wix Gallery set up with a dataset to feed in image, title, link etc. Everything functions fine on preview but not on the live site. As far as I can tell the collection is synced and my permissions should allow anyone to read the dataset but it doesn't work on the live site. Unusually, this also seems to be an intermittent issue as I've had it working at several points. Page can be viewed at art-hub.co.uk/exhibitions Any assistance gratefully received.
0
5
583
jacobbrandon
Aug 08, 2018
In Coding with Velo
Hello All I've been working on a variation of the "Gift Quiz" (https://www.wix.com/code/home/example/Gift-Quiz) store example to use as an advanced category search for an art store. Ultimately what I've done is reduced the number of "Questions" or slides, to one category selection which then loads the relevant products based on this one choice. The other change I made was to increase the number of choices and records; the example gift quiz having 11 answers/keywords and 10 records whilst mine has 99 answers/keywords and 328 records. When I came to test I discovered that only some of my answers were returning accurate data and the rest just returned all the products from my full store database not the filtered results. After some experimenting re-adding records I've discovered that the example only seems to work for the most recent 13 answers/keywords that I add to the database collection, add in a 14th and the 1st one falls off the end and stops working. I'm not very experienced in wix code or coding in general, hence the attempt to adapt this example for my use. Is this simply a limitation I cannot overcome or is there a way to get this working with all my answers and records. My test space is at art-hub.co.uk/shoptest and you'll see for example that if you click "Rhian Wyn Harrison" the results are as expected, but if you click "Alan Gregory" at the start you get the entire catalogue of works returned. Any assistance gratefully received.
0
0
82

jacobbrandon

More actions
bottom of page