• about to finish a small project, my first time on WP, and having some issues.

    http://www.bajasmedia.com/

    The biggest issue is lightbox plus, on the two images of the first post light box works as its supposed to (test, images are massive) on the second post, when I really wanted to get going on it, lightbox plus does not work. I tried some of the other lightbox plugins and the same issue was there. Any thoughts?

    also, I really need to change the text color on the sidebar, also the hover and visited color, I changed it in the css on all the other text but couldnt find these, help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter currans1

    (@currans1)

    so it apeers its not adding any code to the new thumbnails, any reason? I can afford to spend time doing it manually really, and im not too great at doing all that.

    currans1,

    Can’t help much with the lightbox but look for the following style around line 1103:

    .widget-area a:link, .widget-area a:visited {
       text-decoration: none;
       }

    You will notice these links have not been assigned a color so try this for starters:

    .widget-area a:link, .widget-area a:visited {
       color: #333;
       text-decoration: none;
       }
    Thread Starter currans1

    (@currans1)

    thanks! thats a start, I havent done much other than changing things that are already there before, so tend to miss things.

    Thread Starter currans1

    (@currans1)

    ive been doing it manually now,but does anyone have any ideas how to avoid it? the lightbox problem that is.

    Thread Starter currans1

    (@currans1)

    anybody?

    currans1,

    From the Lightbox Plus FAQ: http://wordpress.org/extend/plugins/lightbox-plus/faq/

    “Finally, it seems that recent version of WordPress (or perhaps the plugin is causing this in some way I am not aware of) do not automatically add the link to the full size image. You must also make sure that when you are adding an image from the WordPress media dialog control you must make sure there is a link to the image in the Link URL field. The easiest way to get the correct link is to click on the link to image button beneath the field. Visual depiction of what is required when adding images in order for lightbox to function correctly.”

    Try asking the plugin author for additional help.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘a couple issues, theme editing issue (css?) and lightbox’ is closed to new replies.