Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
  • in reply to: dont you have a event #218938
     bozloo
    Participant

    Hi,

    I tried to create new ticket but, it does not work.
    (https://my.seventhqueen.com/dashboard/submit-ticket/)

    My questions is how to make a “show less” on the groups as a default?

    in reply to: how to redirect login page when login #218733
     bozloo
    Participant

    i found that. and it works..

    I dont know why peter’s redirect does now work and changing kleo-child.php does not work..

    some kleo code block it.

    Thanks,
    iljun

    in reply to: how to redirect login page when login #218729
     bozloo
    Participant

    And kleo has a code to do this. .. wp-content/themes/kleo/lib/options.php

    Where can i find the option in admin page?

    array(
    ‘id’ => ‘login_redirect_custom’,
    ‘type’ => ‘text’,
    ‘title’ => __( ‘Custom link redirect’, ‘kleo_framework’ ),
    ‘description’ => __( ‘Set a link like http://yoursite.com/homepage for users to get redirected on login.<br>’ .
    ‘ For more complex redirect logic please set Login redirect to Default WordPress and use Peter\’s redirect plugin or a similar plugin.’, ‘kleo_framework’ ),
    ‘default’ => ”,
    ‘required’ => array( ‘login_redirect’, ‘=’, ‘custom’ ),
    ),

    in reply to: how to redirect login page when login #218727
     bozloo
    Participant

    yes, that’s right and i used Peter’s Login Redirect but, it does not work.

    in reply to: how to redirect login page when login #218725
     bozloo
    Participant

    look like the login did not active login_redirect

    in reply to: how to add category #218657
     bozloo
    Participant

    found #1 too.. that is in poster/categories

    in reply to: how to add category #218651
     bozloo
    Participant

    I found #2 question, it is in Customizing ▸ Widgets Main Sidebar and wiget has a title of The standard Lorem Ipsum passage, used since the 1500s.

    in reply to: link problem #218584
     bozloo
    Participant

    Found out by myself.
    .htaccess should have the following one.
    But, I want you to confirm whether it is right.

    $ cat .htaccess
    php_value max_execution_time 180

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    in reply to: link problem #218581
     bozloo
    Participant

    I’ve verified my apach2 sets up for rewrite.

    https://docs.bolt.cm/3.6/howto/making-sure-htaccess-works#test-if-mod-rewrite-is-working

    So I get this.

    Bolt Apache .htaccess tester.
    mod_rewrite is working! You used the path / to request this page.

    in reply to: link problem #218574
     bozloo
    Participant

    iljun@JunPrivate:/var/www/html/korean5280/wp-content/plugins$ apache2ctl -M
    AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
    Loaded Modules:
    core_module (static)
    so_module (static)
    watchdog_module (static)
    http_module (static)
    log_config_module (static)
    logio_module (static)
    version_module (static)
    unixd_module (static)
    access_compat_module (shared)
    alias_module (shared)
    auth_basic_module (shared)
    authn_core_module (shared)
    authn_file_module (shared)
    authz_core_module (shared)
    authz_host_module (shared)
    authz_user_module (shared)
    autoindex_module (shared)
    deflate_module (shared)
    dir_module (shared)
    env_module (shared)
    filter_module (shared)
    mime_module (shared)
    mpm_prefork_module (shared)
    negotiation_module (shared)
    php7_module (shared)
    rewrite_module (shared)
    setenvif_module (shared)
    status_module (shared)

    in reply to: link problem #218572
     bozloo
    Participant

    FYI, i set the permalink to

    Post name http://korean5280:8080/korean5280/sample-post/

    in reply to: link problem #218568
     bozloo
    Participant

    looks like buddypress link does not work.

    Attachments:
    You must be logged in to view attached files.
    in reply to: can’t find Sidebar Generator #218555
     bozloo
    Participant

    Yes, I found that on somewhere but, I can’t remember it.
    thanks.

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

Log in with your credentials

Forgot your details?