Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #297837
    Nunes
    Member
    Post count: 203

    I used a shotcode from a audio plugin (as you can see in one of the annexes) in a Header Left Config – Text / shotcade function. is working properly, the issue is that this feature would i like to see only in one specific page (home page) would not want that player to show on other pages, it is possible a CSS code for that?

    I appreciate the help.

    Attachments:
    You must be logged in to view attached files.
    #297993
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, try this:

    .home .audio1_html5.whiteControllers {
        display: block;
    }
    .audio1_html5.whiteControllers {
        display: none;
    }
    #298003
    Nunes
    Member
    Post count: 203

    TANKYOU

    #298004
    David Martin – Support
    Moderator
    Post count: 20834

    Anytime!

    #298006
    Nunes
    Member
    Post count: 203

    how i would to enable only certain specific pages?

    #298009
    David Martin – Support
    Moderator
    Post count: 20834

    Each page has a unique body id class, you can see this looking at the source code. Take that code and add it to the CSS example:

    Ex:

    .postid-297837 .audio1_html5.whiteControllers {
        display: block;
    }

    #298011
    Nunes
    Member
    Post count: 203

    excellent! Thanks again.

    #298012
    David Martin – Support
    Moderator
    Post count: 20834

    No problem!

    – David.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register