Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

slideshow in colorbox...how do I get it??

  • vincy79
  • vincy79's Avatar Topic Author
  • Offline
  • New Member
More
13 years 4 months ago #42401 by vincy79
Hi,
I've seen in this video
www.youtube.com/watch?v=tuvzXsa3kTQ&feature=player_embedded#at=120
how to use SIG PRO.
I've installed it, but my Colorbox is different from the demonstration! I'd like to get a Colorbos with minimal designe and slideshow too as I see at 1:57 in the video example.
this is what I'd like to get:


this is the link to my gallery and how it appears now
www.vincenzodinuzzo.altervista.org/index.php?option=com_content&view=article&id=61%3Aacquario-di-berlino

Please could you tell me what CSS path I have to modify ?
thanks of all
Vincent

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago #42402 by JoomlaWorks
Replied by JoomlaWorks on topic Re: slideshow in colorbox...how do I get it??
This is a "sub template" of Colorbox, the popup engine. There are 5 such sub templates pre-included, but we use the first one as default for SIG Pro.

If you wanna change it for your site, edit this file /plugins/content/jw_sigpro/includes/js/jquery_colorbox/popup.php (or /plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_colorbox/popup.php in J1.6/1.7) and change all "example1" instances to "example2" and up to "example5" until you find the one you like.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • vincy79
  • vincy79's Avatar Topic Author
  • Offline
  • New Member
More
13 years 4 months ago #42403 by vincy79
Replied by vincy79 on topic Re: slideshow in colorbox...how do I get it??
Really thanks for your answer !
I've followed what you've written.
I've seen that there are some examples in defoult but none of them has a slideshow.
how can I add a slideshow to my example 2  ????

thanks again

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago #42404 by JoomlaWorks
Replied by JoomlaWorks on topic Re: slideshow in colorbox...how do I get it??
In the same file, look at this line:
//slideshow:true,

and simply change it to:
slideshow:true,

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • vincy79
  • vincy79's Avatar Topic Author
  • Offline
  • New Member
More
13 years 4 months ago #42405 by vincy79
Replied by vincy79 on topic Re: slideshow in colorbox...how do I get it??
Sorry Fotis

here it is the file...but there's not the "slideshow:true" line into popup.php file  ??? ???
<?php
/*
// JoomlaWorks "Simple Image Gallery PRO" Plugin for Joomla! 1.5.x - Version 2.0.5
// Copyright (c) 2006 - 2010 JoomlaWorks Ltd.
// This code cannot be redistributed without permission from JoomlaWorks
// More info at www.joomlaworks.net
// Designed and developed by JoomlaWorks
// ***Last update: February 18th, 2010***
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

$relTag = "colorbox";
$style = "example2";
$popupIncludes = '
<link type="text/css" media="screen" rel="stylesheet" href="'.$popupPath.'/colorbox/colorbox.css" />
<link type="text/css" media="screen" rel="stylesheet" href="'.$popupPath.'/'.$style.'/colorbox-custom.css" />
<!--[if lte IE 6]>
<style type="text/css" media="screen">
#borderTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderTopLeft.png, sizingMethod=\'scale\');}
#borderTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderTopCenter.png, sizingMethod=\'scale\');}
#borderTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderTopRight.png, sizingMethod=\'scale\');}
#borderBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderBottomLeft.png, sizingMethod=\'scale\');}
#borderBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderBottomCenter.png, sizingMethod=\'scale\');}
#borderBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderBottomRight.png, sizingMethod=\'scale\');}
#borderMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderMiddleLeft.png, sizingMethod=\'scale\');}
#borderMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.$popupPath.'/'.$style.'/images/borderMiddleRight.png, sizingMethod=\'scale\');}

#contentTitle {left:1px;}
</style>
<![endif]-->
<script type="text/javascript" src="www.google.com/jsapi">
<script type="text/javascript">google.load("jquery", "1.3.2");</script>
<script type="text/javascript" src="'.$popupPath.'/colorbox/jquery.colorbox.js"></script>
<script type="text/javascript">
//<![CDATA[
jQuery.noConflict();
jQuery(function($) {
$.fn.colorbox.settings.transition = "fade";
$.fn.colorbox.settings.bgOpacity = "0.9";
$.fn.colorbox.settings.contentCurrent = "image {current} of {total}";
$(".sig-link").colorbox();
});
//]]>
</script>
';




how ca I do, please, help me..I'm so frustated :-[ :-\ ???

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago #42406 by Katia
This is an old SIG PRO version. Please upgrade to the latest one v.2.5.4 please.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum