Forum Replies Created
-
Author
-
Ziels’OpdrachtParticipant
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!
Ziels’OpdrachtParticipantHi 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,
IsidoreAttachments:
You must be logged in to view attached files. -
AuthorPosts