Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Custom Share This & Related Posts #102791
     Ziels’Opdracht
    Participant

    Hi @Laura

    Thank you for the reply and code. However 🙁

    I inserted the code in quick css within the theme options and it doesn’t seem to change. No response to transparency nor to the padding px size for share this/ related articles. The comments does work. Tried to change the css into:

    COPY CODE
    #share-links {
        padding: 200px;
        background: transparent !important;
    }
    #related-wrap .hr-title.hr-long {
        padding: 200px;
        background: transparent !important;
    }
    
    #comments .hr-title.hr-long {
        padding: 150px;
        background: transparent !important;
    }

    But that didn’t solve the problem either. Did I misplace the code in the first place or is it for other reasons not working properly??

    Appreciate the help!

    in reply to: Ad Clef Two-Factor Authentication to login Popup #77843
     Ziels’Opdracht
    Participant

    Hi there,

    I have just tried the above code and it didn’t work. The issue is that Clef usses another short code ( clef_render_login_button)

    So to render the login button for clef the code must be:

    COPY CODE
    /* Add clef login to Kleo login modal */
    add_action( 'kleo_before_login_form','add_clef_to_login_modal' );
    function add_clef_to_login_modal() {
    	
         do_action('clef_render_login_button');
     
    }
    

    This however makes the clef button appear in the top left corner of the model (see image). I would prefer that this button shows underneath the user/password area (where the Facebook button also appears) as in the other image.

    Do you know how to do this??

    Kind regards,
    Isidore

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?