Problems SP Easy Gallery - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Problems SP Easy Gallery

M

Manuel

Extension 4 years ago

Hi, have a few problems here with the SP Easy Gallery. The not really show it me like I want. 1.) I use it as a modul with the Joomla addon because I have the Slideshow on that Site too.

  1. I was creating Categories with Subcateries but the dont show it to me in the frontend. Because what I need is that: https://prnt.sc/1vrvhq5 and then comes like the same for every year (2004, 2005....) always with subfolders.

3.) I was giving the Album a "Featured image" too, but not shows in the frontend. https://prnt.sc/1vrvxxe https://prnt.sc/1vrw1eh https://prnt.sc/1vrw93u

4.) There are upload problems, when you use more then 40 or 50 images (jpg) the load up only a few and more then the half stop at 100%. Then I was trying it with 30 images then was the problem that like half images was having the same foto. When I use only 10 images it will work but like so is it a lot of work when you have more then 1000 images.

5.) Why I not can select a folder where I have the fotos on webspace, because when I upload all via ftp it will be much more easy.

Please explain me all that with screenshots too. Here are a few more configuration screenshots. https://prnt.sc/1vrx7ca https://prnt.sc/1vrxi0m https://prnt.sc/1vrxkhc

Best Regards Manuel

0
7 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #38124

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please follow the instructions.

Go to the file location administrator/components/com_speasyimagegallery/controllers/album.php Find out this line of code

$filteredImage = explode('?', $image);
$image = $filteredImage[0];

And replace with this code

$filteredImage = explode('#', $image);
$image =str_replace('%20', ' ', $filteredImage[0]);

-Thanks

0
M
Manuel
Accepted Answer
4 years ago #38166

Hi Toufiq, This code is for the preview?

How we can fix the anothers? Folder structure, multible uploads etc...

Regards Manuel

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #38168

There is no option to folder wise upload. Thanks

0
M
Manuel
Accepted Answer
4 years ago #38170

ok but how I can this structure? -2003 Mainfolder --Samstag Subfolders --Sonntag

-2004 --Samstag --Sonntag

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #38174

I am sorry again. The sub-category feature is not ready. Thanks

0
M
Manuel
Accepted Answer
4 years ago #38176

That means is in work? So when comes then the new update of the extension?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #38181

Currently we are working on Template Update. After that, we can move forward to update the extension. In the meanwhile I will give you a hotfix for the thumbnail issue. Thanks

0