- Posts: 2
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Memory/Performance issue with SIGPRO 1.2
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.
Memory/Performance issue with SIGPRO 1.2
- shawn911
- Topic Author
- Offline
- New Member
1/ Memory/Performance issue:
I have put 4
{gallery}folderWithImages{/gallery}
Notice: Undefined offset: 1 in ...\mambots\content\plugin_jw_sigpro.php on line 113
Notice: Undefined index: 3c0c201f372767bf3e547c3aa0ad451c in ...\mambots\content\plugin_jw_sigpro.php on line 278
Notice: Undefined index: 3c0c201f372767bf3e547c3aa0ad451c in ...\mambots\content\plugin_jw_sigpro.php on line 298
...
2/ Display one galery when loading the Home page:
I would like that when a user load my website : www.mywebsite.com , that one SIGPRO galery loads. Is this possible ?
3/ Put a link to open a galery:
I would like to put a link somewhere in my contents so that when a user clicks on it, it directly opens the galery.
4/ Open a specific image from a specific galery:
I would also like to put the thumbnail of a specific image from a specific galery to my contents, so that when a user clicks on the thumbnail, it opens the corresponding image without any next or back button.
Please, can you help ?
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
The reason for the long time of the load of the page, is the number of the images.
The script needs loaded all the images from the begin and this is heavy for a server if it has to do with a lot of pictures!
A lot of clients ask us to implement a dynamic pagination. This is a feature that probably will be by default at the next version of Sig Pro.
For the Notice messages of the server at the lines 278, 298 you can find the solution in this forum! ;) You just have to mute those commands
if (@$labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.@$images[$a])]!="") {
if (@$labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.@$images[$a])]!="") {
You can use the sig pro if you have it inside a content item which loads at the frontend.
You need to hack the code if you need a link to fire the sig pro. Search this forum, there is a simple hack that does something like that!
I'm afraid you cannot select a specific image from the folder, to be fired from the sig pro.
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.
- shawn911
- Topic Author
- Offline
- New Member
- Posts: 2
Thank you man!Hi my friend!
The reason for the long time of the load of the page, is the number of the images.
The script needs loaded all the images from the begin and this is heavy for a server if it has to do with a lot of pictures!
A lot of clients ask us to implement a dynamic pagination. This is a feature that probably will be by default at the next version of Sig Pro.
For the Notice messages of the server at the lines 278, 298 you can find the solution in this forum! ;) You just have to mute those commandsif (@$labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.@$images[$a])]!="") {if (@$labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.@$images[$a])]!="") {
You can use the sig pro if you have it inside a content item which loads at the frontend.
You need to hack the code if you need a link to fire the sig pro. Search this forum, there is a simple hack that does something like that!
I'm afraid you cannot select a specific image from the folder, to be fired from the sig pro.
Thank you!
Now, the performance problem is over.
I just notice something bizarre :
- Normally, the page's background transform to gray when you run SIGPRO. Now, in Internet Explorer, the background does not change. I have just a black rectangle on the top and the image only displays on the top.
I don't ave this issue with Firefox.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
Is it possible to post here a direct link to the gallery
to check out the issue?
Also, have you the same issue with IE6 and 7?
I would like to see the source generated at IE!
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
- Memory/Performance issue with SIGPRO 1.2