Home › Forums › Pro Themes › Magpaper Pro › Before I upgrade
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by wensolutions.
-
AuthorPosts
-
January 4, 2020 at 1:59 pm #113096agregatwebmasterParticipant
I am considering upgrading from the free to the Pro version of Magpaper. Before I do, I have a few questions.
1. Is it possible to disable the featured image on individual posts/pages?
At the moment, if you don’t add a featured image a large black box is displayed. In this support forum you provide a work-around (https://themepalace.com/topic/how-to-remove-the-black-box-background/); but this seems a very clumsy solution which leaves a large empty space at the top of the page and, in any case, it applies to all posts/pages.2. Related to No1: Is it possible to re-size the featured image?
I find that the featured image is much too large and forces users to scroll for too long before they reach the content. Is there an option to reduce the size of the featured image?January 6, 2020 at 1:14 am #113152wensolutionsKeymasterHello,
To remove or disable the feature image from individual page/post, add given CSS following the path Appearance > Customize > Additional CSS :
div#page-site-header { display :none; }
Regarding the query to re-size the featured image, the theme does not have that feature. Can you provide the site URL, so that we can help you by giving the CSS required to re-size the image if possible?
Since the option is not even available in the pro version, you don’t need to update to the pro version to remove and resize the featured image. But the pro version has many more features than the free.
Hope this clears the confusion.
If you have further queries, let us know.
Thank you.
January 7, 2020 at 12:06 pm #113264agregatwebmasterParticipantThanks for the reply and the adivce.
I have managed to disable the header image on specific pages/posts by using the CSS rule you gave me with the addition of the page/post ID. For example:
.page-id-36 div#page-site-header {
display :none;
}But I have not been able to come up with a rule that will resize the featured image.
The site where I am using Magpaper is the following: https://historyandtranslation.net
I would like to resize the featured image to half the height, while keeping the width as it is.
Thanks, Chris
January 7, 2020 at 11:49 pm #113296wensolutionsKeymasterHello,
Please add following given CSS code in Additional CSS section to resize the featured image by going to Admin Panel > Appearance > Customize > Additional CSS
.single #page-site-header{ padding: 150px 0; }
Hope this helps.
If you have any queries further, let us know.
Thank you.
January 11, 2020 at 8:19 am #113723agregatwebmasterParticipantThat worked, many thanks!
January 13, 2020 at 1:04 am #113778wensolutionsKeymasterHello,
Glad we could help you.
If you have further queries, let us know.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.