This topic has 3 replies, 2 voices, and was last updated 9 years by Huiwu.

  • Author
  • #81215
     Huiwu
    Participant

    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.
    #81231
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #81269
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #81429
     Huiwu
    Participant

    Thank you!

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?