• Resolved LaraYokoshima

    (@larayokoshima)


    Hi, recently I installed another theme to my blog page, but noticed something that I definitely need to remove.

    When I place an image in a post, a small thumbnail gallery below the post in the main page (not when viewing the post by itself) appears with links to other images in my gallery.

    I wouldn’t mind it if I had a normal site, but I own a yaoi gallery with my art in it and some are in password protected pages because is not suitable for younger people; they appear in that small image gallery, thus making the “password protected art” useless.

    I’ll link a screenshot of what I mean. I don’t know much of php, yet I’ll do my best to follow any direction you give me.

    http://i67.photobucket.com/albums/h290/LaraYokoshima/remove-this.gif

    Thanks in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • You have to remove the code that is causing the thumbnails to display.

    That code is specific to your one theme so, unless someone recognizes the theme in your screenshot, you haven’t supplied enough information for someone to help you as the theme’s code has to be examined to see what id displaying the gallery.

    You will get better help if you post a URL and include the theme’s name.

    Thread Starter LaraYokoshima

    (@larayokoshima)

    Ok, my website is http://yokoshima.com.mx. The theme is a modified Dark Ornamental (just changed some graphics).

    I didn’t find a small image gallery on your site. I downloaded the Dark Ornamental theme and find nothing in the theme about an image gallery.

    Is it possible you have a gallery plugin installed?

    Thread Starter LaraYokoshima

    (@larayokoshima)

    Yes, I do have the popular NextGen Gallery installed and up to date.
    Hmm… is it strange you cannot see it… maybe is because I’m logged in as the admin? Altho I just logged out and I still see it.

    Actually, I just checked and I can only view that small thumbnail gallery with firefox 3.5, I viewed the page with IE8 and it doesn’t show…

    Another thing that doesn’t work for the theme is the sidebar java… the original theme has a sliding sidebar and comments list, yet I don’t know why it doesn’t work once I installed it.

    ok, now I see it. yes, that gallery display is coming from NextGen Gallery. I am not familiar with the workings of NGG. There has to be a setting to turn that display off – look in the plugin’s admin section.

    If you can not find it, try adding this to your theme’s stylesheet:
    .ngg-related-gallery { display: none !important; }
    You can add that at the bottom of the stylesheet. It uses CSS to not display the gallery even though the code to display it remains. If that works, its possible it may turn off display of galleries in places where you want them displayed. If that occurs, the CSS I gave you will need to be made specific to your top page. Post back if that happens.

    Thread Starter LaraYokoshima

    (@larayokoshima)

    I found the option!
    ” This option will append related images to every post ” was checked, I did check the options before asking, but I don’t know why I didn’t notice this.

    Yet the images still appear… I deleted my cookies but not working. I’ll try the code you provided.

    Thread Starter LaraYokoshima

    (@larayokoshima)

    Hm actually, I just solved it by specifying the number of images to show to 0. This seems to have solved the issue. Thank you very much for your help! 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove image thumbnail previews from main page posts’ is closed to new replies.