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.

gallery is not displaying the popup images

  • tderscheid
  • tderscheid's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 months ago #17708 by tderscheid
gallery is not displaying the popup images was created by tderscheid
I just upgraded form the free version(worked great) to the Pro version, and none of the images will work. It created the thumnails, but 3 of the Popup engines open the picture only in a different window and the others open, but then no photo shows.

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 3 months ago #17709 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: gallery is not displaying the popup images
Hi my friend!

If you can post a direct link of the gallery, this will be very helpful to us to understand what happens!  ;)

All the popup engines load a js library ( mootools or jquery or stand alone ).
If in your template is already loaded the same js library causing the "new window" issue. To avoid that, we are usually using an engine with js library different from the already js library loaded from your template.

About the "no photo shows" issue, i'm not sure and this is the reason I ask you a direct link!

Thank you!

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

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

  • tderscheid
  • tderscheid's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 months ago #17710 by tderscheid

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

  • tderscheid
  • tderscheid's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 months ago #17711 by tderscheid
Replied by tderscheid on topic Re: gallery is not displaying the popup images
also I want to clarify - I had the free version working with no problems, just the Pro version I am now having trouble with.

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

More
16 years 3 months ago #17712 by acijanos
Replied by acijanos on topic Re: gallery is not displaying the popup images
That might be a template issue..can you post the header code from your template?

Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca

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

  • tderscheid
  • tderscheid's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 months ago - 16 years 3 months ago #17713 by tderscheid
Replied by tderscheid on topic Re: gallery is not displaying the popup images
based on your comment, I just switched templates to see what would happen and it worked. So, is there anything that can be done to make this work with the existing template? I am not sure what you mean or where to locate the "Header Code" in the template files, I did see a JS folder with the following files.
litebox-1.0.js
moo.fx.js
prototype.lite.js
styleswitcher.js
template.css.php
index.html

I am not sure if these files would have any bearing on the issue or not. The code below may be what your looking for from the header - I am not sure.

<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
$iso = split( '=', _ISO ); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<?php
if ( $my->id ) initEditor();
mosShowHead();
?>
<?php if (mosCountModules('user4') + mosCountModules('user5') + mosCountModules('user6') ==3) $tdwidth = "33%"; ?>
<?php if (mosCountModules('user4') + mosCountModules('user5') + mosCountModules('user6') ==2) $tdwidth = "50%"; ?>
<?php if (mosCountModules('user4') + mosCountModules('user5') + mosCountModules('user6') ==1) $tdwidth = "100%"; ?>
<?php if (mosCountModules('user4') + mosCountModules('user5') + mosCountModules('user6') ==0) $tdwidth = "100%"; ?>
<?php if (mosCountModules('user4') + mosCountModules('user5') + mosCountModules('user6') ==1) $tdpad = "0px"; ?>
<?php if (mosCountModules('user4') + mosCountModules('user5') + mosCountModules('user6') >=2) $tdpad = "1px"; ?>

<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/template_css.css" media="screen" type="text/css" />
<link rel="alternate stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/800.css" type="text/css" title="fluid" />
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/prototype.lite.js"></script>
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/moo.fx.js"></script>
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/litebox-1.0.js"></script>

<script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/styleswitcher.js"></script>

</head>
<body onload="initLightbox();" id="pagebg">
<script type="text/javascript">js_init();</script>
<div id="twrap">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="maintable">
<tr>
<td rowspan="4" valign="top" id="leftshadow"><img src="templates/<?php echo $cur_template; ?>/images/tl.png" alt="topleft" width="5" height="145" /></td>
<td colspan="1" valign="top" id="headerblock">
<div id="headercontainer">
<div id="header">

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 3 months ago #17714 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: gallery is not displaying the popup images
Hi my friend!

As I can see from the source of the page, the library "moo.fx.js" is loaded twice
<script type="text/javascript" src="http://7655930667.com/mambots/content/plugin_jw_sigpro/litebox/moo.fx.js"></script>

<script type="text/javascript" src="http://7655930667.com/templates/js_element_blue/js/moo.fx.js"></script>

This could be the problem.
Please, switch the popup engine ( from the administrator panel of the plugin ), because the litebox uses the mootools js library, as your template does.

Thank you!

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

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

  • tderscheid
  • tderscheid's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 months ago #17715 by tderscheid
Replied by tderscheid on topic Re: gallery is not displaying the popup images
I have tried all of the other Pop Up Engines, but none of them work either. SOme of them open a new window with the picture in the window.  I did delete the following line of code from the template:
<body onload="initLightbox();" id="pagebg">

and it started working, but it messed up some of the template. 

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

  • tderscheid
  • tderscheid's Avatar Topic Author
  • Offline
  • New Member
More
16 years 3 months ago #17716 by tderscheid
Replied by tderscheid on topic Re: gallery is not displaying the popup images
I finally got the last one in the list to work. Thanks again for your help.  I had a Top Menu that has some JavaSript installed but was not using it, once I uninstalled that - I finally got somewhere. Thanks for pointing out the problems with the JavaScript conflicts - that is what put me on the right path.

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 3 months ago #17717 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: gallery is not displaying the popup images
Hi my friend!

I'm glad you have resolved the problem!
It's really pity that those js libraries have those serious problem when you call the twice!

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