Tagged: featured image, Foliopress Pro, posts image
- This topic has 11 replies, 5 voices, and was last updated 1 year, 1 month ago by A1.
-
AuthorPosts
-
December 24, 2020 at 1:23 pm #84922bert.megensParticipant
Who can help me with the Foliopress theme to show the posted photos in their entirety.
December 28, 2020 at 10:47 am #84993Theme Horse Support TeamKeymasterHi there,
Just login to your dashboard and go to
Appearance > Customize > Layout > Post Layout
there you will see the checkbox option Show Featured Image on Page/Single Post to show the posted photos in their entirety.Thank you!
December 28, 2020 at 2:20 pm #84997bert.megensParticipantThank you for your response. But when I follow your instructions and I set the slider “page / single post featured imageheight” to maximum size, I can still see about 70% of the height. At both the top and bottom 15-16% of the image can no longer be seen. Is it possible to set somewhere that the entire image should be visible?
Bedankt voor je reactie. Maar als ik je instructies volg en ik de schuifregelaar “pagina / enkele post aanbevolen afbeeldinghoogte” op maximale grootte zet, kan ik nog steeds ongeveer 70% van de hoogte zien. Zowel aan de boven- als onderkant is 15-16% van het beeld niet meer te zien. Is het mogelijk om ergens in te stellen dat de hele afbeelding zichtbaar moet zijn?
January 20, 2021 at 10:14 am #85618Theme Horse Support TeamKeymasterHi bert.megens,
We are sorry for the late response due to some unavoidable circumstances. It need the code customization and cannot be done just through providing the Custom CSS code. In case if all of your post’s featured images are same sizes then we could provide you the exact ratio as your featured image so that all the featured images can have entire view.
If your Featured images are of same sizes then please provide us your Site URL then we will provide your the Custom CSS code for exact ration.Thanks
January 30, 2021 at 12:42 am #85953bert.megensParticipantDear people,
Thanks for your answer. As you can see on my website https://www.bertmegens.nl, my images are not all of the same format. On the home page I solved the problem by placing the image in a white square. However, when I click on the images, which takes me to that page, you will see that only part of the image is displayed there.
I regret that because I am otherwise very satisfied with theme horse. I hope you have a suggestion that will help me solve the problem. I am looking forward to your response.Regards,
Bert MegensJanuary 30, 2021 at 11:48 pm #85963Michael GirdwoodParticipantBert I’ve turned off the option to show the featured image on the post and I instead put a Jetpack tiled gallery block with a single image. The Jetpack gallery allows a nice pop-up gallery to showcase the image and gives exif details.
See my site https://mlgimages.comJanuary 31, 2021 at 4:42 pm #85976bert.megensParticipantMichael, thank you for your response and advice. I cannot apply your suggestions immediately because I am only an amateur site builder and not very familiar with Filiopress, horsetheme and Jetpack tiled gallery. But I’ll definitely explore how I turn off the opton to show the featured image on the post and instead put a Jetpack tiled gallery block with a single image. See my site: https://bertmegens.nl
February 11, 2021 at 11:51 am #86228Theme Horse Support TeamKeymasterHi @bert-megens
Login to your WP Dashboard and go to Appearance > Theme Editor and click on Theme Header (header.php) where you can find from the right side of the editor and go to line no:95 you will find below line of code:
<div class="page-single-featured-image" style="background-image:url('<?php echo esc_url( get_the_post_thumbnail_url() ) ?>');"></div>
replace above code with below one:
<figure class="page-single-featured-image-custom"><?php the_post_thumbnail(); ?></figure>
then click on Update file button.
After that again go to Appearance > Customize > Additional CSS and paste below custom css code to make image 100% width across the screen size:
.page-single-featured-image-custom img { width: 100%; }
Thank you!
October 6, 2023 at 9:48 am #106860A1ParticipantHello i have same issue as @Bert-megens. Except the first image the rest are kind of squeezed and basicly cant see anything if i put on Post Layout > Grid view.
here is my website http://www.interplaypro.com
Please advice, thank you!October 10, 2023 at 9:45 am #106907A1ParticipantHello, i have another question. How to hide “categories”, “author” and “date” from appearing on the website ?
October 10, 2023 at 11:08 am #106909A1ParticipantThe layout issue been solved thank you. But In grid view is it possible the height of the image to be fully displayed? The wide can be fixed as it is, but height to show full image. Now even on maximum height the image is been cut. The idea is the preview (main image) to be fully displayed. Thank you 🙂
October 10, 2023 at 12:38 pm #106911A1ParticipantI’m sorry and another thing I see that whenever I change the layout of the posts they apply for all the menus. Is it an option each menu to have an option to chose the layout if to be list or grid or how many columns etc. so it’s not 1 settings applies for all?
Thank you again 🙏🏻 -
AuthorPosts
- You must be logged in to reply to this topic.