-
1. Re: Lightbox Webapp
Chad - BCGurus.com Dec 14, 2012 8:09 AM (in response to Asad 6SM)Hello Asad,
Looks like your code is breaking because you have the tag_image in the href of the a tag. This is going to put an a tag within the href of the a tag, so it breaks.
Like you have within the img tag, add _value to the href tag:
<a href="{tag_image_value}" rel="lightbox"><img alt="" src="{tag_image_value}?Action=thumbnail&Width=100&Height= 100&algorithm=fill_proportional" /></a>
Hope this helps,
Chad Smith - BC Gurus
-
2. Re: Lightbox Webapp
Asad 6SM Dec 17, 2012 1:04 AM (in response to Chad - BCGurus.com)Hi Chad,
thank you for your help. I have now managed to resolve the issue thanks to you.
If i may ask you a quick question? I have a flexslider on my homepage and for some reason the slider is in the right place but the image seems to veer off to the right and I have no idea what I have done.
Can you shed any light on this?
Many thanks.
Asad Ali
-
3. Re: Lightbox Webapp
Chad - BCGurus.com Dec 17, 2012 6:54 AM (in response to Asad 6SM)Do you have a link?
-
4. Re: Lightbox Webapp
Asad 6SM Dec 17, 2012 7:15 AM (in response to Chad - BCGurus.com)Hi Chad,
the flexslider is located at http://sunnyheatint01.6sm.co.uk
Thanks for your help and getting back to me.
-
5. Re: Lightbox Webapp
Chad - BCGurus.com Dec 17, 2012 10:47 AM (in response to Asad 6SM)If you float the #slideshow div to the right and give it a width of 100% it should be fixed:
#slideshow {float: right;width: 100%;
}
If not I would go back to http://www.woothemes.com/flexslider/ and use their code verbatim. So you know you have all their divs and CSS.
Hope this helps,
Chad Smith - BC Guru


