Home Forums WoodMart support forum Contact Form as Popup

Contact Form as Popup

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #151977

    Hello,

    Dashboard >Appearance > no Edit tab. You have disabled. Please enable.

    Best Regards

    #151978

    epicsm
    Participant

    I’m not sure what you mean?

    #151993

    Hello,

    The default WordPress and Admin rights have this tab available https://prnt.sc/pn8p70

    When I try to enter the Theme Editor at your site I cannot get there https://prnt.sc/pn8q24

    Best Regards

    #151999

    epicsm
    Participant

    It was the security plugin that hid the Theme Editor. Ive deactivated it so you can see it now

    Thanks

    #152118

    Hello,

    Unfortunately, we cannot redirect the Login button. We can suggest the custom CSS hide the Registration block. So even though a user gets to the default page he will be able to log in only.
    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-registration-page .col-register-text,
    body .woodmart-registration-page .register{
    display:none;
    }
    body .woodmart-registration-page .col-md-6.col-login{
    	flex: 0 0 100%;
        max-width: 100%;
    }

    Best Regards

    #152167

    epicsm
    Participant

    Hello

    Thats worked a treat! Thank you so much. They can’t get in without going through the proper registration procedure and email activations etc.

    I put the same code into the proper site but it is leaving the header title. Link below. I did try and remove it myself using these codes but it didn’t work

    body .wd-login-title .Register
    display:none;
    }

    body .col-12 col-md-6 .col-register
    display:none;
    }

    #152201

    Hello,

    Please replace the provided code with this one:

    body .woodmart-registration-page .col-register-text,
    body .woodmart-registration-page .col-register{
    display:none;
    }
    body .woodmart-registration-page .col-md-6.col-login{
    	flex: 0 0 100%;
        max-width: 100%;
    }

    Best Regards

Tagged: 

Viewing 7 posts - 31 through 37 (of 37 total)

The topic ‘Contact Form as Popup’ is closed to new replies.