geylan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wrong WordPress domain in notification emailsHi, this issue is usually related to the site URL settings in WordPress.
Please go to Settings > General and make sure both WordPress Address (URL) and Site Address (URL) are correct. You can also check your wp-config.php file to see if the URLs are hardcoded there.
Additionally, clear your cache and check if any plugin might be modifying email settings.
Forum: Fixing WordPress
In reply to: Database migration form mariadb to PostgreSQL DB.Hi, migrating from MariaDB to PostgreSQL is not natively supported by WordPress, so it can be quite complex.
You may need to use third-party tools or plugins that handle database conversion, but compatibility issues can still occur. It’s important to ensure that all tables, queries, and plugins are compatible with PostgreSQL.
I would recommend testing the migration in a staging environment first before applying it to your live site, to avoid data loss or functionality issues.
Forum: Fixing WordPress
In reply to: Core Block Alignment IssueHi, this issue might be related to block settings or theme compatibility.
Try checking the alignment options within the block settings and make sure your theme supports full-width or wide alignment. Also, clearing cache or updating your theme and plugins may help resolve the issue.
If the problem continues, you can test with a default theme like Twenty Twenty-Five to see if the issue persists.
Forum: Fixing WordPress
In reply to: Custom login page & Secure login URL & Login buttonHi, you can create a custom login page using plugins like “Theme My Login” or “WPForms”.
For security, you can change the login URL using plugins like “WPS Hide Login”. Also, make sure to use strong passwords and enable two-factor authentication if possible.
This should help improve both customization and security of your login system.