Plugin 'The Grid' showing double titles

Hi,

The Grid plugin showing double titles randomly instead of consistently a title and excerpt as I have set it up in the settings.
The funny thing is as I mentioned it’s happening randomly and as far as I can see all the blog items have the same set-up.

Help would be appreciated

Kind regards
Soejon

Hello Soejon,

Thanks for writing in! Can you please remove the content area where you have inserted the “The Grid” shortcode? We recommend that you use the “The Grid” element instead. Though you may not be seeing any grid preview, at least we can make sure that there aren’t any added incorrect tag or code added in the page.

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

hello @RueNel,

Thanks, unfortunately that didn’t work out, but I’ve solved it; re-made the pages which showed up wrong.

Kind regards
Soejon

We’re glad you sorted it out.

Cheers!

hi @Nabeel,

Thanks! different question, could you please check the following pages of my staging website?

/zzp/mijn-zzp-verhaal/
/zzp/dezzp2020/

and

/zzp/

(see complete url in secure note)

And help me fix the problem with the transparent footer / background image?

I cannot see what I’m doing wrong here.

Thanks!

Hello @MeesterOntwerpers,

To fix your footer with a transparent background, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

footer.x-colophon.bottom {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

Hope this helps.

Hi @RueNel,

Thanks for the tip, but actually it is the opposite of what I’m trying to achieve.
Somehow the pages continue under the footer with the background image,
I would like for that not to happen?

See the first image where I’ve put the red arrow,
I’d like the bottom of the page to be white (when the content is not enough to fill up the window of the browser)

Is that possible?

Kind regards
Soejon

Hey Soejon,

There’s no option for that. It’s recommended that you fill your page with content. If it’s really unavoidable, add this code in Theme Options > CSS.

.site:after, .x-site:after {
    content: "";
    width: 100%;
    position: fixed;
    background: white;
    height: 100%;
}

Please just note that it’s outside the scope of our theme support to provide CSS. The code I’ve provided will not be supported. That means that if that does not work, you will need to consult with other developers to make what you need possible.

Hope that helps and thank you for understanding.

hi @christian_y,

Understood and appreciated! I thought so but happy you provided a suggestion with the css.

Kind regards
Soejon

You’re welcome, Soejon.

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