Code

Discussion on The Grid - Responsive WordPress Grid Plugin

Discussion on The Grid - Responsive WordPress Grid Plugin

Cart 13,587 sales

Theme-one does not currently provide support for this item.

1998 comments found.

Hi, I am trying to take a look at the transition from this plugin to Woocommerce but it appears the links are not working in Firefox or Chrome when clicking one of the images – http://theme-one.com/the-grid/sanaa/

Please advise?

Perfect, we only want it to pull data from the woocommerce shop and link to the item, this is ok yes?

Thank you for all your support.

Yes, it’s ok. We can provide you support to integrate The Grid for your shop page on our support forum.

Currently, there are only 2 skins especially designed for Woocommerce (Suva and Sanaa, all other skins will work but do not display price, etc…). So, if you need to add additionnal content or modify these skins it will require to create a new one by following our Developer Guide: http://theme-one.com/docs/the-grid/#!/developer_guide

I’m currently working on a skin builder feature to easily create custom skins. With this skin builder you can add a lot of elements from Woocommerce and also display custom content from meta data. This skin builder will be available before the end of July in principle.

Themeone

Thank you, i will go ahead and order :)

Can the mixed content also include social media types such as instagram, youtube and facebook?

Hello,

You can only mix post types. Mixing post types and social media is not a good idea because it will drastically slow down the loading time. When fetching social media, it requires to make an additional request (or several) to the social media server. These requests can take between 150-500ms depending on the social media server and your server. So, by mixing social media with post type it can take more than 1s before the page start to load and display content.

Themeone

I was more specifically concerned with providing a Media page in which all 3 social media types were in a single grid vs separate grids and/or separate pages. I would like a sort-able grid of all 3 (youtube, facebook and instagram)

Hello,

As I said previously, this is not possible for the reasons I mentioned.

Themeone

Hi, pre-sale questions: is it possible to define a size for each single post? I want my grid layout to look like this: http://i.stack.imgur.com/F4cBF.jpg. And I saw that mixing content (f.e. post and products) is possible correct? Can I then add a permanent product to the grid but make all posts chance automatically (if I add new posts for example)? Thanks for your help.

Hello,

Yes, you can assign to each item in the grid a size (nb of column & row) like this example: http://theme-one.com/the-grid/brasilia/
You can mix any post type in the same grid. So, if you want to display at the same time your blog post and your product it’s possible. And you can assing a skin per post type: http://theme-one.com/the-grid/mix-content/

In order to always have a single post type ID present in a grid (like a product for example), it requires to modify the query behaviour (because it’s not possible by default in Wordpress). It possible by using our filter: http://theme-one.com/docs/the-grid/#!/query_filter and force post ID. It will require an additional query to fetch at first the last blog posts IDs and then add the product ID you want.

Themeone

Hi, in reference to creating an autowidth carousel that is like this one, https://owlcarousel2.github.io/OwlCarousel2/demos/autowidth.html When you click an image, can it link to a specific page on the website? Can the slider auto play and loop after the last image?

Thank you for the reply

One more question, can the carousel autoplay with a gradual movement? similar to this for example http://recordit.co/GFQljl3m7T

Hello,

The slider have 4 navigations types: - Free mode (no snap)
- Basic (snap to each item in the carousel)
- Centered (center item in possible)
- Force centered (centered item)

Depending of these navigations types, the autoplay feature will move a next set of items (move by page) or move by item (only in force centered navigation). It always move step by step (gradual movement.

Themeone

Hi, We’re considering moving all of our media (jpg) to Amazon’s Cloudfront CDN. Is there a way to add media to The Grid via url (link) rather than through the Wordpress Media library?

Thanks

Hello,

In principle, when using a CDN you can still use images as usual from your Wordpress media library. You need to setup your CDN with your Wordpress install. Alternatively, you can use W3 Total Cache plugin which greatly handle CDN.

Could you please open a ticket on our support forum for any issue or question. Thank you.

Themeone

Hello,

I have a question about The grid sorting.

Is it possible to manually determine which posts (in my case pages) are on the top of the grid? I’d like to display some projects (lets say these projects are assigned under category “best”) on the top of the grid and the rest of the projects after these (for example 8 “best” projects on the top and the other projects randomly after these 8). Sorting by date is not an option.

The Grid has many possibilities for detailed sorting but for a very simple one like I need, without filtering and stuff, it seems impossible…

Thanks!

Hello,

It’s not as simple as you can think. With the native Wordpress query without making customization before the query it’s not possible.

With The Grid you can modify the query before to execute it, so you can do everything you want to order/filter The Grid query. There isn’t any limitation. However, it requires some customization and making multiple queries (that’s the only solution in Wordpress).

You also have the possibility with The Grid to add which posts IDs you want to display.

So, yes it’s possible.

Themeone

Hi! Is it possible to autoplay movie in the one cell of grid without any action from the visitor?

Hello,

For setup and integration issues, please contact the theme author directly, He will handle support for 3rd party plugins included with the theme. By the way, If you want to update the plugin, you will have to wait for the theme author to include the latest version in their theme.

If you need direct support from us as well as automatic updates in the backend, you can purchase a plugin license from us. With a valid purchase code of our plugin you will be able to have support from us.

Thank you for your understanding.

Themeone

You can’t do any exception with this little help? It would be big motivation to buy your plugin directly knowing like good is your support…

Regards!

Unfortunately, we only provide support for our customers. Thank you for your understanding.

Themeone

hello how to call this plugin (The Grid) in php file (function.php in the child theme like genesis framework)?

Hello,

I don’t see any purchase of The Grid plugin on your user profil.
Could you please open a ticket on our support forum for any issue or question. Thank you.

Themeone

i’d like to buy this plugin but require facebook and twitter support. i’ve seen that you mentioned this for quite some time to be in the works – any ETA by now?

seems i bought it already – would still like to know if there’s something being developed.

Hello,

I think we will maybe integrate Facebook and Twitter to The Grid. Currently we are focusing on another feature for The Grid: The skin builder. So, currently, there isn’t any ETA. Thank you for your understanding.

Themeone

Hello, The Grid looks amazing and I’m considering buying it for my blog.

Before the purchase I have a couple of questions:

1) Is it possible to show the first image of the post in the http://theme-one.com/the-grid/maren/ grid view, or does it only show the featured image? 2) Does every grid view support infinite scroll? 3) Is it possible to show full content in the grid (incl. links) or does it only show the excerpt?

