Have you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the Twenty Eleven theme to rule out any theme-specific problems.
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
I tried that and it didn’t work.
Esmi is the code I pasted generated from the shortcode?
This: <div id=”gallery-1″ class=”gallery galleryid-985 gallery-columns-2 gallery-size-thumbnail”>
I tried tracking it down in my theme and I don’t know how it’s being generated so i assume it comes from the shortcode.
Thanks
iso
Yes – it’s generated by the shortcode but that output can be modified by the theme.
How would I check that?
which file can i check in?
Thnaks
esmi
Did you try the steps I suggested above?
yes.
They didn’t work.
I looked at my themes files and cant find a place that addresses galleries or has the word “galleries” in it for me to track down what part of my theme is creating or modifying the gallery.
iso
Ok i think i know whats controlling it.
When i make these galleries i guess i am using a custom post type called portfolio. It looks like a native wp control panel for Portfolios but I couldn’t find anything on PORTFOLIOS in the codex. So I assumed it had to do with custom post types and it was created for this theme.
In the wp admin panel there is a section called Portfolio> All Project> Add New project>Project Categories>Project Tags>Portfolio Types>Sort Projects.
When I look at some of my projects in the list view it has x amount of headings. One of the headings is description. In the description area is not text (as I want it) but instead it’s a preview of the thumbnails.
Problem is it’s too complicated for me to explain and since I don’t know about custom post types and how the PORTFOLIO admin section was created I don’t know how to fix it.
The theme has it’s own CP that allows me to turn on and off the DESCRIPTION of the project and that gets rid of the thumbnails but it also gets rid of the text description.
I must be using the PORTFOLIO system to show my galleries incorrectly.
iso