Ok i have moved <div id="highslide-container"></div> around here:
class HTML_RSGALLERY{
/**
* write the footer
*/
function RSGalleryFooter(){
global $rsgConfig, $rsgVersion;
$hidebranding = '';
if( $rsgConfig->get( 'displayBranding' ) == false )
$hidebranding ="style='visibility: hidden'";
?> <div id="highslide-container"></div>
<div id='rsg2-footer' <?php echo $hidebranding; ?>>
<div><br /><br />
<?php echo $rsgVersion->getShortVersion(); ?>
</div>
</div>
<div class='rsg2-clr'> </div>
<?php
}
function showUserGallery($rows)
{
global $my, $rsgConfig, $mosConfig_live_site, $Itemid;
?>
<script language="javascript" type="text/javascript">
inside rsgallery2.html.php but it resulted in
-left page side content is pushed down
-next/previus navigation aint working
So i guess it is wrong place
Here are the results
http://www.street-disciple.net/site/index.php?option=com_rsgallery2&page=inline&id=4&catid=2&limitstart=0Also i have found how to modify image outlines, it has to be done manually inside rsgallery2.html.php over here:
line 406
<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/components/com_rsgallery2/js_highslide/highslide.css" type="text/css" />
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/components/com_rsgallery2/js_highslide/highslide.js"></script>
<script type="text/javascript">
hs.graphicsDir = '<?php echo $mosConfig_live_site;?>/components/com_rsgallery2/js_highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'rounded-white';
window.onload = function() {
hs.preloadImages();
}
</script>
You have to modify hs.outlineType = 'rounded-white'; to for ex hs.outlineType = 'drop-shadow'; or hs.outlineType = 'outer-glow';
If anyone have an idea please help me with highslide div positioning i would be very greatfull.
I am using newest rsgallery component and newest joomla stable release
My template is Js_empire by joomlashack