Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #508635

    Hi,

    I have been trying to put in a custom tab in the sidebar using radio buttons.

    It is just HTML and CSS
    as you can see here http://webmasterbkk.com/clients/x2-group/tabs-test/

    I have tried to put the exact same script in the sidebar on this page here http://webmasterbkk.com/clients/x2-group/test/

    It kind of works, but it is not showing the radio buttons and I cant see why. What have I missed?

    Thanks

    #508838

    Hey heat33,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #510902

    I have put it in the sidebar, it seemd to work, but the checkboxes are not showing like in the http://webmasterbkk.com/clients/x2-group/tabs-test/ link.

    I just cant seem to get them to apear

    #511134

    Hi,

    You have opacity:0 applied to them, that’s why they are not showing. From your custom.css:

    .latest-sidebar input[type=radio ]:not(old) {
        width: 2em;
        margin: 0;
        padding: 0;
        font-size: 1em;
        opacity: 0;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.