The Grid has template

I want to use the grid has a template for my post. In documentation they said i need to edit the index/search/archive.php file located at the root folder of X theme. I did’nt foud it !! Can you tell me where i can fond those file ??

Hi there,

There is no such a thing as archive.php file in our theme. We have the same file for all archive pages called wp-index.php and it is located depending on which stack you choose:

wp-content/themes/x/framework/views/{Name Of the Stack}/wp-index.php

You can override that file to your Child Theme and do your customization there. For more information:

Thank you.

Thank Christopher ! The grid is working, but i lost the page container !! The page is now full width ? Is there a way i can use the Grip and keep the theme setting ?

Hi there,

I am not sure which Grid you are using and how you set things up. But if you kept the code of the wp-index.php file you can go to X > Theme Options > Layout and Design and set proper stuff.

I suggest that you consider an easier way to add a grid to your website and that is The Grid and Essential Grid plugins.

If you want to continue the customization you need to give more detailed information on what you do and give us the URL/User/Pass of your website using Secure Note. Thank you.

I actualy using “The Grid” Plug in. I change the wp-index file to insert the grid as custom post type. But now i don’t have any container for this part of the page ! The grid is full width. see exemple http://hugleclerc.com/category/decouvertes-voyages/usa-decouvertes-voyages/

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.category .x-container.offset-bottom {
    max-width: 1500px;
    width: 95%
}

Could you please also update your theme and plugin to the latest version?

http://theme.co/changelog/

Thank you.

Working ! Thank !

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.