Next/Prev in products image gallery

GK User
Wed Mar 28, 2012 1:01 am
Hello, I know it's from VM this issue but maybe you can help me ..
In VM on product details page I have uploaded 9 pictures for a product. The problem is that when I click on one of them it shows the photo but it doesent have [Next or Prev] button for the rest of them.
This is really annoying beacause you have to close and open one by one
User avatar
Fresh Boarder

teitbite
Wed Mar 28, 2012 3:25 am
Hi

Can You please show me this on Your site ?
User avatar
Moderator

GK User
Wed Mar 28, 2012 10:17 am
For now it is on a subdomain until I finish the website and this is the page http://sn.100kmh.net/index.php/componen ... e?Itemid=0

Take a look at the gallery, Thnks
User avatar
Fresh Boarder

teitbite
Wed Mar 28, 2012 11:40 pm
Hi

Ok. Now I know what You are talking about. Unfortunately this is a VM part of the code. So we cannot do much about it, but I'm pretty sure You can get some kind of a plugin which will transform it into a gallery. Please search joomla extentions page.
User avatar
Moderator

GK User
Mon Apr 02, 2012 4:47 pm
I searched but no solutions..decided to develop a little plugin for this and after that I will post the download link here maybe it will help
User avatar
Fresh Boarder

GK User
Mon Apr 02, 2012 5:05 pm
Yea let me know if you find a solution because I would like to add that to my site as well.
User avatar
Senior Boarder

teitbite
Tue Apr 03, 2012 2:29 pm
cosmin_13v wrote:I searched but no solutions..decided to develop a little plugin for this and after that I will post the download link here maybe it will help


Hi

Yes. Somethimes it's the only solution. I'm looking forward to this work :)
User avatar
Moderator

GK User
Sun Apr 22, 2012 11:57 pm
Hello guys, back again with this issue of virtuemart.
Searching and searching I might found the solution but I need a little help from some one with bigger experience..:
Found 'shadowbox' you can download it from here http://extensions.joomla.org/extensions/multimedia/multimedia-display/9220

After installed and activated the plugin I have made this:

In the override of the productdetail page /templates/gk_esport/html/com_virtuemart/productdetails I replaced this
Code: Select all
<?php echo str_replace('<a', '<a class="modal"', $this->product->images[0]->displayMediaFull('class="product-image"',true,"class='modal'",true)); ?>
with this
Code: Select all
<?php echo $this->product->images[0]->displayMediaFull('class="product-image"',true,'rel="shadowbox"',true,true); ?>


Ok now I have shadowbox instead of modal but here is my problem.
How can I change the code of additional images to load all in shadowbox?
I thought at this
Code: Select all
<?php echo $this->product->images[0]->displayMediaFull('class="product-image"',true,'rel="shadowbox[somefolder]"',true,true); ?>
but is not working...
A little help of anyone who got the ideea wouldn't be so bad:D
User avatar
Fresh Boarder

teitbite
Sat Apr 28, 2012 12:49 pm
Hi

Sorry. I got unsubscribed from this thread by accident. Is your issue solved or do you still require my help?
User avatar
Moderator

GK User
Sat Apr 28, 2012 2:14 pm
I still need help if you did find the answer to this. Thank you
User avatar
Fresh Boarder

teitbite
Mon Apr 30, 2012 7:57 am
Hi

Ok. Can You please send me FTP access ?
User avatar
Moderator

GK User
Wed May 09, 2012 9:19 am
Sorry for being so late with this. Yes for sure I have send you the ftp details for root of the site and made a backup in case something crashes


teitbite wrote:Hi

Ok. Can You please send me FTP access ?
User avatar
Fresh Boarder

teitbite
Mon May 14, 2012 12:59 am
Hi

I've just found an access in my mails but please tell me where I can see an example of this right now.
User avatar
Moderator


cron