Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #279369
    ipseity
    Participant

    Hi there,

    I have been sifting through the forums for days trying to figure out how to remove the text from under my images for my post carousel. It is on a page that is not the home page. It seems to need some CSS so that it is just a slider of images. I have already made the images clickable and do not need the titles underneath (currently reading: “no title” because I tried clicking the do not show title option to remove the feature from the carousel)

    Additionally, because I set the carousel up to show a featured image, the featured image is now displayed across the top of each post also. I have tried all the plugins recommended bc Verity theme does not have the checkbox option to not display the featured image. I cannot seem to find a solution for not displaying the featured image on the post pages.

    Help! Thanks!

    #279380
    Skandha
    Participant


    @ipseity
    : Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #279408
    ipseity
    Participant
    #279416
    Skandha
    Participant

    @ipseity: Hello there,
    The link for the carousel is not working. Can you please check again if you posted the correct link?

    Kind Regards,
    Skandha

    #279438
    ipseity
    Participant

    Yes, sorry, I moved the carousel to the bottom of the branding page so it was more accessible, rather than linking to a separate page. Sorry for the confusion.

    https://ipseitydesign.com/index.php/branding/

    I would like to remove the titles from the post carousel as well as remove the featured images that are displayed at the top of each post. I installed a plugin that added this option to each post; however, it is not working.

    Thanks!!

    #279457
    Skandha
    Participant

    @ipseity: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the titles in the carousel */
    #post-2503 .wp-block-coblocks-post-carousel__content {
        display: none;
    }
    
    /* To remove images at top of the post page */
    .post-thumbnail.singular-header-image {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #279489
    ipseity
    Participant

    seems to have worked thanks!!!

    #279745
    Skandha
    Participant

    @ipseity: Hello there, 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/verity/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

    #280254
    ipseity
    Participant

    I have the carousel set to only show posts from the ‘work’ category. This was working before but not now. They show up in the carousel correctly (omitting the ‘blog’ posts), however when you click through the individual posts, they all show up? I only want the ‘work’ posts to be available here. Likewise, ‘blog’ posts to be available only through the ‘blog’ section on the home page. Can you help me figure out why this changed and return it to operating the way I preferred it?

    #280255
    ipseity
    Participant

    Actually the same problem is now happening on my ‘blog’ post block on the home page. I would only like to be able to scroll through the blog category of posts here. Thanks for any help you can provide!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Post Carousel Title Text’ is closed to new replies.