Forum Support

Shape 5
March 28, 2024, 05:07:20 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Only First Additional Image Thumbnail Shows  (Read 1616 times)
davidroth
Jr. Member
**
Offline Offline

Posts: 62



« on: October 27, 2012, 02:53:58 PM »

I have a series of 8 slides in Slideshow Advance. Each slide has one Additional Image.

My problem is that the Additional Image thumbnail shows up correctly only for Slide 1 and not for Slide 2, Slide 3, etc. For the Additional Image for Slide 2 and so forth, it is showing just the magnifying glass without the thumbnail image behind it. The image does show up in the lytebox correctly if the magnifying glass is clicked.

I have tried changing out image URL's between Slide 1 and other slides but the same thing happens. I also confirmed that the image URL's are complete URLs as mentioned by another user on the forum.

I also tried changing the images from JPG to PNG just to see if there might be some graphic file corruption issue, but I had the same problem.

Any suggestions would be greatly appreciated.
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: October 29, 2012, 11:50:57 AM »

Hello,

Can you post a URL of this?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
davidroth
Jr. Member
**
Offline Offline

Posts: 62



« Reply #2 on: October 29, 2012, 12:10:35 PM »

I just sent you a Private Message for you to take a look at it. Please let me know if you don't get the message. Thanks!
« Last Edit: October 29, 2012, 12:21:31 PM by davidroth » Logged
dysseus
Jr. Member
**
Offline Offline

Posts: 12



« Reply #3 on: March 24, 2014, 03:39:24 PM »

Hi, I have exactly the same issue where additional images show on the first image but not subsequent.

Feel free to check   http://www.kayak-perception.it/canoa/index.php/sit-on/scooter-beach

Were you able to solve this for the previous poster? If so, what have i done wrong or do I need to do right.

Thanks.
Logged
dysseus
Jr. Member
**
Offline Offline

Posts: 12



« Reply #4 on: March 24, 2014, 04:00:18 PM »

Update. sorry, URL is now http://www.kayak-perception.it/canoa/index.php/sit-on/scooter
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: March 25, 2014, 02:50:23 PM »

Hello,

It appears you changed modules.  Let me know if you still need assistance with this module.  If you do please post a link to a page where it is published.

Thanks
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
dysseus
Jr. Member
**
Offline Offline

Posts: 12



« Reply #6 on: March 25, 2014, 03:23:34 PM »

Many apologies.  A common mistake by me, failing to wait for an expert ...
I've rebuilt the old page http://www.kayak-perception.it/canoa/index.php/sit-on/old-scooter-page and would still appreciate your comment.

I was also trying to reduce the opacity of the magnifying glass but couldn't see where in the css i should do this.

Regards, and apologies  again,

John
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #7 on: March 26, 2014, 12:17:04 PM »

Hey John,

I checked this link and I got the page but no module is published anywhere?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
dysseus
Jr. Member
**
Offline Offline

Posts: 12



« Reply #8 on: March 26, 2014, 12:34:46 PM »

My fault again. I trashed unused modules and obviously trashed this one in error. I've untrashed it. Apologies for the run-around. I'm learning as I go here but not fast enough.

John
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #9 on: March 27, 2014, 12:36:53 PM »

If you add the below does this fix it?  Just add to the bottom of your template css file:

.s5_thumbnails_sa2 {
-moz-opacity: 1 !important;
   -khtml-opacity: 1 !important;
   filter:alpha(opacity=100 !important);
   opacity:1 !important;}




Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
dysseus
Jr. Member
**
Offline Offline

Posts: 12



« Reply #10 on: March 28, 2014, 09:24:50 AM »

Hi, this may be my stupidity but ..

I've placed the css lines you gave me into both template.css and template_default.css  within the css folder of the traction template.

It didn't make a difference. Should I have placed it into the css file of the extension somewhere.

Thank you for your efforts so far and again apologies if my lack of skills is making this a longer ticket than necessary.

John
Logged
dysseus
Jr. Member
**
Offline Offline

Posts: 12



« Reply #11 on: March 28, 2014, 09:37:02 AM »

A bit more investigation : 
the class .s5_thumbnails_sa2  now exists in template.css at 1394 but this is controlling the opacity of my thumbnail. In Chrome 'inspect' I can fade the thumbnail by changing this setting.  What I cannot find is the control for the dark grey rounded box with magnifying glass that overlays my thumbnail. 

Is it possible that this facility was designed for larger thumbnails and hence the magnifying glass would be in the corner of the picture, not obscuring it?

Anyway, its this dark grey box that I want to make less opaque so that the background image shows through more.

Regards, John
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #12 on: March 28, 2014, 01:48:37 PM »

Quote
Hi, I have exactly the same issue where additional images show on the first image but not subsequent.
Quote

The above fix was for this.  It appears to have fixed the issue when I view your site.  You would just need to clear your cache to see this in affect.

Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.