There seems to be an issue with the Atahualpa WordPress Theme with a gallery being displayed in an excerpt. The problem is that the excerpt shows ugly looking text like this:
#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
Here’s an image from this page showing how poorly it looks in action:
I found the source of where the text was coming from:
The best way I could find to counter that was to edit the Atahualpa settings found below:
There was a recommendation to use this text: <p><style><div><dl><dt><a><img>
Source was from here: http://forum.bytesforall.com/showthread.php?t=5465 (do not promise link is still good)
However, I wasn’t totally happy with it so I simply used <p><style> and then did away with the gallery’s all-together. I simply inserted individual pictures and went that route. Not my favorite and definitely a deficiency with Atahualpa. Maybe it’s a feature, but a poor one at best.
Leave a Reply