thananit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Melos] The Home Page Feature Boxes not show, when log outI can fix.
No need support.Thank you.
Forum: Themes and Templates
In reply to: [Melos] The Home Page Feature Boxes not show, when log outHi,
T try Version: 1.2.4 but not working.
still problem.Thank you.
Forum: Themes and Templates
In reply to: [Melos] The Home Page Feature Boxes not show, when log outNow, I create the new images boxes by page builder.
Because I try to find the another solution but can not.- This reply was modified 6 years, 8 months ago by thananit.
Forum: Themes and Templates
In reply to: [Melos] The Home Page Feature Boxes not show, when log outHi,
I try deactive all plugins before ask support that its still not show.
I used Melos CreativeVersion: 1.0.0.
Do you have the other solutions for fix this issue?Thank you.
Forum: Themes and Templates
In reply to: [Melos] The Home Page Feature Boxes not show, when log outAdditional Information;
My other website https://www.xn--12cff6cqqa4fq1b7ba7dgb7i7fubyk.com/ used same theme
(Melos Creative : Free Version) that the Home Page Feature Images Boxes not show too.
All 2 website run on WP 4.9.7.Please advised.
Thank you.
Forum: Themes and Templates
In reply to: [Melos] Page Title Font sizeI’m sorry, it’d work.
No need support.
Thank you.Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaThis issue has been resolve.
I find a cause of problem in theme file.Thank you.
Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaI had more wordpress websites on same hosting but not found the memory limit issue.
And I try to replace WPv.4.8 again but not working, deactive all plugins and active one by one but not working too.Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaI try it but still not working.
Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaI did not put or modify anything.
I just show a current of memory limit to you.
I used a Server IP & Memory Usage Display plugin that it display a memory limit in footer of admin.Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaI move it follow your suggestion but not working.
The memory limit still has 64m.
Please see my screenshots of wp-config.php https://ibb.co/m1fipk
and my wp admin.
https://ibb.co/jnxUUkForum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaThis is my wp-config.php;
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.www.ads-software.com/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'XXXX'); /** MySQL database username */ define('DB_USER', 'XXXX'); /** MySQL database password */ define('DB_PASSWORD', 'XXXX'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8mb4'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', 'XXXX'); define('SECURE_AUTH_KEY', 'XXXX'); define('LOGGED_IN_KEY', 'XXXX'); define('NONCE_KEY', 'XXXX'); define('AUTH_SALT', 'XXXX'); define('SECURE_AUTH_SALT', 'XXXX'); define('LOGGED_IN_SALT', 'XXXX'); define('NONCE_SALT', 'XXXX'); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.www.ads-software.com/Debugging_in_WordPress */ define('WP_DEBUG', false); define('WP_DEBUG_LOG', false); /*define( 'WPML_DISABLE_FILE_CACHE', true );*/ /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); /** Memory Limit */ define('WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M' );
- This reply was modified 7 years, 8 months ago by Steven Stern (sterndata). Reason: put code in backticks
Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaI try to do everything, increase memory in php.ini , wp-config, default-constants.php.
But still not working.
Can you help to find solution to solve this issue?Thank you,
Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaI will try to increase memory in php.ini and .htaccess again.
I checked my memory limit by WP-Memory-Usage plugin.
And I compare it with phpinfo that my admin area show a memory limit=64m. but phpinfo show a memory limit of hosting=512m.
I consult with my hosting but the cause of problem not effect from hosting.Thank you.
Forum: Fixing WordPress
In reply to: can’t increase a memory limit- 500 error only admin areaHello,
I contact my hosting before request your support.
The hosting open a memory limit 512m and I try to edit a wp-cofig but not working.
So I request your advised.
I don’t understand why my WP can’t increase a memory limit.Thank you.