transform header image into a slider of images and reduce opacity

This topic contains 8 replies, has 3 voices, and was last updated by  José Aros 4 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #496131

    José Aros
    Free User
    Post count: 49

    Hi Guys: I want to know please the way to transform the header image from a single one to a slider of images (as whoop or yelp).

    In the other hand, I am trying to reduce the opacity using the css

    .featured-area::before {
    opacity:0;
    }

    but It does not work.

    #496134

    Kor
    Moderator
    Post count: 16516

    Hi Jose,

    Thanks for your post. In your GD details page template, you can convert the single image into a slider following the instructions here https://wpgeodirectory.com/docs-v2/integrations/images/#gd_post_images .

    As for the opacity, try using the custom CSS code below.

    header .featured-area::before {
        opacity:0!important;
    }
    #496143

    José Aros
    Free User
    Post count: 49

    Thanks Kor. The issue about opacity is ok.

    About the way to transform the header image from a single one to a slider of images (as whoop or yelp), is not ok yet. Why in GD Details whether I want to transform the header image into a slide? I followed the rules but I remain confused.

    #496164

    Alex Rollin
    Moderator
    Post count: 27815

    You are using Whoop?

    #496270

    José Aros
    Free User
    Post count: 49

    No Alex. I am not using Whoop

    #496275

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #496285

    José Aros
    Free User
    Post count: 49
    This reply has been marked as private.
    #496298

    Alex Rollin
    Moderator
    Post count: 27815

    Only Whoop has that option built in. For Supreme it would require a customization, which is outside of what we can do here in support.

    #496301

    José Aros
    Free User
    Post count: 49

    Thanks Alex 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket