Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1184119

    Hi there,

    I have two problems concerning digimember integration:

    1. If I use the shortcode [da_account] the form is shown right in the editor preview but it is not shown correctly on the live site – I can send you screenshots of that issue
    2. How can I show the digimember menu for logged in users?

    Thx in advance!
    Jessica

    #1185061

    Hi Jessica,

    We apologize for the delay in response.
    You can upload the screenshot in https://imgur.com/ or any other online image sharing sites then post the link here.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1186135
    This reply has been marked as private.
    #1186269

    Hi jmjm_jm,

    Thanks for the screenshots.
    The login didn’t work when I checked, please check.

    Best regards,
    Nikko

    #1186273
    This reply has been marked as private.
    #1186918

    Hi jmjm_jm,

    I tried to login in the link in private content.
    But this is what I received:

    Unbekannte E-Mail-Adresse. Überprüfe sie noch einmal oder versuche es mit deinem Benutzernamen.

    If I translate it in english:

    Unknown email address. Check them again or try your username.

    Best regards,
    Nikko

    #1186926
    This reply has been marked as private.
    #1186971

    Hi jmjm_jm,

    No worries and thanks for giving us admin access :)
    I have added this CSS code in Enfold > General Styling > Quick CSS:

    .ncore_form_table th, 
    .ncore_form_table td {
        padding: 9px 12px !important;
        border-left: 1px solid #e1e1e1 !important;
    }
    
    .ncore_form_table td {
        border-right: 1px solid #e1e1e1 !important;
    }

    Best regards,
    Nikko

    #1186980
    This reply has been marked as private.
    #1186991

    Hi Jessica,

    It’s possible though we need a lot of CSS code to do that because of the CSS conflict from Digimember and Enfold.
    I have addeed this CSS code:

    #top .ncore_form_table span, #top .ncore_form_table .ncore_form_input, #top .ncore_form_table label {
        font-size: 13px !important;
    }
    
    #top .ncore_form_table input {
        font-size: 13px !important;
        padding: 8px 6px !important;
    }
    
    .dm_account table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }
    
    tr.ncore_hidden {
        display: table-row !important;
    }

    Best regards,
    Nikko

    #1187097
    This reply has been marked as private.
    #1187240

    Hi Jessica,

    Thanks for understanding.
    I have added this in the CSS code, I apologize for missing it:

    #top .dm_account .ncore_user_form .button {
        background-color: #e53039 !important;
        border: none !important;
        border-radius: 0 !important;
        color: #fff !important;
        font-size: 13px !important;
        line-height: normal !important;
        padding: 9px 22px !important;
        width: auto !important;
    }
    
    #top .dm_account .ncore_user_form .button:hover {
        background-color: #ffb0ad !important;
    }

    Best regards,
    Nikko

    #1187803

    Thank you! So we can close this one :)

    #1187831

    Hi Jessica,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Digimember Menu for Users and Account Form’ is closed to new replies.