Home › Forums › Free Themes › Photo Perfect › About posts with featured images
Tagged: featured photos, footer menu, posts, primary menu
- This topic has 9 replies, 3 voices, and was last updated 8 years, 7 months ago by wensolutions.
-
AuthorPosts
-
March 25, 2016 at 8:17 am #4171ReniehParticipant
Hi,
First of all I would like to thank you for the Photo Perfect theme and the support that you are giving.
I am currently evaluating this theme for my website. I like the theme very much, but I would like to change some minor things. I scanned the forum page, but could not find an answer for these questions:
1.)
Following a recommendation I used the primary menu for the “interesting” posts and the footer menue for the “necessary” posts.On the homepage I would like to restrict the featured fotos to those posts, that are referenced to from the primary menu.
2.)
Is there also a recommendation for the image size of the posts, so that the featured images on the homepage look very regular?Thanks in advance
Renieh
March 25, 2016 at 12:59 pm #4178wensolutionsKeymasterHello @Renieh
Thanks for your appreciation towards the theme and support.
1.Following a recommendation I used the primary menu for the “interesting” posts and the footer menue for the “necessary” posts.
I was a bit confused about your first question. Primary menu for the “interesting” posts. Will you elaborate this a bit more with the recommendation source??
And can you please post your site URL so that it will be easy to debug.2.)
Is there also a recommendation for the image size of the posts, so that the featured images on the homepage look very regular?And it is hard to guess the image size of the posts to look regular without your site’s URL.
Best Regards!!
March 26, 2016 at 11:13 am #4197ReniehParticipantHi wensolutions,
thank you for your quick response.
the recommendation was in a german blog. The idea was that you have content that you want to show, and content that you are obliged to offer . For example: I want to show my fotos (1), but in Germany we are forced by regulation to publish legal information (terms and conditions) (2).
The recommendation says, that the information for the first category should be more prominent, whereas the other information would only be accessible from the footer menu.
Currently my website has a splash homepage (work-in-progress), so therefore you could not see much there.
I hope nevertheless that I could explain the desired function better than in my first post.
Regards
Renieh
March 27, 2016 at 11:53 pm #4240wensolutionsKeymasterHello @Renieh
Its very hard to figure out what was your issue without your site URL. If your site is work in progress then you may provide us screenshot to show your issue and it would me much clear.
And for the recommendation image size, if you want them regular you need to upload your images of same size (i.e: height and width).
It would be much easier if you site was not under construction.Regards!!!!
March 28, 2016 at 5:29 am #4243saebParticipantis there any way to can use feature photo as header or background picture?
March 28, 2016 at 6:17 am #4244wensolutionsKeymasterHello @saeb
Please create a new thread/topic for your issue.
And for your query to use feature photo as header or background picture, you need to go to particular post/page edit screen and when you scroll down the page you will see Theme Settings section. In this section you need to enable check-box saying Use Featured Image as Banner as shown in below screenshot.
http://prntscr.com/al0v24Hope this will help to resolve your issue.
Best Regards!!!
March 28, 2016 at 6:41 am #4246saebParticipanttnx a lot for responding that fast.
but i dont have that option! is that in pro version only?
https://www.diigo.com/item/image/5ars/ths0March 28, 2016 at 10:41 am #4250wensolutionsKeymasterYes, of course this option is available in Pro version of Photo Perfect theme.
You can check out more awesome features here .
March 28, 2016 at 11:11 am #4254ReniehParticipantHi wensolutions,
attached please find the screenshots from my website.
This is my primary menu
Primary MenuThis is the footer menu
Footer MenuThis is the view of the featured images
Featured imagesI have marked those photos, which I don´t want to appear among the featured photos with a red diagonal line. These are the photos that are in the posts from the footer menu.
Thanks for again for your support.
Renieh
March 29, 2016 at 12:26 am #4291wensolutionsKeymasterHello @Renieh
For the solution of your query you need to create and activate child theme for that.
Reference here for child theme.
After successfully creating child theme you need to add the below code in you child theme’s functions.php file.function exclude_single_posts_home($query) { if ($query->is_home() && $query->is_main_query()) { $query->set('post__not_in', array(252,254,256)); //post ID's } } add_action('pre_get_posts', 'exclude_single_posts_home');
Note: The ID’s that are inside the array are the post ID’s of the post that you have added in the footer menu. This will hide those posts from home page as you have requested.
Hope this will help to resolve your issue.Regards!!!
-
AuthorPosts
- You must be logged in to reply to this topic.