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
5 posters

    Register and login dont poppup

    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Register and login dont poppup

    Post by Njegoss November 14th 2021, 5:06 pm

    Hello,im have a problem when i want to login or register ,then poppup a home page and i cant to login or register i tried to set a simple css and then i can login but when i back off (force the basic css),again dont work login and register poppup ,how to solve itt please help

    https://elektro-petrovic.forumotion.me/


    Last edited by Njegoss on November 15th 2021, 7:04 pm; edited 1 time in total
    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Re: Register and login dont poppup

    Post by Njegoss November 14th 2021, 6:20 pm

    pleaseee helppp
    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Re: Register and login dont poppup

    Post by Njegoss November 14th 2021, 6:24 pm

    i see now ,that happens for all ,if i go to view profile ,edit profile, watched topicss for all when i click load a home page
    Register and login dont poppup See
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Register and login dont poppup

    Post by skouliki November 14th 2021, 6:53 pm

    Hello

    Please be patient and avoid to double post
    Your issue is the pop up window? You want to disable it and use the log in option only from the navigation bar

    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Re: Register and login dont poppup

    Post by Njegoss November 14th 2021, 8:09 pm

    sorry Smile 

    my problem is when i click on (edit profile,faq,my profile ,login,register,and everything on that page.home page comes out instead of that i clicked ,on the picture where i screenshoted you se url is edit profile but came out a home page ,not only for that for everything,but if i check force basic css ,ist work ,but i dont want basic css.Did you understand now?
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Solved Re: Register and login dont poppup

    Post by SarkZKalie November 14th 2021, 9:03 pm

    Please do a backup of current overall_header, then delete it. If you don't want to use a basic CSS, you must add another one with the same thing as default value



    Register and login dont poppup Sarkzk10
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Register and login dont poppup

    Post by skouliki November 14th 2021, 9:14 pm

    That means that you have added something that causes that conflict
    So i suggest you try the following steps
    - force the default templates and check
    - deactivate the javascript and check
    - force the default css and check

    If the issue is only on the css then please post it here
    Also inform us about your forum version

    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Re: Register and login dont poppup

    Post by Njegoss November 14th 2021, 9:45 pm

    Register and login dont poppup Bejsik

    When is basic css ,everything is working .Problem is in the css ?

    version is modernbb if you think that version
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Register and login dont poppup

    Post by skouliki November 15th 2021, 4:15 am

    Please post here your css using the tags

    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Re: Register and login dont poppup

    Post by Njegoss November 15th 2021, 6:46 am

    Code:
    .headerbar{
    height: 50px;
    background-color: black;
      background-image: url(https://cdn.discordapp.com/attachments/800029970692702222/909073492027260939/elektrooo_1.png);
      text-align: center;
      background-position: 54% 50%;
    height: 160px;
    width: 100%;
    background-size: 400px 230px;
      border: solid 2px white;
    }

    #page-footer .wrap{
      display: none;
    }


    .statistics{
    display: none;}

    #main-content{
    display: none;}

    #site-title {
    display: none;}

    #site-desc{
    display: none;}

    .navbar{
      position: absolute;
      top: -10px;
      text-align: center;
      left: 250px;
    }

    body, html {
        background-attachment: fixed;
        background-image: url(https://i.servimg.com/u/f82/20/38/49/88/kreati11.jpg);
        background-size: cover;
        background-position: center;
      overflow-x: hidden;
      background-repeat: no-repeat;
    }

    #wrap{
    display: none;}
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Register and login dont poppup

    Post by skouliki November 15th 2021, 6:59 am

    skouliki wrote:Please post here your css using the tags

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Register and login dont poppup

    Post by skouliki November 15th 2021, 7:04 am

    replace your css with this

    Code:

    .headerbar{
    height: 50px;
    background-color: black;
      background-image: url(https://cdn.discordapp.com/attachments/800029970692702222/909073492027260939/elektrooo_1.png);
      text-align: center;
      background-position: 54% 50%;
    height: 160px;
    width: 100%;
    background-size: 400px 230px;
      border: solid 2px white;
    }

    #page-footer .wrap{
      display: none;
    }


    .statistics{
    display: none;}



    #site-title {
    display: none;}

    #site-desc{
    display: none;}

    .navbar{
      position: absolute;
      top: -10px;
      text-align: center;
      left: 250px;
    }

    body, html {
        background-attachment: fixed;
        background-image: url(https://i.servimg.com/u/f82/20/38/49/88/kreati11.jpg);
        background-size: cover;
        background-position: center;
      overflow-x: hidden;
      background-repeat: no-repeat;
    }

    Njegoss
    Njegoss
    New Member


    Posts : 14
    Reputation : 1
    Language : english

    Solved Re: Register and login dont poppup

    Post by Njegoss November 15th 2021, 3:13 pm

    Thanks now its working and i see whats been a problem .










    how to this be a transparent to be only a letters?
    Register and login dont poppup Unknown
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Register and login dont poppup

    Post by Ape November 15th 2021, 6:05 pm

    Hello @Njegoss if your first problem is now solved please mark it as solved and make a new topic of any other problems you may have (only one problem per topic thank you)



    Register and login dont poppup Left1212Register and login dont poppup Center11Register and login dont poppup Right112
    Register and login dont poppup Ape_b110
    Register and login dont poppup Ape1010
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    Solved Re: Register and login dont poppup

    Post by skouliki November 15th 2021, 6:12 pm

    also do not have the forum closed to guests
    we can not inspect and give you the codes

    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Register and login dont poppup

    Post by SLGray November 15th 2021, 7:50 pm

    Problem solved & topic archived.
    Please read our forum rules:  ESF General Rules



    Register and login dont poppup Slgray10

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

      Current date/time is November 11th 2024, 6:16 pm