|
#1
Jan 23, 2010, 09:34 PM
|
|
When I have a post with photos in a gallery, I get the following when I click on the tag from the tag cloud. Normally instead of this, on all other pages I get the actual thumbnails on the photos in the gallery. This only seems to happen when clicking on any of the tags.
#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%; }
#gallery-1 img {
border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}
|
#2
Jan 23, 2010, 09:37 PM
|
|
I just noticed as well, all of the posts with single photos do not show the thumbs either. When using tags, there are no photos in any of the posts.
|
#3
Jan 23, 2010, 09:44 PM
|
|
Not just tags, but categories too.
|
#4
Jan 23, 2010, 10:00 PM
|
|
I just tried switching to another theme at it works fine. So I either have a setting wrong or there is a bug somewhere.
|
#5
Jan 24, 2010, 07:02 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what version of Atahualpa and WP?
What gallery are you using?
What is your URL pointing to the issue?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6
Jan 24, 2010, 07:49 AM
|
|
Atahualpa version: 3.4.5.1
WP version: 2.9.1
Built in Gallery
The wordpress install is private, if you would like to see, you can register and I can let you in to look.
http://SteinblockFamily.com
Thanks!!!
|
#7
Jan 25, 2010, 09:20 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what do you have set at ATO->Configure EXCERPTS->Posts or excerpts on TAG pages?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Jan 25, 2010, 10:06 AM
|
|
EXCERPTS was selected. I just changed them to POSTS and it works now...of course now the entire post is shown. It appears that the EXCERPTS does not like the galleries coding. I would prefer to see EXCERPTS, as this makes the search results a little cleaner...however I can see why it is happening and this is a decent work around. Thanks for the tip!
|
#9
Jan 25, 2010, 10:44 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Remember by default (WordPress standard) excerpts strip all html code from a post. Check out the option ATO->Configure EXCERPTS->Don't strip these tags
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Jan 25, 2010, 10:53 AM
|
|
That looks to be the issue. Unfortunately I can not find a way to have those ignored. This seems strange to me because the gallery function that I am using it part of wordpress standard...wouldnt this be happening for everyone?
|
#11
Jan 25, 2010, 10:55 AM
|
|
I was just thinking, this does work in any other theme with excerpts...so the issue seems to be with just this theme and excerpts.
|
#12
Jan 25, 2010, 11:25 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What other theme did you try?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13
Oct 12, 2011, 04:57 AM
|
|
I have the same problem.
Use the latest version, 3.7.1
I can take away <a> and <img> but have no clue how to put in #gallery in the list?
Strange that not everyone have this problem if it was a "feature" in Wordpress?
|
#14
Oct 12, 2011, 06:20 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
In order to get a gallery to show in a EXCERPT you must have
HTML Code:
<p><style><div><dl><dt><a><img>
in the ATO->Configure EXCERPTS-> Don't strip these tags option
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|