I am using Pro Gallery on Wix Studio, since some images are light color and others are in dark colors, can’t use one color only for the title and description. as some times not visible because of the images ground colors.
If there and code to change the title and description colors dynamically based on CMS field value for example, then I add colors hex numbers on this field value
also I am trying to use custom buttons for (Next and Previous), using the below codes, but it doesn’t work. any solutions?
$w.onReady(function () {
$w('#knowPrev').onClick(() => {
$w('#knowGallery').previous();
});
$w('#knowNext').onClick(() => {
$w('#knowGallery').next();
});
});
You are using ProGallary?
Displaying a Pro Gallery on Your Site Using the Pro Gallery Backend API
https://www.wix.com/velo/reference/wix-pro-gallery-backend/progallery/introduction
It is very important to know which GALLARY you are using, because every gallary is someekind different.
Hello,
I’ve noticed that the Slider Gallery (Sphere) is the only gallery on Wix that slides images Linearly , but it’s also the only gallery that doesn’t have the Autoplay function.
Is it possible to make the " Slider Gallery (Sphere)" to Autoplay - once the page is loaded?
Thanks in advance!
Some facts about GALLARIES…
@volkaertskristof No, repeater limits mention that Galleries can’t be added there.
Is it possible to add new Pro Galleries into the cells? How? That’s what I don’t know how to do: create new galleries according to a query results and attach them one below the other. If it is possible to do it through tables, it would be great. But how?
Question:
Hello everyone,
I currently swapped the og Wix Gallery for the Wix Pro Gallery in my website to have more custom options and also seems to load faster and better in the mobile version, but I faced some problems as I set autoplay and autopause functions in the og Wix Gallery and they both seem not to be compatible with the Wix Pro Gallery. Is it possible to manipulate the gallery index?
Products:
Wix Editor, Wix Pro Gallery
What are you trying to achieve:
As said above, I need to …
You have a ready and working SLick-Slider-Version already?
If so → provide the code.
If you want to go the Wix-Gallery-Version, you will have to work with corresponding API…
Hello there,
I have done some research around the forum, but I can’t find the answer for this issue.
I currently have a Wix Pro Gallery connected to a dataset - everything is in order. When I click an item of my gallery the link from my dataset opens just fine, but inside a new tab. So I’m wondering how do I make my link open in the current tab .
[image]
[image]
I’ve seen some people using these kinds of code to open a link inside the current tab, but it doesn’t work when the element is …
Working with Gallaries…
It mostly worked, but I have 2 questions!
I see that in the console WHEN my code says:
let myVariable = $w('#gallery1').items
$w.onReady(function(){
let items = $w("#gallery1").items;
console.log("ITEMS: ", items);
let variableNumber = $w("#gallery1").items;
for(var i = 0; i < 12; i++);
let myNewDescription = "XXXXXX";
console.log("RESULT-Description: ", myNewDescription);
items[0].description = myNewDescription;
$w("#gallery1").items = items;
console.l…
I have a collection with Fields for the following :
Title - The title of the category of images eg Birthday Cards, Christmas
Gallery - The gallery where the images are for each category (ie the title field)
I want to be able to search in all categories for keywords or tags so for example if a user puts in the keyword “red” into a search box , it needs to search all categories for any image with the keywords “red” in them and display them as thumbnails in the search results
A screen shot of t…
You will surely find even more information…
Good luck!
I am using Wix Studio, I got the below result for my current Pro Gallery element which I added it through the editor
{
“isPlayable”: false,
“hasCurrentItem”: false,
“hasNavigationButtons”: false,
“supportsAllMediaTypes”: true
}
how I change the pro gallery type ?
Well, i think on Wix-Studio it is a bit different.
You do not have real options to do what you want.
The Wix-Pro-Gallary is like an inclosed own APP.
To get access to the data, you will need to use the backend-api of wix-pro-gallary.
CSS-styles are not possible to be set on a Pro-Gallary, like it seems…
All supported CSS-elements…
So your options are very low.
What you can try is to get the data you need out of the gallary and design custom additional elements exposing/showing the data you want.
For example → TITLE <—
You do not like the TITLE generated by the APP ?
You want to have a custom designed one?
That means → deactivating the title inside the Pro-Gallray ?
You will at least find an option for this.
Now, since you deactivated title you want to replace it with your own custom one?
What are your next steps?
You need to get the title-data for each/current-item? → wix-pro-gallary-backend-API?
You got the title-data? → pushing it to the text-element of your choise ?
These are just some brainstorming thoughs, you will have to try this out.