Gridview by default

Discussion in 'ClassiCraft WordPress Theme' started by 2611media, May 15, 2013.

Thread Status:
Not open for further replies.
  1. 2611media

    2611media New Member

    Joined:
    Apr 11, 2013
    Messages:
    13
    Likes Received:
    3
    Hi,

    Does anyone know how to get the gridview by default?!

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have not getting your issue, Could you please explain your issue little more.
     
  3. 2611media

    2611media New Member

    Joined:
    Apr 11, 2013
    Messages:
    13
    Likes Received:
    3
    Well... When i open the root url of my site thats using the Classicraft theme the product overview opens in a list. What i want is when i go to the root url... the site opens in the gridview

    Untitled-1.png

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Go to the
    Appearance > Editor > index.php
    and replace it with the index.php file attached.
    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    ul.grid .thumbnail .grid_content,
    ul.grid .thumbnail .post_meta{
    display: none;
    }

    Note: Do copy your current index.php file code. Just for backup.
     

    Attached Files:

  5. 2611media

    2611media New Member

    Joined:
    Apr 11, 2013
    Messages:
    13
    Likes Received:
    3
    Thanks! With a few minor adjustments worked great! :)
     
Thread Status:
Not open for further replies.

Share This Page