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.
The forum of the forums
3 posters

    Unable to click on anything

    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Unable to click on anything

    Post by TheLuffinator August 27th 2014, 3:56 pm

    After changing things in the CSS Spreadsheet i eventually tested out the forum, and i am now unable to click on anything. i can't click on the topics or on the members names anymore. When logging into the forum i also can't click on the "login" button and i can't click in the fields to enter my username and password..
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Derri August 27th 2014, 3:57 pm

    Hi,

    My advice is log in here and do a full back up to yesterday. https://www.forumotion.com/utils
    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Re: Unable to click on anything

    Post by TheLuffinator August 27th 2014, 3:58 pm

    Hi, i did export the theme and when i import it or change skins, i can click on things again but then i lose A LOT of changes..
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Derri August 27th 2014, 4:00 pm

    TheLuffinator wrote:Hi, i did export the theme and when i import it or change skins, i can click on things again but then i lose A LOT of changes..

    Well its something you've added and unless you want to log into the admin panel of your utilities and try and solve the problem by removing the CSS you've added you'll have little options. We don't know what you've added so we can't identify the problem.
    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Re: Unable to click on anything

    Post by TheLuffinator August 27th 2014, 4:03 pm

    I guess, but i'm not totally sure the CSS Spreadsheet is the cause..All i really did in the CSS Spreadsheet was moved things such as the header around and replaced the images..And can you even change the Login page from the CSS Spreadsheet?

    Thanks
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Derri August 27th 2014, 4:04 pm

    Can you link me to your forum?

    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Re: Unable to click on anything

    Post by TheLuffinator August 27th 2014, 4:06 pm

    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Derri August 27th 2014, 4:13 pm

    It could be something on your end because I can click on everything no bother.

    Have you tried a different browser and clearing your cookies+cache?
    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Re: Unable to click on anything

    Post by TheLuffinator August 27th 2014, 4:15 pm

    That is really weird. I have tried Chrome and Firefox and tried on my phone and had no luck. Some things CAN be clicked on though, the main buttons at the top (Home, Portal, Calender etc) can be clicked on. It's the things like the Member names and topics that i can't seem to click on. And the logging in.
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Derri August 27th 2014, 4:18 pm

    Yeah I just noticed that, I can click on the nav bar but everything else isn't clickable.

    Its definitely something you've added then.

    Because before you added anything, everything was fine and then after everything's not click able.
    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Re: Unable to click on anything

    Post by TheLuffinator August 27th 2014, 4:20 pm

    So you think i should just restore from yesterday? Sad
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Derri August 27th 2014, 4:22 pm

    TheLuffinator wrote:So you think i should just restore from yesterday? Sad

    Well since you don't know what you've added that's caused the problem I probably would advise doing a full back up to yesterday.
    TheLuffinator
    TheLuffinator
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    Unable to click on anything Empty Re: Unable to click on anything

    Post by TheLuffinator August 27th 2014, 4:24 pm

    Okay well thanks a lot for the help  Smile
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Ange Tuteur August 27th 2014, 4:46 pm

    Hi,

    I'll take a look at your forum. From what I'm seeing one of your elements is covering the rest of the forum preventing it from being clicked. I'll get back to you when I've found the cause.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Unable to click on anything Empty Re: Unable to click on anything

    Post by Ange Tuteur August 27th 2014, 4:57 pm

    The problem is coming from this rule you've added :
    Code:
    #container {
     Â background: url(http://i.imgur.com/UUtdem2.png) repeat-y center;
     Â left: 0;
     Â margin: 0 auto!important;
     Â padding: 0 10px 30px;
     Â position: relative;
     Â width: 900px;
     Â z-index: -1;
    }

    In it you have to following declaration :
    Code:
    z-index: -1;

    z-index affects the stack index of elements, in this case -1 places the child element(#content) under the parent(#wrapper) making it unable to be clicked. Removing z-index: -1; will solve your problem. thumright

      Current date/time is November 11th 2024, 9:45 pm