• Resolved bhupal

    (@bhupal)


    Hi Support

    I Have installed your plugin at the page
    https://tropicalfete.com/tropicalfete-music-notes/

    i have 2 issues
    1)one is style sheet issue
    2) the other is i would like to assign the page to only people i want not to all do you think it is possible ?not any role based assign only user based assign

    please let me know

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    It looks like your theme does not provide styling for tables. Here is some CSS that can get you started – this can be pasted into “Additional CSS” in the Customizer:

    
    .sheet-music-table {
        border: 1px solid;
        margin:  1em 0;
    }
    
    .sheet-music-table td, .sheet-music-table th {
        border: 1px solid;
        padding: 1em;
    }
    

    I would recommend looking at membership or user role plugins if you would like to refine who can access the sheet music. Another option would be to use the “password” visibility option in WordPress core, and distribute the password to the users needed.

Viewing 1 replies (of 1 total)
  • The topic ‘Membership Assign’ is closed to new replies.