- Posts: 25
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- None Popup Engine is compatible with my site
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.
None Popup Engine is compatible with my site
- mtaras
-
Topic Author
- Offline
- Junior Member
Please Help me...
I have already try all the Popup Engines of SIGPro.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
Can you check out the paths of the plugin?
I can see on the source of the page this code
<script type="text/javascript" src="http://www.morpheashotel.gr/site/plugins/content/jwsigpro/lytebox//lytebox.php"></script>
and if i hit on this link, I receive an 404 server error.
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.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
How can I fix it?
Thanks.
As I can see when I disable the Joomfish Support, the popup engine works perfectly.
But the close button disapeared!!!
It seems to not recognize the languge on the page...
Please Log in or Create an account to join the conversation.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
I can't found something wrong...
Please Log in or Create an account to join the conversation.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
elseif ($popup_engine == 'lytebox') {
$sigheader .= '
<script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/jwsigpro/lytebox/'.$language.'/lytebox.php"></script>
<style type="text/css" media="all">
@import "'.$mosConfig_live_site.'/plugins/content/jwsigpro/lytebox/'.$language.'/lytebox.css";
@import "'.$mosConfig_live_site.'/plugins/content/jwsigpro/sigpro_'.$sig_layout.'.css";
</style>';
}
<script type="text/javascript" src="http://www.morpheashotel.gr/site/plugins/content/jwsigpro/lytebox//lytebox.php"></script>
Somebody to help me. Maybe the problem is on joomfish or on combination of joomfish and sigpro.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
I think you just show me an issue of sig pro, under joomfish!
Are you using joomfish for the multilingual support of the site?
The language variable is different in j!1.5 respect the j!1.0
And we have the folders of the language with name like "english"
instead "en-GB" where the j!1.5 understand...
This mean that the script searches for folders with name "en-GB" ets...
We have to check out this issue asap!
Until the resolve of this problem, let's do that.
Open the sigpro file to edit!
change the lines
$language_set = $pluginParams->get('language_set', 'english');
$jfsupport = $pluginParams->get('jfsupport', 0);
$language = ($jfsupport)?$mosConfig_lang:$language_set;
$language_set = $pluginParams->get('language_set', 'english');
$jfsupport = $pluginParams->get('jfsupport', 0);
$lang =& JFactory::getLanguage();
$lang_array = array(
"en-GB" => "english",
"de-DE" => "german",
"el-GR" => "greek"
);
$language = ($jfsupport)?$lang_array[$lang->getTag()]:$language_set;
Try this change and tell me if it's ok with you!
If the iso format of greek is wrong you can change it!
Thank you for the report!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
I think that the reason is the same because all the necessary files are in the folder greek (or on the language of the site). I try to rename it as el-GR but when I try it the popup does not works at all.
Thanks
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
We work ( the team ) to resolve this issue with the as soon as possible!
In the next minor version will rename the language folders from greek to el_GR
as you said.
We have also to change the paths that exist in the several javascripts as lytebox.js where you can see paths like this
this.fileCloseImage = "plugins/content/jwsigpro/lytebox/greek/closelabel.gif";
You can try to change the path from the engine you need asap.
I'm really sorry about the bug of the sig pro with the activation of the joomfish.
We are all working to resolve this issue as soon possible!
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.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
I can't understand where I must change something.
Please Help...
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
As I can see from the source of the page, the path to the closelabel.gif is wrong
cause the bug of the language ( joofish ) you report before.
At the plugin file, between the lines 175 and 245, you can find the costruction
of the path of the closelabel.gif.
There you can correct the $language variable!
We will be soon back with the upload of the update of the sig pro
where will be correct the joomfish language bug.
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.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
I can't found something that I must change at the lines 175 to 245, please help me, I use Lytebox.
In addition, I try to modify the css file of all the greek english and german folder. I replace the line
#imageData #bottomNavClose {width:66px;float:right; padding-bottom:0.7em;}
with
#imageData #bottomNavClose {width:66px; height:20px; float:right; padding-bottom:0.7em;background:url(closelabel.gif) no-repeat;}
At the Firefox the problem is solved but at IE7 th square x appears still now. Maybe because it doesn't found the closelabel.gif
Please help me.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
In the "view source" I can see only the relative path of the closelabel.gif...
<img src="/plugins/content/jwsigpro/lytebox/english/closelabel.gif">
Please, try this
At the file lytebox.js
change the line
this.fileCloseImage = "plugins/content/jwsigpro/lytebox/english/closelabel.gif";
The path respect the joomfish mode.
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.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
this.fileCloseImage = "http://morpheashotel.gr/site/plugins/content/jwsigpro/lytebox/english/closelabel.gif";
See with IE7 www.morpheashotel.gr/site/index.php/lang-en/rooms-prices.html
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
this.fileLoadingImage = "plugins/content/jwsigpro/loading.gif";
this.fileLoadingImage = "http://morpheashotel.gr/site/plugins/content/jwsigpro/loading.gif";
The x you can see is for the loading gif
and the browser can't see it cause the wrong path!
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.
- mtaras
-
Topic Author
- Offline
- Junior Member
- Posts: 25
We will wait the new version of SIGPro for 1.5.3 that will bypass these problems.
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- None Popup Engine is compatible with my site