Forum Replies Created
-
Author
-
bozlooParticipant
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?
bozlooParticipanti 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,
iljunbozlooParticipantAnd 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’ ),
),bozlooParticipantI 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.
bozlooParticipantFound 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 WordPressbozlooParticipantI’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.bozlooParticipantiljun@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)bozlooParticipantlooks like buddypress link does not work.
Attachments:
You must be logged in to view attached files. -
AuthorPosts