Implementing similar funct. as RokGallery Admin on frontend
Posted 11 years 10 months ago
Hi,
This isn't directly a RokGallery question (thus the reason I am posting in the general discussions forum) but I was hoping that someone could provide me with some guidelines on how I could implement a similar functionality as can be found on the admin interface of rokgallery, but on the front end.
Specifically, I need to create a front-end CD/DVD store and I would like to implement something similar to the image editor interface you can see on the RokGallery backend when you click on the edit icon (thumbnail block flips, details pane slides down). I am sure that javascripts handle much of that functionality, and they are proprietary to RokGallery, however, I am hoping there are existing javascripts available somewhere which I can modify to address my needs. What I don't know is where to find them.
Another option would be to be able to modify the RokGallery scripts and implement them on the frontend, but again, I am not sure what scripts I would need to load.
Re: Implementing similar funct. as RokGallery Admin on frontend
Posted 11 years 10 months ago
... rather that using stuff from the template or an extension I suggest to use parts of the extension I suggest to look at the bootstrap stuff or just google a bit.
There are countless links about show/hide vis j-script.
Re: Implementing similar funct. as RokGallery Admin on frontend
Posted 11 years 10 months ago
Hi Henning,
All I am trying to do is replicate exactly the functionality when you click on the edit button under the admin thumbnails (however, in my instance, the entire box would be clickable) and then on click have the thumbnail flip and the details pane slide down.
The only difference in functionality will be that there will always be a visible "Add to Cart" button that adds the item to the cart and then closes the details pane, plus some cosmetic modifications to make the look and feel consistent with the site.
I don't need to reinvent the wheel, and since the RokGallery admin interface implements exactly what I am seeking to do, advice on how to enable that portion of the admin interface on the frontend would be most appreciated.