New Landing How can we help? Themeforest Theme Support Dante Special Tab for suscribers

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #47137
    DevAgency.fr
    Member
    Post count: 20

    Hi,

    Can we have a special menu tab for suscriber ?

    I mean, a special tab for members you know. And non-subscribers have the menu without this tab.

    Thanks

    #47749
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    I already answered a comment you posted about this?

    Add a custom class to the menu item, i.e. members-menu-item, then you can use the following custom css:

    .members-menu-item {
    display: none;
    }
    .logged-in .members-menu-item {
    display: block;
    }

    Hope that helps!

    – Ed

    #47865
    DevAgency.fr
    Member
    Post count: 20

    Hi, didnt see it Sorry.

    Thanks i will try that

    #47895
    DevAgency.fr
    Member
    Post count: 20

    Hi, it don’t work. Look at the attachment..

    I missed something ?

    #49001
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Can you please provide url so i can verify if the css is being placed correctly.

    Thanks
    Tahir

    #49002
    DevAgency.fr
    Member
    Post count: 20

    Hi, sure.

    Check this : wwww.devagency.fr

    “Tutoriels” shouldn’t be here.

    #49006
    DevAgency.fr
    Member
    Post count: 20

    On a mobile phone, “Tutoriels” disapear. Then, CSS work for non-subscriber on responsive, but not on computer.

    #49905
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, try this css please

    .members-menu-item {
    display: none!important;
    }
    .logged-in .members-menu-item {
    display: block!important;
    }
    #50651
    DevAgency.fr
    Member
    Post count: 20

    Hi, i tried, and there is a problem with this css … Look attachments.

    When i tried, my menu block was completely offset.

    When we are non-subscriber, it’s perfect. And when i logged is offset..

    #51164
    DevAgency.fr
    Member
    Post count: 20

    Hi,

    Up!

    #51226
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh, ok – let’s try this:

    .members-menu-item {
    display: none!important;
    }
    .logged-in .members-menu-item {
    display: inline-block!important;
    }

    – Ed

    #52264
    DevAgency.fr
    Member
    Post count: 20
    This reply has been marked as private.
    #52304
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great!

Viewing 13 posts - 1 through 13 (of 13 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