SP Easy Image Gallery - Border-Radius For Thumbnails ? - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Easy Image Gallery - Border-Radius For Thumbnails ?

Klaus Brandt

Klaus Brandt

Extension 4 months ago

Hi Joomshaper-Team,

is it possible to get a SP Easy Image Gallery - Border-Radius for SP Easy Image Gallery Thumbnails ?

Thank you! Klaus

0
12 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #193124

I know what is wrong. You made a mistake with custom.css file path, it should be here

/templates/shaper_helixultimate/css/custom.css

And If I don't see it, browser cannot too. Please check that !

Just move custom.css file from folder templates/shaper_helixultimate/ to templates/shaper_helixultimate/css/ and all will be OK :)

Our CSS was correct.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #193114

Hi

Thanks for contacting us, yes you can do it via CSS. Could you please give me a screenshot of that portion? So that I can check and give you the CSS.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #193115

Hi Klaus,

Indeed a single line of Custom CSS is needed.

For example, for component view:

.view-album .speasyimagegallery-row > div > .speasyimagegallery-gallery-item img {
  border-radius: 15px; }

Or shorter version for component view

.view-album .speasyimagegallery-gallery-item img {border-radius: 15px;  } 

More universal (com & mod)

.speasyimagegallery-gallery-item img {border-radius: 15px;}
0
Klaus Brandt
Klaus Brandt
Accepted Answer
4 months ago #193121

Dear Ms. Mehtaz Afsana Borsha, Dear Paul,

first: Thank you for your kind and fast answer.

So, it does not work. I'm using two types of SP-Easy_Gallery-Links:

  • as Link to an album from the SP-Easy-Image Component,
  • and - i'll prefere this: als an Image-GAlery Module

But no effect in both variants.

I took the credits in the hidden content fpr you to see...

Thanks: Klaus

Screenshot Album-view from direct link to the component: (without any radius :-( https://prnt.sc/zSIJwMjTMnKb

And Screenshot from a view to an SP PAge Builder site with a SP-easy-gallery-module: also still without any radius. SO I made a mistake with my custom.css (?):

https://prnt.sc/fFlVkKbSsvoW

Thanx again from Germany

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #193123

Danke, aber Benutzername und Passwort falsch oder das Benutzerkonto existiert noch nicht :/


And yes, my first CSS code was prepared for component view only, not module. Becuase you didn't mention about that in first post. But I added extra line, look up again.


0
Klaus Brandt
Klaus Brandt
Accepted Answer
4 months ago #193125

Oh, sorry- my mistake (false data), I corrected this.

0
Klaus Brandt
Klaus Brandt
Accepted Answer
4 months ago #193126

... and yes, I made first a false folder fpr custom.css - but now it's in correct css-Folder -

but it does not work..

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #193127

2nd mistake that you made was , you forgot to add "} " in first line of custom.css

Yes, I fixed that, images have radius border now.

Danke for access.

0
Klaus Brandt
Klaus Brandt
Accepted Answer
4 months ago #193129

Thank you very much, Paul! And sorry for my dumb mistakes.

I wish you a good Sunday!

Klaus

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #193242

Dont worry Klaus, glad to know that its now solved. And thanks for accepting the answer.

0
Klaus Brandt
Klaus Brandt
Accepted Answer
4 months ago #193263

Thank you so much!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #193386

You are always welcome.

0