Welcome Guest, Not a member yet? Register   Sign In
Slimbox integration problem ?
#1

[eluser]jacobson[/eluser]
Hello I have a problem. I want to add slimbox 2.04 to my website. So I added slimbox2.js to my js directory, slimbox2.css to my css directory, all images needed to images directory. I included all of those

Code:
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>css/style.css" />
        <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>css/style-slideshow.css" />
        <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>css/slimbox2.css" />
        [removed][removed]
        [removed][removed]
        [removed][removed]

And now all should be ok. So I add this line :
Code:
<a href="/images/nauka.png" rel="lightbox" title="Beautiful, isn't it?">Click here</a> to view a picture inside Slimbox.

to my gallery site. And It doesn't show the lightbox, just open the /images/nauka.png image instead.
Is it a problem with codeigniter integration ? because when I add "example" files to my webroot folder, everything works fine.
Mabe anyone had the same problem?
Thx for responding Smile




Theme © iAndrew 2016 - Forum software by © MyBB