Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Unable to log in when Enfold theme is active #1259252

    Hi

    At this moment you can login to the site via the credentials I’ve sent.
    You can change the theme into Enfold en log off. When you try to login again you will see that it is not possible anymore.

    Best regards,
    Bart

    in reply to: Unable to log in when Enfold theme is active #1259045

    Hi Rikard

    The wordpress was installed by Softaculous (Cpanel). All these installs contain the reCaptcha before log in. This is no plugin we can deactivate.
    I already installed a new WordPress via Softaculous, the same version as the one with the problem and with reCaptcha and activated the Enfold theme. No problem. I am able to login (with reCaptcha).
    The problem with the currect version occurred suddendly. We have no idea what changed. The Enfold site was 95% ready for production. Now we cannot login after activation.
    As all plugins are disabled, the problem should be in the configuration of the Enfold theme. But we do not know where because the problem occurred without making any modifications.

    Summary:
    Same wordpress version with Enfold (new install) = no problem
    Currect wordpress version without Enfold theme = no problem
    Current wordpress version with Enfold theme activated: problem

    Is it possible to have a further look.

    Many thanks!
    Bart

    in reply to: Unable to log in when Enfold theme is active #1258451

    Hi Victoria

    The reCaptcha is standard in all WordPress CMS. It’s part of WordPress.
    All plugins are disabled.
    The issue of not being able to login appears only when the Enfold theme is enabled. So there’s definitely a link between the issue of not being able to login and the Enfold theme being active in my opinion.

    Best regards,
    Bart

    in reply to: Footer hides contents body #450320

    Hi Yigit

    The update to version 1.5 did not solve the issue.
    I have to mention that I’ve put some extra php in the custom.css file in order to create the menu bar of the my-admin page (klantenzone).
    When I delete the code, the footer remains ok, but then I do not have the my-admin menu and all the my-admin info is on one page.
    In my previous theme, the code did not cause any trouble.

    Here is the code (at the end of the custom.css file:
    /*— tabs woocommerce my-account —*/

    .tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 75px auto;
    }
    .tabs li{
    float: left;
    }
    .tabs label {
    display: block;
    padding: 10px 20px;
    border-radius: 2px 2px 0 0;
    color: #2d5c88;
    font-size: 18px;
    font-weight: normal;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
    .tabs label:hover {
    background: rgba(255,255,255,0.5);
    top: 0;
    }

    [id^=tab]:checked + label {
    background: #2d5c88;
    color: white;
    top: 0;
    }

    [id^=tab]:checked ~ [id^=tab-content] {
    display: block;
    }
    .tab-content{
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    line-height: 140%;
    padding-top: 10px;
    padding: 15px;
    position: absolute;
    top: 53px;
    left: 0;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    }

    .tabs { margin: 0 auto; }

    .tabs li > input[type=”radio”] { display: none; }

    Can you please advise me further?
    Thanks
    Bart

    in reply to: Footer hides contents body #450290

    Hi Rikard

    I disabled all the plugins (except Woocommerce), but no solution.
    Everything stays the same.

    Best regards,
    Bart

Viewing 5 posts - 1 through 5 (of 5 total)