Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Brian Harris

    (@zgani)

    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,
    Zulf

    Thread Starter NickyDigital

    (@nickydigital)

    Thanks 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?

    https://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?

    Plugin Author Brian Harris

    (@zgani)

    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,
    Zulf

    Thread Starter NickyDigital

    (@nickydigital)

    Thanks so much!
    -n

    Thread Starter NickyDigital

    (@nickydigital)

    Hey Zulf,

    Just checking in to see if you had any ideas for the gallery width?

    Thanks!
    -n

    Thread Starter NickyDigital

    (@nickydigital)

    I’m going to mark this thread as resolved and start a new one for gallery width.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image Attachment Pages’ is closed to new replies.