Homepage Message edit box is changing code 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.
3 posters

    Homepage Message edit box is changing code

    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Homepage Message edit box is changing code

    Post by boffer10 April 20th 2014, 7:13 am

    I've had a left slider on my homepage for several years, and it has worked fine.  It quit working properly sometime in the last 6 months.

    Here is the slider working properly, if I only click the Homepage Message editor Save button once:
    http://stripes.nstars.org/h23-slider-testing-working

    Here is the slider working improperly, after I click the editor Save button twice:
    http://stripes.nstars.org/h24-slider-testing-not-working

    Here is the code that works:

    Here is the code that the editor creates when I click Save two times:


    This is the line of code that is being changed, and is causing the problem (it's about 12 lines down from the top).  This is the code that works:

    <td class="widgetleft" width="15"><div class="mainwidgetleft">

    This is what the editor changes the code to, and is what keeps the slider from sliding all the way out:

    <td style="width: 15px;" class="widgetleft">
    <div class="mainwidgetleft">


    Any suggestions?

    Thanks

    http://squarefoot.creatingforum.com/
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Homepage Message edit box is changing code

    Post by TheCrow April 20th 2014, 11:53 am

    The code that does not work properly, try using in the CSS the below code. It should make it visible.

    I think this code "widgetleft" if you add the code "overflow:visible" it will fix it. Check it out
    Code:
    .widgetleft {
    position: fixed;
    top: 20px;
    left: 0px;
    width: 15;
    height: 100%;
    overflow:visible;
    }



    Homepage Message edit box is changing code Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 20th 2014, 5:12 pm

    Tried adding the CSS code from Marios94. No change.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Homepage Message edit box is changing code

    Post by TheCrow April 20th 2014, 6:25 pm

    Did you add it to the CSS or did you search to find it and you replaced it?



    Homepage Message edit box is changing code Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 20th 2014, 6:40 pm

    I searched first, but didn't find anything. Then I added it.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Homepage Message edit box is changing code

    Post by TheCrow April 20th 2014, 6:48 pm

    Is your forum the one provided on your profile? If yes, as a guest i can see it work perfectly.
    Maybe is a cookie and cashe problem.



    Homepage Message edit box is changing code Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 20th 2014, 7:05 pm

    Yes, this is the forum with the problem:
    http://squarefoot.creatingforum.com/

    It's working properly because I only clicked the Save button once.

    All I have to do to screw it up is hit the Save button again.

    If I right click to look at the source code, it is

    <td class="widgetleft" width="15"><div class="mainwidgetleft">

    If I go into the AP and look at the Homepage Message code, it is:
    <td style="width: 15px;" class="widgetleft">
    <div class="mainwidgetleft">
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Homepage Message edit box is changing code

    Post by TheCrow April 20th 2014, 7:08 pm

    Yes both of the codes you send are the same. its just the one is separated and are not in the same code.. Both codes do the exact same thing..



    Homepage Message edit box is changing code Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 22nd 2014, 3:37 am

    Suggestions for fixes?
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 24th 2014, 4:43 am

    Suggestions for fixes?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Homepage Message edit box is changing code

    Post by SLGray April 24th 2014, 5:41 am

    Have you tried adding the code again and saving it once?



    Homepage Message edit box is changing code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 24th 2014, 6:19 am

    SLGray wrote:Have you tried adding the code again and saving it once?
    That's how I've been doing it for several months.  But every time I make some changes elsewhere in the Homepage Message code, I have to copy/paste this code again.  I don't know how much longer I'll be admin, and I don't want to leave something like this for the next admin to deal with.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Homepage Message edit box is changing code

    Post by SLGray April 24th 2014, 10:35 am

    Are you using WYSIWYG mode?



    Homepage Message edit box is changing code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 24th 2014, 4:41 pm

    I do not use WYSIWYG.
    avatar
    boffer10
    Forumember


    Male Posts : 311
    Reputation : 10
    Language : english
    Location : Go Seahawks!

    Solved Re: Homepage Message edit box is changing code

    Post by boffer10 April 27th 2014, 6:10 pm

    I've narrowed it down farther. The editor changes <td width="15" to <td style=width: 15px;

    That's what's causing the problem. I eliminated width altogether, and the slider works properly now.

    Problem solved.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Homepage Message edit box is changing code

    Post by SLGray April 28th 2014, 1:19 am

    Topic Solved & Archived



    Homepage Message edit box is changing code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.