Image Attachment Pages
-
Is there a way to show widget sidebars on the image attachment pages?
Attachment Page: http://nickydigital.com/2014/03/perez-hilton-one-night-in-austin-at-austin-music-hall-on-march-15-2014/20140315_9638/
Also content is off centered on the attachment pages and I can’t figure out how to fix that.
-
Is there a way to show widget sidebars on the image attachment pages?
Not via the plugin but can be done via a child theme. You’d copy over image.php and then add the sidebar call in the same position as in page.php
Also content is off centered on the attachment pages and I can’t figure out how to fix that.
Add the following CSS code to either a child theme or a custom CSS plugin
.attachment .entry-attachment .attachment { margin-right: auto; margin-left: auto; }and that should center the attachment for you.
Regards,
ZulfThanks for your quick response Zulf! I will try this and let you know if it works.
Another quick question. Any idea how to get the gallery to be full column width?
http://nickydigital.com/2014/03/umg-experience-palm-door-sxsw-march-14-2014/
If you scroll to the bottom of the post you’ll see content that’s 100% width is 700px wide and the gallery is only 467px wide?
No problem at all 🙂
Any idea how to get the gallery to be full column width?
Will have to dig around the code to see what would need changing/manipulated to get the gallery to sit right on a page. Let me see what I can do and I’ll get back to you soon.
Regards,
ZulfThanks so much!
-nHey Zulf,
Just checking in to see if you had any ideas for the gallery width?
Thanks!
-nI’m going to mark this thread as resolved and start a new one for gallery width.
The topic ‘Image Attachment Pages’ is closed to new replies.