dylllaaannn
Forum Replies Created
-
Thank you! I ended up switching my coding to the way you did it. It let me keep the keyboard control, and I just set different margins depending on whether I make it a standard post or gallery post
That sounds good too. You could probably add a category to each type to make specific css changes to ones with a gallery and ones without. In that case you could could make the css body.gallery and body.no-gallery properties, and give the position: absolute; to the ones under the body.gallery posts.
This way, you just check the category and it’ll automatically apply the appropriate css.
I just realized that you lose the keyboard navigation feature with this.
offpeakdesign,
Not sure if this is a proper way, but I found one way. If you edit the loop.php file and add this shortcode: <?php echo do_shortcode(“[gallery]“); ?> right above the entry-title div, it’ll post the gallery above the title. It’s not in the entry-content, but it’s still in the post. It’ll show two slideshows, one in the entry-content and one above the title. I used CSS to hide the one within the entry-content with the display: none; property.