About half of media items in library not accessible

For some reason, all of a sudden, I am not able to insert some images onto page using Cornerstone and page editor, although they are visible in the library itself. These items have already been used on pages where they still work. As a result, I can’t use the same image twice.

Also, although I disabled Page Title, it is still viewable on the blog page.

Can you please help? Thank you!

Hi Cindy,

Thanks for reaching out.

Upon troubleshooting, this is caused by Polylang plugin and it appears that it affects that part of media (since they are a post type too). This is my first time seeing this issue and couldn’t find what part of Polylang is causing this. I’ll continue checking, but for the meantime in case you wish to use media or adding images, please deactivate the Polylang plugin while doing those.

Thanks!

thank you for this, so I will activate and deactivate Polylang as needed then.

Any insight as to why I cannot hide the blog list page title even by checking the “disable title” option?

Thank you!

Hello Cindy,

Thanks for updating the thread.

Please try adding following CSS under X > Theme Options > CSS:

.blog .x-header-landmark {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

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