- Posts: 25
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- None Popup Engine is compatible with my site
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.
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
Less
More
16 years 6 months ago #14582
by mtaras
None Popup Engine is compatible with my site was created by mtaras
I use SIGPro at my website www.morpheashotel.gr/site/index.php/lang-en/rooms-prices.html and the default template of joomla 1.5.3 beez
Please Help me...
I have already try all the Popup Engines of SIGPro.
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
Less
More
- Posts: 1188
16 years 6 months ago #14583
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: None Popup Engine is compatible with my site
Hi my friend!
Can you check out the paths of the plugin?
I can see on the source of the page this code
and if i hit on this link, I receive an 404 server error.
Thank you!
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
Less
More
- Posts: 25
16 years 6 months ago - 16 years 6 months ago #14584
by mtaras
Replied by mtaras on topic Re: None Popup Engine is compatible with my site
the right path must be www.morpheashotel.gr/site/plugins/content/jwsigpro/lytebox/greek/lytebox.php" or the language of the site. But I realy hadn't change anything.
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...
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
Less
More
- Posts: 25
16 years 6 months ago #14585
by mtaras
Replied by mtaras on topic Re: None Popup Engine is compatible with my site
Please help...
I can't found something wrong...
I can't found something wrong...
Please Log in or Create an account to join the conversation.
- mtaras
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 25
16 years 6 months ago #14586
by mtaras
Replied by mtaras on topic Re: None Popup Engine is compatible with my site
I think the problem is at the lines of the jwsigpro.phpThe var $language hasn't any value, and the result is to include this code in the index.phpBut I can't understand why this happended! I have already use this plugin on other websites and it works correctly.
Somebody to help me. Maybe the problem is on joomfish or on combination of joomfish and sigpro.
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
Less
More
- Posts: 1188
16 years 6 months ago #14587
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: None Popup Engine is compatible with my site
well well!
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 linesto
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!
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
Less
More
- Posts: 25
16 years 6 months ago #14588
by mtaras
Replied by mtaras on topic Re: None Popup Engine is compatible with my site
It works but with this way the image close does not appears.
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
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
Less
More
- Posts: 1188
16 years 6 months ago #14589
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: None Popup Engine is compatible with my site
Hi my friend!
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
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!
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
Less
More
- Posts: 25
16 years 6 months ago #14590
by mtaras
Replied by mtaras on topic Re: None Popup Engine is compatible with my site
I still can't view the closelabel.gif
I can't understand where I must change something.
Please Help...
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
Less
More
- Posts: 1188
16 years 6 months ago #14591
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: None Popup Engine is compatible with my site
Hi my friend!
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!
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.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- None Popup Engine is compatible with my site