Thank you in advance, I would be really happy to use your plugin.

Hello,

Thank you!

1) Yes.
The Grid works with post formats: standard, gallery, video, audio, link, quote. The Grid will search the first content media in the Wordpress post editor if no featured image is available. This principle works with all post formats.
For example, if you set the post format to video and have a video inside the post content then it will display this video in the grid (it works with hosted video, Youtube and Vimeo).

2) Yes, all types of grid layouts (masonry, grid, justified) support infinite scroll. In fact, you can mix all options together.

3) The Grid will display the excerpt. But by following our developer guide, it’s possible to show the full post content by creating a custom skin: http://theme-one.com/docs/the-grid/#!/developer_guide
The Grid comes with a powerfull API which allows to create custom skins. By the way, we are currently working on a skin builder feature.

Themeone

Thank you for your answer! I purchased the plugin and the look and feel of The Grid is straight to the point for my blog.

The skin builder feature would be much appreciated. Do you have an approximate date for this feature?

Hello,

The skin builder is near finished but requires a bunch of test before to be released publicly. I think in be released in one month approximately. You can open a ticket on our support forum in order to be part of the beta testers if you want.

Themeone

Hi, we got this beautiful plugin with the X-theme. Just one important question:

We have set the grid to display certain categories and tags (Pages, not posts). Both in Source, and/or as preloaded. (Categories and Tags are added with “Add Categories to pages” plugin).

We have multiple filters in that grid.

With preloaded, as long as any of the filter is clicked, the grid shows the right categories/tags. But if all the filters are deselected, it is not going back to it’s source/preloaded state, but instead it shows lot of unrelated stuff.

If Preloaded is turned off, it will still show all the Pages, no matter the selected Categories/Tag source.

Is there a way to limit the grid only to it’s selected Categories/Tags, with Pages?

Thank you!

Hello,

You can find more details about The Grid in our documentation: http://theme-one.com/docs/the-grid/

For setup and integration issues, please contact the theme author directly, He will handle support for 3rd party plugins included with the theme. By the way, If you want to update the plugin, you will have to wait for the theme author to include the latest version in their theme.

If you need direct support from us as well as automatic updates in the backend, you can purchase a plugin license from us. With a valid purchase code of our plugin you will be able to have support from us.

Thank you for your understanding.

Themeone

Hey,

I can’t get the random sorting/ordering to work properly. It just doesn’t randomise on page load…

Settings: http://i.imgur.com/HvgKF1p.png Issue: I want these two blocks to change on page load, I have about 13 posts in that CPT so not sure why it’s getting stuck? http://i.imgur.com/WvNKxBg.png

Thank you for any help you can provide.

Hello,

Could you please open a ticket on our support forum for any issue or question. Thank you

Themeone

Just presales questions… Sorry bad english…

1 – My visual composer has post grid but this pluging make this work so easy right? 2 – Think that, there is wp core post (default post) and one member use a single image in post and other one use just video. My theme always showing featured image if i dont use post format. Can we do this, if just member use video, post format will video on all post page… I hope you understand… What i mean… 3 – Offcourse its working with all custom post type?

thanks…

Hi again

yes your link is correct. My theme do this or support post formats BUT, i dont want to make any mistake before pruchase and i must ask this my stupid question. Think that my author writing post (wp default) on frontend editor and adding image into post and other author adding embed video (without short code). Now, my theme get image for featured image from post content for post format. But i need if video in post content now post format will be video and will get from post…. I have 2 different editor for same post type and one them for add video and other one is add image… I hope you understand what i mean….Sorry also bad english…

Thanks,

Oh, at the moment, i am using a pluging and its own rate system (up or down point). Can i add this instead your like (heart) and can entegrated this with buddypress? Thanks

Hello,

