- This topic has 9 replies, 2 voices, and was last updated 3 years, 10 months ago by Skandha.
-
AuthorPosts
-
January 4, 2021 at 12:38 am #269674twilligParticipant
Aloha!
Bold Photography Pro theme on http://www.willigphotography.com
I am trying to figure out how to switch of the visibility of certain services/widgets.
For example:
On http://willigphotography.com/map-project-wedding-2/ it is also displaying the “About Me” text as well as the Instagram feed and the “Publications” section (which is the renamed Services-function…).How can I switch those ones off on that particular site or on blog posts?
I guess once I understand that particular function, I will be able to rework some other similar issues I am still having with my new site.Thanks upfront!
ThomasJanuary 4, 2021 at 12:43 am #269756SkandhaParticipant@twillig: Hello Thomas,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..postid-3359 .author-info, .postid-3359 #footer-instagram, .postid-3359 #services-section { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaJanuary 7, 2021 at 2:01 am #270047twilligParticipantHm, that did the job.
However, there must be a way to turn off the automatic display of the About Me (or the Publications) page all over the site.Let’s tackle this one by one:
The reference is http://willigphotography.com/about/1. The display of the About Me content on the Homepage right underneath the Featured Slider is fine anyway – beside of the right very high picture (which is an automatic crop). How am I getting rid of this automatically added cropped picture on the right? It does look absolutely fine on the actual About Me page. Why is it adding this ugly strip?
2. If I now select any of the Blog Posts or the Publications for example, it is showing an About Me text – which isn’t even up to date anymore.
There must be a way to turn this off in general without having to use additional CSS code with the Post ID of each and every single page.Thank you!
January 7, 2021 at 5:46 am #270147SkandhaParticipant@twillig: Hello Thomas,
1. To remove the cropped picture on the right
Edit the page About => Unset the featured image and Update the page.2. To remove the Author Info on all the posts
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..author-info { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaJanuary 7, 2021 at 11:44 pm #270207twilligParticipantHi Skandha,
1. The Featured Image was already supposed to be hidden by an additional plugin – which does the job on all other pages.
Even though I am removing the Featured Image entirely, it now displays this ugly strip from the first picture which is embedded in the About Me info. Btw, it did the same before I was installing the Hide Featured Image plugin.
So that didn’t make it unfortunately.
Any other ideas?2. That does work on all other posts. That one can get checked off the list. Thank you.
January 8, 2021 at 4:13 am #270297SkandhaParticipant@twillig: Hello Thomas,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#hero-section .post-thumbnail-background { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaJanuary 8, 2021 at 6:13 am #270312twilligParticipantTHAT did the job! Yes, that now works fine.
Thank you.January 8, 2021 at 7:34 am #270320SkandhaParticipant@twillig: Hello Thomas, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/bold-photography/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaJanuary 9, 2021 at 12:39 am #270346January 9, 2021 at 9:54 am #270409 -
AuthorPosts
- The topic ‘How to deselect certain services/widgets on individual pages?’ is closed to new replies.