Issues With Flickr Addon - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Issues With Flickr Addon

K

Kieron

Extension 3 years ago

Hello,

Two issues ....

  1. The thumbnails are dark? I need the 100% visible. I searched the forums and found https://archive.joomshaper.com/forums/flickr-gallery-addon-doesn-t-display-correctly-all-images-are-dark I inserted the CSS but nothing changed. I'm using Joomla 4.0.4 and Helix Ultimate.

  2. Please see the screenshot below .... what is this piece of code at the top of the page ? immediately under the url and above the top black area?

  • a.sppb-addon-flickr .sppb-flickr-gallery li a:before { background: rgba(0,0,0,.3); }*

Thanks

0
6 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #42368

Hi there,

Thanks for contacting us. Sorry for the inconvenience. I have tried to login your backend. But, No success.

-Thanks

0
K
Kieron
Accepted Answer
3 years ago #42425

Hello joomshaper,

You have been added as a User to The Stable Door Equine by an Administrator.

This email has your username and password to log in to https://66.165.237.154/~stable/site/

Username: joomshaper Password: hel1xultimate

0
K
Kieron
Accepted Answer
3 years ago #42450

Hi,

I have 87.239.90.0/24 # Joomshaper whitelisted in my firewall .... is your IP in this range?

go to ip-lookup.net and it will tell you your ip address?

Thanks

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #42466

Overlay color issue solved. Thumbnail image size comes from the flckr. So, this is not changeable. Thanks

0
K
Kieron
Accepted Answer
3 years ago #42702

Thanks! Can you please share the css so we can not ask again in future?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #42710
.sppb-addon-flickr .sppb-flickr-gallery li a:before {
    content: "";
    background: initial;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible;
    opacity: 1;
}
0