I’m not sure to correctly understand your questions…
The Grid works with post formats. In wordpress, to display a content for a single post you must set a post format. The Grid will automatically fetch the first content media in the wordpress editor according to the post format you have set. So, for example, it will automatically retrieve a video (hosted, Youtube, Vimeo, Wistia) if you have set a post format to video.
The Grid comes with 30+ skins presented in our live demo: http://theme-one.com/the-grid/. If you want to add additional content to a skin then you must create a new one by following our developer guide: http://theme-one.com/docs/the-grid/#!/developer_guide.

Themeone

Hello

A quick query about the use of image in the background image and hover of the quotes in the Panama demo. Is this done via a user option or do you have to do this do changing the css /*** quote/link background color on mouse hover ***/ .mycss-grid-name .tg-item:hover .tg-item-content-holder.link-format, .mycss-grid-name .tg-item:hover .tg-item-content-holder.quote-format { background-color: rgba(22,22,22,0.9) !important; }

Hello,

I don’t see any purchase of The Grid plugin on your user profil.
Could you please open a ticket on our support forum for any issue or question. Thank you

Themeone

Hello,

Sorry I meant to say pre sale question- was looking at demo and the video you posted

The code you pasted is an example of how to customize the quote/link post format colors on mouseover.
In the grid settings you can setup the overlay background/text color, content background/text color. And you can setup these colors globally or for each item in the grid. However you can’t setup directly an hover color (we don’t have any example of a such thing in all our demos except for post quote/link format).

You can find more information about skins and colors on our documentation: http://theme-one.com/docs/the-grid/#!/skin_settings

Themeone

Hello,

Is it possible to build a grid based on all categories and tags?

If I setup a grid based on categories / tags and new categories / tags are added afterwards by the user – will the grid automatically pick these up and display the posts based off the new taxonomies?

I also would like to know if these categories / tags can be show a filterable view.

Appreciated.

Hello,

If you select a post type and don’t choose taxonomy terms to filter the query then the grid will display all posts from all taxonomies (and custom taxonomies). If you add new posts then it will display them in the grid automatically like your index blog page.

Sorry but I’m not sure to understand you last question. If you want to add filter buttons to filter the grid then you must select them manually. With some modification of The Grid, it’s possible to make this automatically.

Themeone

Thank you for the answer – my 2nd question was vague at best ,,, But you did manage to answer it.

If I add filters (showing categories / tags) – how would I manage to automate all future categories / tags coming in? That alone would be worth the cost for me!!

Hello,

I already made some change like this for some customers. In fact, The Grid is fully customizable. All templates and methods can be replaced (like Woocommerce for example).
Maybe you could send me a PM on my user profil in order that to detail exactly what you want. Thank you.

Themeone

Hello, HTML is stripped from the masonry item in the grid. How do we keep the plugin from stripping the HTML.

Hello,

I don’t see any purchase of The Grid plugin on your user profil.
Could you please open a ticket on our support forum for any issue or question. Thank you

Themeone

Hi. I have the plugin installed from Theme X purchase.

Hello,

For setup and integration issues, please contact the theme author directly, He will handle support for 3rd party plugins included with the theme. By the way, If you want to update the plugin, you will have to wait for the theme author to include the latest version in their theme.

If you need direct support from us as well as automatic updates in the backend, you can purchase a plugin license from us. With a valid purchase code of our plugin you will be able to have support from us.

Thank you for your understanding.

Themeone

If we purchase an extended license can it be included with a WordPress theme for sale?

Oh, and is possible to make use of the grid templates to override a default archive loop?

Hello,

Yes, we authorize the use of The Grid plugin for Wordpress themes for sale on ThemeForest.
The Grid have a special implementation in order to make it work with any native templates of Wordpress (index.php, search.php and archive.php). So, you can easily replace the archive loop with The Grid. You can take a look at the docuementation about this functionnality: http://theme-one.com/docs/the-grid/#!/grid_as_template.
If you need more information about The Grid do not hesitate to ask me or maybe send me a PM.

Themeone

Nice! thanks for the response and the link ;)

Hi, what do you mean that this plugin can be used in “multiple instances”? on the same Wordpress install or on various sites?

Thanks,

Adrian

Hello,

It means that you can add multiple instances of The Grid in a page. So, you can add several grids per page.
On CodeCanyon (and also near all Envato Markets), a product can be only used for one domain/project: http://codecanyon.net/licenses/standard

Themeone

any idea, any advise about a theme for this plugin

Hello,

You can use The Grid with any kind of Wordpress theme. It will also work with the TwentyX themes of Wordpress.
We also have a creative theme called Mobius.
We don’t have a particular theme to recommand for The Grid because it will work on all Wordpress themes.

Themeone

Hi there, can you please tell me if you have a multisite license, or can I use the same license for multiple sites in my multisite network?

Hello,

On CodeCanyon, you must have one licence per end-product: http://codecanyon.net/licenses/standard.
If on your multisite network your websites are not related to each other’s then you must have one licence for each site.

Themeone

Thanks for the quick response. The sites are related – it’s a multisite network of sites with mostly the same content but for different locations – so it sounds like only one license is necessary.

In this case yes.

Themeone

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey