Move h-landmark and p-landmark-sub inside of x-main left

Hi there,

I’m trying to move the h-landmark and p-landmark-sub inside of x-main left on the blog page, as currently the header / subheader is showing full width. How would I go around achieving this please?

Thanks,

Hi @Keanu,

Thanks for reaching out.

In that case, please add this code to Theme Options > JS

jQuery('.blog header.x-header-landmark').prependTo('.x-main');

And make sure to remove this custom CSS

.p-landmark-sub {
    text-align: left;
    padding: 0;
    margin-right: 15em;
}

Thanks!

1 Like

Brilliant, thank you for your help. I really need to learn js, would make my life so much easier :sweat_smile:

One more quick question, is there a way to add a 5th post to the classic recent posts element please?

Thanks,

Hi Keanu,

You can try with this shortcode:

[recent_posts count="5"]

But you have to add some custom CSS to make it look nice:

@media (min-width: 768px){
    .x-recent-posts a.x-recent-post5 {
        width: 16%;
    }
}

For more information, please take a look at this:

http://demo.theme.co/integrity-1/shortcodes/recent-posts/

Hope it helps :slight_smile:

1 Like

Brilliant, thank you for the quick reply. I’ve got them running vertically anyway, so should be all fine!

Another quick thing? For some reason, “The Grid” plugin isn’t showing the latest videos in a youtube playlist, it just seems to pick whatever ones it wants to start with?? It’s rather odd. I’ve had a mess around with the Filter/Sort section, however swapping it from DESC to ASC just shows even older videos, instead of the latest ones? I’ve got the “Sort by” and “Sort by on load” both set to date. Bit weird!

Also, Last question (I hope?) is there a way to see my posts / answers from the old forum? One of your guys sent me through a way to add a “Read more” tag onto post content, but i’m unable to find it.

Thanks again,
Kind regards,

Hello Keanu,

Thanks for updating in!

  • The Grid plugin has its built-in caching mechanism. You may need to clear it.
    Please go to The Grid > Global Settings > Caching System. Hit the “Clear Cache” button.

  • To check your posts in the forum, please go to your profile first (https://theme.co/apex/forum/u/Keanu) and then hit the “Activity > Topics Created”.

We would love to know if this has worked for you. Thank you.

1 Like

Thanks RueNel, the link to the old posts worked. Unfortunately, clearing the cache for the grid didn’t work. It’s still showing a video from about 7 months ago

Thanks,
Kind regards,

Hey Keanu,

It turns out that you are using Channel and not Playlist.

Please select Playlist instead. You may need to create a playlist and make sure to include all the videos you want to display in the playlists.

Hope this helps. Kindly let us know.

Hi RueNel,

So the client asked me to display all of the videos on their channel, but make sure the latest are showing on the page, which is why I selected channel instead of playlist. Is there a way to get the channel ones to display the latest videos instead please?

Kind regards,

Hello Keanu,

Thanks for updating the thread.

In The Grid plugin it’s currently not possible to display latest YouTube video from chanel.

If you have further question, please create a new ticket as posting multiple topics on same ticket creates lot of confusion which slows response time.

Thanks.

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