Viewing 4 replies - 1 through 4 (of 4 total)
  • hello dear koolkat

    many thanks for steppin up the plate. That sounds great. I also use this plugin.

    it looks awesome – and i am sure that there are many many users out there. Why don t adopting this plugin

    guess that the author – and of course the whole community will be more than happy.

    love to hear from you

    Hi can anyone help with this plugin? (Tab slide) all works perfectly apart from the text in the tab can’t be seen. Would love a fix if possible

    if not any recommendations of another product like this?

    Thanks
    Gina

    Thread Starter koolkatwebdesigns

    (@koolkatwebdesigns)

    Hi kikifresh (Gina). That is exactly why I wanted to be an author on this plugin. Its not been updated in something like 2 years. While you would normally not want to do this in an actively maintained plugin as you would lose your changes when the plugin updates, you can modify the ts.css file…
    around line 67 look for #tab_title_wrap and make sure the code looks like this:
    #tab_title_wrap {
    background-color: #3f3299;
    color: #fff;
    display:block;
    font-family: inherit;
    font-size: 16px;
    font-weight:bold;
    letter-spacing: 1px;
    margin-left: 1px;
    overflow: visible;
    position: relative;
    -webkit-transform: rotate(90deg); /* Saf3.1+, Chrome */
    -moz-transform: rotate(90deg); /* FF3.5+ */
    -o-transform: rotate(90deg); /* Opera 10.5 */
    transform: rotate(90deg);
    zoom: 1;
    }

    The above adds a missing “rotate” which should work in most modern browsers. However, if you are using an old browser like Ie8, this will not work

    That would be fab if you could become the author KoolKat!

    Sorry for my ignorance, but I can’t find the ts.css file.

    I did try adding the code you gave in my customs css under theme options but nothing has happened. Also checked botht he downloadable plugin folders and the editor within plugins..
    Any suggestions?

    Sorry I’m just not really very good at coding!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I would like to be added as an author’ is closed to new replies.