Forum Replies Created

Viewing 8 replies - 31 through 38 (of 38 total)
  • Thread Starter casperse

    (@casperse)

    No go…I tried it and it totally stopped using the lightbox func….
    I guess it was to easy (-;

    I changed the path to absolute but dont see a differens

    Cheers

    Thread Starter casperse

    (@casperse)

    Thanks again Mosey! 2″ time you help me out Today! (-;

    Are you sure about the absolute urls?

    Its from the official page:
    https://www.huddletogether.com/projects/lightbox2/#example

    Hmm js is under the “wp-admin” right?

    Any input to where I schould add these lines in lightbox.
    i found the file here:

    is it the line below:
    #stimuli_lightbox a img{ border: none; }

    That schoul be changed to:

    #stimuli_lightbox a img{ border: 5px solid black; }

    **************************

    #stimuli_lightbox{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

    #stimuli_lightbox a img{ border: none; }

    #stimuli_outerImageContainer{
    position: relative;
    background-color: #000;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

    #stimuli_imageContainer{
    padding: 10px;
    }

    #stimuli_loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: transparent center url(images/loading.gif) no-repeat;
    }
    #stimuli_hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
    #stimuli_imageContainer>#stimuli_hoverNav{ left: 0;}
    #stimuli_hoverNav a{ outline: none;}

    #stimuli_prevLink, #stimuli_nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
    #stimuli_prevLink { left: 0; float: left;}
    #stimuli_nextLink { right: 0; float: right;}
    #stimuli_prevLink:hover, #stimuli_prevLink:visited:hover { background: url(images/prev.gif) left 55% no-repeat; }
    #stimuli_nextLink:hover, #stimuli_nextLink:visited:hover { background: url(images/next.gif) right 55% no-repeat; }

    #stimuli_imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #000;
    margin: 0 auto;
    line-height: 1.4em;
    }

    #stimuli_imageData {
    padding:0 10px;
    color: #666;
    }
    #stimuli_imageData #stimuli_imageDetails{ width: 70%; float: left; text-align: left; }
    #stimuli_imageData #stimuli_caption{ font-weight: bold;}
    #stimuli_imageData #stimuli_numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
    #stimuli_imageData #stimuli_bottomNavClose{ width: 66px; float: right; padding-bottom: 1.0em;}
    #stimuli_imageData #stimuli_bottomNavClose{ background: url(images/closelabel.gif) right 55% no-repeat; padding-top: 1.0em; margin-bottom: 1.0em;}

    #stimuli_overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    }

    .clearfix:after {
    content: “.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    * html>body .clearfix {
    display: inline-block;
    width: 100%;
    }

    * html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }

    ************************************

    Thread Starter casperse

    (@casperse)

    A 1000 Thanks Mosey!

    Thread Starter casperse

    (@casperse)

    Oh and some way to change the [gallery] to use the lightbox way of showing slides?…

    I know that you can use the manuel way and write:

    image #1
    image #2
    image #3

    But tthere must be a friendly programmer that have made a plugin or know where I have to alter the template (-:

    Best regards
    //Casperse

    Thread Starter casperse

    (@casperse)

    No one?

    I found a plugin called “Confirm User Registration” …

    So know I just need some plugin that can make one post and one page only visible for logged in users? (Not password protecded) just invisible for people who isnt logged in…and it need to be working on wordpress 2.51 (-;
    any recommendations?

    Its still not working…

    That is very very small picture files dont give any errors but a 300KB file will give the Http error?

    Thread Starter casperse

    (@casperse)

    That is true…but WordPress is so much more today!

    People are even using it as Content Management System and many more things…

    Personal = 1 user then why have a user management interface?
    But I get your point…its valid.

    But that still give me a problem about how to protect my media against stupid users (-;

    Cheers!

    Thread Starter casperse

    (@casperse)

    OK really didnt think this would be a problem….

    What about having users puplishing their own stuff without editing or deleting other peoples blogs?

    Can Role Manager help with this?

    What I want is a Authour that can publish his own but not delete other Authors stuff (Dont want to approve everything from a Contributors..

    All users need to have password and usernames…

    Hmmm if a person use media in a blog it dosent matter if they delete it in the media gallary does it? it will still be part of the authors post/Blog right? but “just” removed from the library correct?

    Thanks Guys…I am new to wordpress but already hitting some limitations like this I really didnt expect from such a great peace of software with 10000 of plugins LOL

Viewing 8 replies - 31 through 38 (of 38 total)