Theme Button Design & Disable featured image on pages

Hi,

I have two problems that I can’t fix by myself:

1.) How can I disable the featured image on a page? I used the theme editor to add a customized header image, so I don’t want the featured image to be displayed, but I can’t find an option to disable it. Example: https://burgen-und-kathedralen.de/schottland/burgen-schloesser-in-schottland/tantallon-castle/
Also, when I disable it with CSS or something like that, would the image still be loaded and slow down the page speed?

2.) I’m using a plugin to list my pages like posts. See here for example: https://burgen-und-kathedralen.de/schottland/burgen-schloesser-in-schottland/
The problem is that the button design of the plugin is different from the one I’m using in the theme. You can find the theme button design at the bottom of the page. Is there an easy way to force the theme button design on the plugin button?

Thank you in advance!
Dennis

Hi Dennis,

Thank you for writing in, 1) Please change your page template to Blank - No Container | Header, Footer or Blank - Container | Header, Footer (see screenshot). All those Blank prefix templates does not have a feature image.



  1. Regretfully, we cannot provide support for third party plugins as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.

Thanks for the quick reply. I should have mentioned that I’m using the “Content left, Sidebar right” template, which I want to keep using. That’s why I want to disable the featured image in another way.

Any ideas?

Thanks in advance.
Dennis

Hi @Kilik91,

I can’t really confirm it since it’s behind a coming soon page, and the featured image are post only and page templates are for pages only. Would you mind providing your login credentials? I’m not sure if it’s a post or page at all.

Thanks!

Oops! Sorry about that. I disabled the coming soon page. You should be able to enter the website now.

Here is an example: https://burgen-und-kathedralen.de/schottland/burgen-schloesser-in-schottland/tantallon-castle/

I want to keep the sidebar and the layout. I just want to get rid of the featured image.

Thank you in advance!
Dennis

Hi Dennis,

Please remove the feature image that is assigned to your page and it won’t show a feature image.



But for some reason, if you want to keep the feature image assign and just hide the feature image on the front-end. Please add this to Theme Options > CSS

.page .entry-featured {
	display: none;
}

Hope that helps,
Cheers!

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