Post Listing Type: Grid

Home Support Blog Way Plus Post Listing Type: Grid

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7244
    Anonymous
    Inactive

    I am having some trouble trying to set my posts in Grid mode, however when I go to Customizing > Theme Options > Post Options > and Change it to Grid mode, the posts are still showing up in the default style (rows)

    #7245
    ProDesigns
    Keymaster

    Hi @jspanier,

    Can you please provide us your site url?

    #7246
    Anonymous
    Inactive

    Hello,

    This is my first time working with wordpress, so I apologize if I am making a simple mistake. After exploring a little more, I noticed that the theme only seems to offer grid posting if you have no static front page, and if you go that route it shows all recent posts and there is no choice to arrange it by say categories of posts.

    So, my current plan was to use a static front page, and then use the “Post Grid” plug in to arrange “categories” I make “i.e. home page has navigation categories, then the “Getting Started” page will have another instance of post grid this time with another custom menu/categories for all posts related to that page. Does this sound like the suggested route to go?

    One think I noticed is there is no way (from what I can tell) to change the color of the border around the posts/grids.. Each one has the white border… Is there any way to change that to match the same as the background to make it invisible?

    Thanks!

    #7247
    ProDesigns
    Keymaster

    Hi @jspanier,

    This theme has all the hooks and functions required for good child theme. You can create child theme and customize layout as per your requirement.

    To remove border you can use following CSS. Please go to Appearance >> Additional CSS and add it.

    #main article.grid .detail-wrap {
        border: none;
    }
    #7248
    Anonymous
    Inactive

    Great, this thread can be deleted now, or at least my site info edited out.. Thanks.

    #7249
    ProDesigns
    Keymaster

    Hi @jspanier,

    We have removed your site info.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.