• Daily Support was created for Forumotion support, troubleshooting your problems with your computer, with your network or with your life. We offer graphic design services like graphic creations, good tutorials and many others! I hope you like this theme, i worked a lot to make it.
    Look at our new code! This is a nice loading screen for all versions Very Happy Read more
    Look at our new code! This is a nice Windows 8 Styled navigation bar! Read more
    Look at our new code! This is a code for partner, similary to our partner script! You have to choose your forum version, from the next list...Read more.
Daily Support ™

Tutorials, protection, discussions, graphic design, forumotion help, codes, gaming, roleplay, counter-strike 1.6, metin2, mt2, cs 1.6, cs 1.6 codes, mt2 codes, powerfull forum


You are not connected. Please login or register

Editor part missing (With screenshots)

View previous topic View next topic Go down  Message [Page 1 of 1]

1Editor part missing (With screenshots) Empty Editor part missing (With screenshots)
Sun Oct 27, 2013 12:16 am
luiz187

luiz187

Coder

Coder
luiz187
luiz187
Posts : 91
Daily Points : 128
Likes : 5
Warns : No warnings
So. My editor options are not showing on my website and i don't know why...ill give you the the screen shot as soon as can. I am guessing that has to do with my CSS but if you need my javascript to find out the issue plz ask. I don't have time to look through this myself, I only have one other mod and he doesn't know css Razz
Editor part missing (With screenshots) Editor10
Editor part missing (With screenshots) Editor11


Quik replys work but they might be slightly cut off, take a look.

Editor part missing (With screenshots) Quik_r10


My CSS:

Code:
    html#sceditor_smilies body {
                    background-image: none;
                    background-color: #black;
                }
        #quick_reply #av_raspuns{
          display: table-cell;
          width: 200px;
        }
        #quick_reply #textarea_content{
          width: 800px !important;
          display: table;
        }
        #quick_reply #text_editor_controls{
          width: 500px;
          margin-left: auto;
          margin-right: auto;
          position: left;
          left: 100px;
        }
        #quick_reply #text_editor_textarea{
          display: table-cell;
          width: 400px;
        }
        li.row dl.icon dd.dterm {
            margin-left: 10px;
        }
        #search{
    display:none;
    }
            a:link {
                text-decoration: none;
                text-shadow: none;
                -webkit-transition: 200ms linear 0s;
                -moz-transition: 200ms linear 0s;
                -o-transition: 200ms linear 0s;
                transition: 200ms linear 0s;
                outline: 0 none;
            }
            a:link:hover, a:link:focus{
                color: #fff;
                text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
            }
            .fontbutton{border-radius: 6px!important;}
        .overlay{
            background:transparent url(http://i15.servimg.com/u/f15/17/59/75/01/overla10.png) repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
        .box {
            position:fixed;
            padding: 30px 40px 34px;
            top:-200px;
            left:30%;
            right:30%;
            background: #F9F9F9 url(http://i15.servimg.com/u/f15/17/59/75/01/modal-10.png) no-repeat -200px -80px;
            outline: 1px solid #E1E1E1;
            border: 1px solid #ffffff;
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
            -ms-box-shadow: 0 0 10px rgba(0,0,0,.4);
            -o-box-shadow: 0 0 10px rgba(0,0,0,.4);
            box-shadow: 0 0 10px rgba(0,0,0,.4);
            z-index:101;
        }
        a.boxclose{
            top: 8px;
            right: 11px;
            line-height: .5;
            position: absolute;
            color: #AAA;
            font-size: 22px;
            font-weight: bold;
            cursor: pointer;
            -webkit-text-shadow: 0 -1px 1px rbga(0,0,0,.6);
            -moz-text-shadow: 0 -1px 1px rbga(0,0,0,.6);
            -ms-text-shadow: 0 -1px 1px rbga(0,0,0,.6);
            -o-text-shadow: 0 -1px 1px rbga(0,0,0,.6);
            text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        }
        #loginBox {
            width: 300px;
       
            text-align: center;
            font-size: 10px;
        }
            #LGskinchanger {
              padding: 5px;
              position: absolute;
              top: 5px;
              left: 5px;
              background: #EEE;
              border: 1px solid #CCC;
              box-shadow: 4px 2px 10px #333;
              -moz-box-shadow: 4px 2px 10px #333;
              -webkit-box-shadow: 4px 2px 10px #333;
              color: #666;
              text-shadow: 0px 1px white;
            }
    /*under here codes from beta 2.0*/
            #saved_note {
                position: fixed;
                bottom: 10px;
                right: 10px;
                padding: 5px 10px;
                border: 1px solid;
                color: #c05;
                background: #E1EBF2;
            }
          .LGlike {
              background: #105289;
              padding: 3px;
              border-radius: 4px;
              color: #fff;
              font-size: 10px;
              font-weight: bold;
              text-shadow: -1px 0.5px #888;
              box-shadow: 1px 1px 1px #888;
              cursor: pointer;
              margin-right: 4px;
            }
            .LGvote { margin: 0 5px; }
            .LGnovote {
              filter:Alpha(opacity=50);
              opacity: 0.5;
              cursor: default;
              box-shadow: none;
              text-shadow: none;
            } 




Last edited by luiz187 on Sun Oct 27, 2013 8:24 pm; edited 5 times in total
2Editor part missing (With screenshots) Empty Re: Editor part missing (With screenshots)
Sun Oct 27, 2013 2:07 am
Dishonored

Dishonored

Webmaster

Webmaster
Dishonored
Dishonored
Posts : 450
Daily Points : 735
Likes : 34
Warns : No warnings
punBB
The Contents of this message has been hidden.




Last edited by Trenmor on Sun Mar 16, 2014 10:41 am; edited 1 time in total (Reason for editing : The issue was solved - the screenshots were added.)
3Editor part missing (With screenshots) Empty Re: Editor part missing (With screenshots)
Sun Oct 27, 2013 12:55 pm
luiz187

luiz187

Coder

Coder
luiz187
luiz187
Posts : 91
Daily Points : 128
Likes : 5
Warns : No warnings
Fixed


4Editor part missing (With screenshots) Empty Re: Editor part missing (With screenshots)
Mon Oct 28, 2013 10:01 am
Trenmor

Trenmor

Support Moderator

Support Moderator
Trenmor
Trenmor
Posts : 146
Daily Points : 177
Likes : 9
Warns : No warnings
Thread Unlocked, Author request!


5Editor part missing (With screenshots) Empty Re: Editor part missing (With screenshots)
Wed Mar 05, 2014 4:20 am
ddoesmc

ddoesmc

Support Moderator

Support Moderator
ddoesmc
ddoesmc
Posts : 88
Daily Points : 98
Likes : 2
Warns : No warnings
phpBB3
This topic was solved. I'll lock and archive this!

EDITED -Spelling Mistakes

Please be careful when moderating, you could loose your role.




Last edited by Trenmor on Sun Mar 16, 2014 10:30 am; edited 1 time in total (Reason for editing : Spelling Mistakes [FIXED])
6Editor part missing (With screenshots) Empty Re: Editor part missing (With screenshots)

Sponsored content

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Similar topics

-

» Editor issue!!!

Permissions in this forum:
You cannot reply to topics in this forum