Gallery shortcode not working?

Hi,
I am using ICON 01 and a gallery plugin

‘The Grid’, for some reason the page ‘from the kitchen’ remains empty and the shortcode has been inserted.

Tried also ‘Essential Grid’ and somehow managed on a different page (Architecture), but I have to close an image on see the next one.

Can you help please?

Hi There,

Thanks for the info,

I can see you have set “from the kitchen” page as Portfolio. You can’t any content in portfolio template.
The content comes only from the Portfolio Custom post “Portfolio”. If you want show the grid plugins content please make the template as template as your other pages.

Thanks

That worked well! Thanks

How do I:

  1. remove/hide the image name in The Grid lightbox (see it marked red in image bottom left)
  2. disable right click

Hi There,

To remove the picture name, you can add the following code to Theme Options CSS

.tolb-title {
    display: none !important;
}

Regarding the right-click you would need to search a third party plugin which offers this functionality, I have seen people using it but unfortunately, I don’t have any plugin to recommend you and this is not a feature offered by X or The Grid out of the box.

Hope it helps!

*** Really nice pictures you have there!

That worked out fantastic! :slight_smile:

Is there a simple way how to do a gallery inside another gallery with ‘The Grid’. Not sure if these are called nested galleries.

Hi there,

Would you mind sending a sample link of what you mean by nested gallery so that we could provide you with better suggestions?

Thank you.

Something like the one in the link.
Travel page has a selected image of each country
Then clicking on that image will lead you in the gallery of that specific country.

Hi there,

There is no easy shortcode on this one unless you’ll create a plugin that has this capability (like your own post type that has gallery parent selection). The only solution, for now, is creating your grid manually. Like create a custom grid with has manually added items linking to different pages, then those pages have its own grid in itself, and those grids could link to other pages or posts.

Thanks!

The only problem is that, I cannot edit/add elements to my Travel page with Cornerstone to make a custom manual grid.

Hi There,

You can achieve this nested grid by doing the following :

You will have 2 levels of pages :

Page 1 - You will have a Grid which will have all page 2s selected as a source.

Page 2 - Will have a grid with all the images as a source

Firstly you will create your grid with images. and add them to your page 2s

Create your page 2s and on each you will select a featured image on Wordpress classic back end editor, this feature image will be used on the grid of Page 1

You will than create your page 1 and add the grid which you have created using page 2s as a source.

Hope that makes sense.

That worked great !!

How can these be done?

In Page 1:

  1. Hide the username of the skin
  2. Change the font size and font type
  3. Change the order position of the grid items

In Page 2s:
4. Hide only the large featured image

Hi There,

Please provide your pages so we can provide you some css.

Thanks

Please find them in secure note

Hi There,

The CSS provided below should be added on Cornerstone > CSS

1 & 2 -

.brasilia .tg-item-author {
  display: none !important;
}


.brasilia .tg-item-title a {
 
    font-size: 20px !important;
   font-family: Arial, Helvetica, sans-serif !important;
}

To adjust the order, add the pages on the grid one by one on the correct order.

3 -

.entry-featured {

    display: none;
}

Hope it helps!

That helped a lot :smile:
Thank you!

Glad that we could be of a help.

Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long threads makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.

Thank you so much guys. Website is looking awesome!

You’re welcome!
We’re glad we were able to help you out.

I am also trying to do this, but am not really understanding what you mean in the first step “have all page 2s selected as a source”. Thank you.

Hi,

It means the source of the grid

https://theme-one.com/docs/the-grid/#source_settings