Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #269674
    twillig
    Participant

    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!
    Thomas

    #269756
    Skandha
    Participant

    @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,
    Skandha

    #270047
    twillig
    Participant

    Hm, 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!

    #270147
    Skandha
    Participant

    @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,
    Skandha

    #270207
    twillig
    Participant

    Hi 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.

    #270297
    Skandha
    Participant

    @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,
    Skandha

    #270312
    twillig
    Participant

    THAT did the job! Yes, that now works fine.
    Thank you.

    #270320
    Skandha
    Participant

    @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,
    Skandha

    #270346
    twillig
    Participant
    #270409
    Skandha
    Participant

    @twillig: Thank you for your wonderful review. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to deselect certain services/widgets on individual pages?’ is closed to new replies.