WYSIWYG mode by default - switch editor not working! Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    WYSIWYG mode by default - switch editor not working!

    avatar
    PA
    Forumember


    Posts : 219
    Reputation : 2
    Language : english

    Solved WYSIWYG mode by default - switch editor not working!

    Post by PA August 27th 2015, 9:56 am

    Hello, I recently had an update to my forum that changed just the CSS of the forum.. However, the switch editor button is no longer working now and the forum defaults to WYSIWYG even though I said NO to that option in the Admin Control Panel.

    Here is the CSS, though I doubt that's the issue.
    Otherwise... I don't know what could be the issue?

    My forum is pottersarmy.net and the version is phbb3
    Spoiler:


    Last edited by PA on August 27th 2015, 4:25 pm; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: WYSIWYG mode by default - switch editor not working!

    Post by Ange Tuteur August 27th 2015, 10:37 am

    Hi @PA,

    From what I can tell, this rule is affecting the source code button :
    Code:
    .hover {left:10% !important;right:auto!important;top:60px!important;width: 80%!important; height: 280px!important; opacity: 0!important; transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; position: absolute;}

    When source code is enabled, the button has the class ".hover." I'd recommend making the class you're using a bit obscure, or set a rule for the source code button which overrides the properties applied to it.

    Code:
    .sceditor-button.sceditor-button-source.hover {
      width:auto !important;
      height:auto !important;
      opacity:1 !important;
      position:static !important;
    }
    avatar
    PA
    Forumember


    Posts : 219
    Reputation : 2
    Language : english

    Solved Re: WYSIWYG mode by default - switch editor not working!

    Post by PA August 27th 2015, 4:25 pm

    ^You're a genius Ange, thanks.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: WYSIWYG mode by default - switch editor not working!

    Post by Ange Tuteur August 27th 2015, 4:33 pm

    You're welcome ^^

    Topic archived

    Have a nice day. Smile