- Posts: 8
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [SOLVED]Ready but with mistakes
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.
[SOLVED]Ready but with mistakes
- Arjan Abbink
- Offline
- New Member
Less
More
15 years 1 week ago #28651
by Arjan Abbink
Replied by Arjan Abbink on topic Re: [SOLVED]Ready but with mistakes
Don't know why this thread reads [SOLVED] because I think it isn't.
I had the same problem as mentioned in the first post of this thread.
After trying lots of thing in the source code I found out that this problem is related to a problem between two different version of the mootools file. If you have a template using the mootools, say in your menu, than the chances are big that the problem lies in the fact that two different mootools files are loaded in the code.
The solution for me was to comment out the loading of the mootools in the SIG plugin. The loading line can be found in:After this, the code worked fine without the mentioned fault.
Seeya'll
Arkomat
The Netherlands
I had the same problem as mentioned in the first post of this thread.
After trying lots of thing in the source code I found out that this problem is related to a problem between two different version of the mootools file. If you have a template using the mootools, say in your menu, than the chances are big that the problem lies in the fact that two different mootools files are loaded in the code.
The solution for me was to comment out the loading of the mootools in the SIG plugin. The loading line can be found in:
../plugins/content/jwsigpro/jwsigpro.php on line 175.
Seeya'll
Arkomat
The Netherlands
Please Log in or Create an account to join the conversation.
- sympsodon
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
15 years 1 week ago #28652
by sympsodon
Replied by sympsodon on topic Re: [SOLVED]Ready but with mistakes
Hi!
I am not able to find the load function in jwsigpro.php in ../plugins/content/jw_sigpro at line 175
I have at line 175:
Could you show me the code that i must comment?
Regards
Carlos.
I am not able to find the load function in jwsigpro.php in ../plugins/content/jw_sigpro at line 175
I have at line 175:
$html_template .= '
Could you show me the code that i must comment?
Regards
Carlos.
Please Log in or Create an account to join the conversation.
- Arjan Abbink
- Offline
- New Member
Less
More
- Posts: 8
15 years 1 week ago #28653
by Arjan Abbink
Replied by Arjan Abbink on topic Re: [SOLVED]Ready but with mistakes
Hi Carlos,
First of all
I saw I made a mistake with the path of the file. The correct path is:
Second
I am using the 2.0.4 version of Simple Image Gallery Pro. Which version of SIG PRO are you using? Because I see that you searched for the load function in the file jw_sigpro.php (with underscore !!). Is it that you are using a different version, possibly the free version?
Third
The load function in version 2.0.4 should look like this:
Comment out this from <script type="..... till </script>
Let me know if you managed to make it work this time!
Seeya'll
Arkomat
First of all
I saw I made a mistake with the path of the file. The correct path is:
../plugins/content/jwsigpro.php on line 175
Second
I am using the 2.0.4 version of Simple Image Gallery Pro. Which version of SIG PRO are you using? Because I see that you searched for the load function in the file jw_sigpro.php (with underscore !!). Is it that you are using a different version, possibly the free version?
Third
The load function in version 2.0.4 should look like this:
In version 1.2.1 (the latest free version) the load function looks like:<script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/jwsigpro/slimbox/mootools.js"></script>
<script type="text/javascript" src="'.$mosConfig_live_site.'/plugins/content/plugin_jw_sig/mootools.js"></script>
Comment out this from <script type="..... till </script>
Let me know if you managed to make it work this time!
Seeya'll
Arkomat
Please Log in or Create an account to join the conversation.
- sympsodon
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
15 years 1 week ago #28654
by sympsodon
Replied by sympsodon on topic Re: [SOLVED]Ready but with mistakes
Hi!
I am using the version 2.0.4, and i have the follwing file:
But i do not have jwsigro.php
Could you please confirm me the right path and the right file?
Thank you!
Carlos.
I am using the version 2.0.4, and i have the follwing file:
../plugins/content/jw_sigpro.php
But i do not have jwsigro.php
Could you please confirm me the right path and the right file?
Thank you!
Carlos.
Please Log in or Create an account to join the conversation.
- Panagiotis Karamalis
- Offline
- New Member
Less
More
- Posts: 7
14 years 11 months ago #28655
by Panagiotis Karamalis
Replied by Panagiotis Karamalis on topic Re: [SOLVED]Ready but with mistakes
I have exactly the same problem and it doesnt seem to be solved in this thread.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 11 months ago #28656
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: [SOLVED]Ready but with mistakes
Please provide us with a url to your site.
Did you try changing pop engine?
Did you try changing pop engine?
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
- [SOLVED]Ready but with mistakes