-
Author
-
October 7, 2015 at 06:34 #81215HuiwuParticipant
Hi,
Is it possible to put a login block right here? I personally really like that design and it fits my website structure more.
Thanks!
Attachments:
You must be logged in to view attached files.October 7, 2015 at 08:51 #81231sharmstrModeratorYou can add the login sidebar widget using the widgetized sidebar shortcode, but it will take a lot to make it look good. Instead, you can add a button that will launch the login modal. Add a Kleo button and put ‘kleo-show-login’ in the extra class field. You might want to put that inside of the Content By User Type shortcode so it only shows for non-logged in users.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
October 7, 2015 at 14:22 #81269sharmstrModeratorI just noticed an important fix in the next k-elements update that pertains to the “Content by user type” shortcode. If you are going to use this shortcode, please make the following edit to lines 1276 to 1278 in /wp-content/k-elements/shortcodes/shortcodes.php.
Change
COPY CODE$a = shortcode_atts( array( 'type' => '', ), $atts );
to this
COPY CODE$a = shortcode_atts( array( 'type' => 'user', ), $atts );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.