Home › Forums › Pro Themes › Elead Pro › Blog page main image / Gray frames in page-post's header
Tagged: blog page, Elead Pro, featured image, gray frames, header
- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by wensolutions.
-
AuthorPosts
-
December 13, 2018 at 12:04 pm #87145ctrasvinaParticipant
Hello, Support:
I have two problems to finish setting up our website with Elead Pro:
1. The Blog page displays as featured image, the one in the last post published. I want to set there the image defined as featured image in the Entrys Page. Is it possible?2. The gray frames in the header of pages & posts (over the image) is darker than we need it, and would like to turn it to a clearer gray, or more transparent. How can we do that?
Thanks for the help.December 13, 2018 at 11:09 pm #87166wensolutionsKeymasterHello @ctrasvina,
Actually, we are not quite clear with the first query so, please explain it properly so that we can help you further.
Now coming back to the second query, add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.page-detail { background-color: rgba(0, 0, 0, 0.3); }
Hope this helps.
Regards!!
December 18, 2018 at 8:22 pm #87404ctrasvinaParticipantThanks for your answer. The second query was usefull and we solved the issue. Now, I’ll try to explain the first one:
We are building a site using Elead Pro. When we finished the site, we noticed that the Blog Page (the one that displays the last posts in the blog) shows as featured image (in the header below the main menu) the image placed in the last post published in the blog section. This image changes everytime you publish a new post in the blog.
We prefer the Blog Page to display the featured image of the Blog Page itself, captured in the Entrys Page, and is shown in slider.
Hope this explanation is clearer.December 18, 2018 at 11:24 pm #87422wensolutionsKeymasterHello @ctrasvina,
In the header of the blog page, whatever the image is uploaded by going to Admin Panel > Appearance > Customize > Header Image is displayed.
Screenshot:
Regarding the blog post, the recently added blog post from the Admin Panel will be displayed at the top of the blog post and this how the standard theme works.
If you want to switch the displaying position of the blog post then you can use the third party plugins which will allow you to drag the position of the blog posts so that you display the posts as per your requirement.
Hope this helps.
Let us know if you have any confusion further.
Thank you.
Best Regards!!
December 19, 2018 at 11:36 am #87444ctrasvinaParticipantThank you, but in our deployment it works different, believe me… We designed a different image for each Category page, but the Blog page shows last post’s image, not the header image.
Watch screenshot: “Actualidad” is the name of the Blog page, and dispalys the last post photo (the circle in the upper part)
http://prntscr.com/lx2lwhDecember 19, 2018 at 11:00 pm #87462wensolutionsKeymasterHello @ctrasvina,
If you have installed any third party plugin then please deactivate and verify the issue and also can you please provide your site URL so that we can inspect and find out the issue?
Thank you.
Regards!!
December 19, 2018 at 11:41 pm #87465ctrasvinaParticipantThanks for everything. We Will seek for this plugin.
The URL of the site is: http://spm.mx/2018/ , still hidden to Google.
Tx a lot.December 21, 2018 at 1:03 am #87495wensolutionsKeymasterHello @ctrasvina,
The issue is quite unlikely to happen. Please let us know if you have made any code customization or not?
As for now, we have provided the CSS using which you can either remove the image or change the image.
CSS to remove the image:
section#header-featured-image { background-image: none !important; }
CSS to change the image.
section#header-featured-image { background-image: url(http://spm.mx/2018/wp-content/uploads/2018/12/Imagen-para-Artículos-360x300.png) !important; }
Change the URL with your image URL.
Hope this helps.
Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.