top of page

Forum Posts

david.guillemet
Feb 09, 2021
In Coding with Velo
Hi all, I currently use a gallery pro to display images on my live site and I'm desperately searching for a way for my users to select their favorite pictures. Using the "heart" icon, I thought I could retrieve the information somewhere (in a system collection or other) about "liked" pictures, but I don't understand where this information is stored. In addition, when I visit my live site, if I "like" a picture, the information seems to be lost when I come back to the same page later... I have read a previous thread about this feature, where the event onItemClicked was mentioned, but this item is raised in the case we just expand the current image. Then, it cannot be a solution to track the "liked" items... It seems very weird to provide a way to like gallery pro items while the information is not persisted, i.e. lost as soon as we go to another page, or without a way to implement an "onItemLiked" event handler, in the same way as "onItemClicked". Then, I certainly missed something, but does anybody knows how to track liked items or just the like action? Thanks in advance
0
0
50
david.guillemet
Aug 04, 2020
In Coding with Velo
I would like to redirect the url of my images from my previous website to the new url in my wix site. But I would like to do that automatically (too much images)...through a router hook or something like that I think I can implement it or at least detect the format of my old url like https://www.mydoamain.com/images/root/subfolder/myimage.jpg, and then redirect to the new url from my wix site. Thus, I uploaded all my old images to the wix media manager, keeping the same folder structure: <media manager>/legacy/root/subfolder/myimage.jpg. All I have to do is extract the image path, i.e. root/subfolder/myimage.jpg, from the requested url, and find the wix url for the corresponding image in the media manager, located in <media manager>/legacy/root/subfolder/myimage.jpg And here I really don't know how to do that.... I need to find a wix image Url from the path in the media manager... Does anybody know how to do that? Thanks a lot in advance.
1
15
2k
david.guillemet
May 05, 2020
In Coding with Velo
Hi, I'm suddenly unable to display the content of my collections in the editor. As soon as I click on a collection, whatever it is, the panel which is supposed to display its content remains desperately empty... When I have a look at the console in the chrome developper tools, the following js error is displayed: panelHeader.js:61 Uncaught (in promise) TypeError: Cannot read property 'filter' of undefined at VM231486 cmGridPanel.js:1 at _ (VM231485 commons.js:12) at Generator._invoke (VM231485 commons.js:12) at Generator.e.<computed> [as next] (VM231485 commons.js:12) at o (VM231486 cmGridPanel.js:1) at VM231486 cmGridPanel.js:1 I tried to refresh, empty the cache, disconnect/reconnect, close/open chrome, use Safari, but nothing works and I'm totally stucked with this issue. Would anyone have any idea about this weird issue? Any help will be greatly appreciated. Thanks in advance.
0
1
523

david.guillemet

More actions
bottom of page