logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$20
lightbox problem

Hi,

i'm using the wordpress theme goodidea, and i have a problem with my lightbox.
When i click on an item, it opens lightbox, but i only see the small pictures, but not the enlarged ones.
I've put a screenshot in attachment.
Does any one knows what i'm doing wrong?

Thank you
greetings
Karina

This question has been answered.

attachment image View Attachment

Karina Soors | 11/04/11 at 6:28pm Edit


(6) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    11/04/11
    6:31pm
    Jens Filipsson says:

    You need to link the image to a larger version, like medium or large.

  • avatar
    Last edited:
    11/04/11
    6:32pm
    Fahd Murtaza says:

    Did you link to the large image?

    • 11/04/11 6:33pm

      Fahd Murtaza says:

      Like when you create the lightbox links, place the link for the larger version of the thumbnail image in the anchor tag's href element.

    • 11/04/11 6:38pm

      Fahd Murtaza says:

      By the way, if this doesn't help, can you post a link to your site?

    • 11/04/11 6:50pm

      Karina Soors says:

      hi,
      this is the link
      www.studiowootwoot.com/filenbaukis2
      the problem is i only have a lightbox panel in the goodidea editor, i don't find a lightbox file where i can change things

      Attached Image

  • avatar
    Last edited:
    11/04/11
    6:32pm
    Milan Petrovic says:

    The lightbox links element is not set as it should be. Usually, this is how it should look:


    <a rel="lightbox" href="link-to-big-image"><img src="link-to-small-image" /></a>


    In your case, most likley A element also uses small image link.

    • 11/04/11 6:41pm

      Karina Soors says:

      ok, thank you,
      but maybe a stupid question but where can i change this?
      I don't have an lightbox;php file.
      And i can only make changes in the "goodidea" editor
      And there u only see this (see screenshot)

      Attached Image

    • 11/04/11 6:44pm

      Milan Petrovic says:

      This is most likely bug in the theme. Part of the theme that is creating slider is mixing the images to use for thumbnail and full image.

  • avatar
    Last edited:
    11/05/11
    4:54am
    rizaljohn says:

    Hi,

    I can help you to modify your theme and display large images.

    Please let me know.

    Sent you PM.

  • avatar
    Last edited:
    11/06/11
    11:41am
    Luis Cordova says:

    hi Karina, please send me a private message so to work on this and quickly fix it.

    usually is the case that the problem is so evident that you can't see them sometimes, but someone else can detect it immediately

    • 11/06/11 11:44am

      Luis Cordova says:

      Karina don't let them tell you theme is wrong because it is not

      http://themes.goodlayers.com/?theme=goodidea

      send me a PM

  • avatar
    Last edited:
    11/06/11
    8:44pm
    Christianto says:

    Hi Karina,

    This is CSS problem related to element class "pp_hoverContainer" and other element as well on lightbox popup.
    Your theme are defining background-color: white to almost element, so div class "pp_hoverContainer" that should be transparent is also effected by it.

    You can add this code to fix it on your style.css

    open file style.css on wp-content/themes/goodidea/style.css with notepad++ or other text editor, and put the code at very bottom of content.

    .pp_pic_holder, .pp_default, .ppt, .pp_top, .pp_bottom, .pp_content_container, .pp_hoverContainer, .pp_gallery{
    background-color: transparent!important;
    }


    Hope this help..

    Best,
    Christianto

    Previous versions of this answer: 11/06/11 at 8:44pm

    • 11/06/11 8:45pm

      Christianto says:

      I've edited my answer above to make other element transparent too, You can see it works for me, please see the attachment image below...

      Attached Image

    • 11/08/11 9:18am

      Karina Soors says:

      Thank you so much it works now!!
      it now lays a dark screen above the background, could it be a whiter screen? is this possible?

      thanks!

This question has expired.



Christianto had additional discourse to offer.

Gabriel Reguly, Karina Soors, Luis Abarca voted on this question.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.