Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author webaware

    (@webaware)

    G’day Deckey,

    Your theme is setting the foreground colour of everything (*) white. You need to add some CSS to either change the colour or background colour of the buttons so that there’s some colour contrast, e.g.

    .ngg-galleryoverview .button {
        color: #222;
        padding: 0 4px;
    }

    While you’re at it, give your pagination some padding:

    .ngg-galleryoverview .page-numbers {
        padding: 0 2px;
    }

    And you can fix your columns by telling the image boxes to float (the NextGEN Gallery stylesheet does that, but your theme isn’t loading it)

    .ngg-gallery-thumbnail-box {
        float: left;
    }

    cheers,
    Ross

    Thread Starter Deckey

    (@deckey)

    Hi webaware!
    Thank you for the answer.
    But, I’m not so expert and…where exactly I have to add these things?
    Thank you! (the others colors of foreground will not be change, is it?)

    Plugin Author webaware

    (@webaware)

    G’day Deckey,

    You need to add it to your theme’s CSS. Talk to your website designer about how best to do that.

    And no, it won’t affect the rest of your website, it will only affect the NextGEN Gallery elements.

    cheers,
    Ross

    Thread Starter Deckey

    (@deckey)

    Ohhhh thank you!
    I’ve fixed it!

    Do you know also how the lightbox doesn’t work?
    Because now, when you click on a single image, this open in the window and you have to return back to the site every time.

    Thank you!

    Plugin Author webaware

    (@webaware)

    G’day Deckey,

    You’ll need to ask in the NextGEN Gallery forum for that one, Photocrati can help you with that.

    I suspect, however, that your theme isn’t downloading all the NextGEN Gallery resources (CSS, JavaScript) because it’s loading pages with AJAX; Photocrati changed NextGEN Gallery to only load its scripts / CSS when needed, and doesn’t know to load on your main page. You could probably force your theme to load them, but best speak to Photocrati in the NextGEN Gallery forum.

    cheers,
    Ross

    Thread Starter Deckey

    (@deckey)

    Ok, thank you!

    I’ve see just now that the color of the button in NextGen Download are returned white!
    Even if I put your code in the CSS…
    Before was working….now returned white.

    Plugin Author webaware

    (@webaware)

    G’day Decky,

    In your CSS file, the first line after the comments is a URL, which Chrome (at least) is seeing as an error. Maybe it’s ignoring the rest of that stylesheet because of it, so remove it or move it inside the comments.

    cheers,
    Ross

    Thread Starter Deckey

    (@deckey)

    Hello webaware. Thank you…
    I’ve tried to modify the CSS but appear this error string:

    Warning: Cannot modify header information – headers already sent by (output started at /home/gdbauto/public_html/wp-content/themes/RightNow/functions.php:499) in /home/gdbauto/public_html/wp-includes/pluggable.php on line 899

    I don’t know. I couldn’t modify anything anymore!

    Plugin Author webaware

    (@webaware)

    G’day Deckey,

    Are you able to undo those changes you made? It’s starting to sound like you should hire a web developer to help you with this job.

    cheers,
    Ross

    Thread Starter Deckey

    (@deckey)

    No. I can’t modify nothing.
    I’m just saying that I cannot delete or change nothing anymore and I don’t know why.
    It doesn’t matter. I will fix with another plugin when I’ll find it.
    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change buttons colors and Columns and lightbox doesn't work’ is closed to new replies.