• Resolved floydman

    (@floydman)


    Hi there,
    I tried to create a post with an image gallery. I selected post type “Gallery” to create the post. In the preview of the theme it really looks like a charm. In my post the photos will not be displayed in this style. Do I have to add a special css class to the post? I´m integrating the gallery with this piece of code:

    [gallery ids="11838,11836,11822,11826,11814,11810,11802,11801,11789,11793"]

    Do I miss something? It would be very kind, if you could help me out 😉

    Great theme. Kind regards, Floyd

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi Floyd, would you be able to provide a link to the post in question so I can take a look? Thanks. No CSS should be needed.

    Thread Starter floydman

    (@floydman)

    Sorry, just working local, but for the moment I solved it with the jetpack plugin. Another quick question: is it possible to remove the next/previous links on a single post page? I´m already working with a child theme, if this helps.

    Thanks for helping out and once again: great work with Isola. I´m loving it.

    Moderator Kathryn Presner

    (@zoonini)

    The easiest route is to remove single post navigation by adding some CSS in your child theme.

    .single .post-navigation {
      display: none;
    }

    Let me know if that does the trick. Glad you’re enjoying Isola!

    Thread Starter floydman

    (@floydman)

    Thanks Kathryn,
    did the trick. Everything fine. Thanks for your super fast support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Type Gallery’ is closed to new replies.