updirty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [NSFW] theme error, f letter on headermaybe the file where the license added? but I don’t know which file to contain evanto themeforest license
Forum: Fixing WordPress
In reply to: [NSFW] theme error, f letter on header@sterndata this is the content of the config file ( I just removed database name and pass ) here
<?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://wordpress.org/support/article/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', '---------' ); /** MySQL database username */ define( 'DB_USER', '---------' ); /** MySQL database password */ define( 'DB_PASSWORD', '---------' ); /** 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.wordpress.org/secret-key/1.1/salt/ WordPress.org 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', 'elxduc3hvxluvsi8qkn9mzgozbatgwakrnlldbdisgajo7ive2ejkgawjewm7vtt' ); define( 'SECURE_AUTH_KEY', 't6tjws3mfccyyfvzvlnc17eafj7bije9ysraftope8lborpazz7ehgxuws42wxb5' ); define( 'LOGGED_IN_KEY', '7azxqhqbv0sweessr7bdlh0ya2xueora7li5jiw96heizgu59k6lfn1mfnwast8d' ); define( 'NONCE_KEY', 'q7t6sxlo4o8hi282sb6pakw6fixfv1snv4tvjsxaihhjrlatdkm7tdzesnqzhwnr' ); define( 'AUTH_SALT', '640pavpt1dtbm7bu3bz3a4qg3hvk3rphxqfn9p4aosclcgolntd0w1uwhqqmw7ft' ); define( 'SECURE_AUTH_SALT', 'cmzepksgzfkdx0quizwkeqectqlvztj8ot604gvyxyj0ff4xtoa9gaoselm7av1m' ); define( 'LOGGED_IN_SALT', 'yctmxc4bzz2oghmzne4ck52nwizxrjc0wqlsah0goi2r2cxufb1awsldztie2jog' ); define( 'NONCE_SALT', 'm2dg157kelk0ou9oth3krejqqsebpxrzyeszfk0asudfbr1qn5cttvlizz9zx134' ); /**#@-*/ /** * 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 = 'wprx_'; /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';Forum: Fixing WordPress
In reply to: [NSFW] theme error, f letter on header@sterndata i try it nothing changed
what i noticed this letter appear in all places of website even admin area
so what files in the theme when add this letter can show it even in admin area?
also i guess maybe its a (if) condition which missed the (i) and caused the whole these to not work well and show this letter
what you think?Forum: Fixing WordPress
In reply to: [NSFW] theme error, f letter on headerthank you @sterndata
I did deactivated blugins and same problem
will try Health CheckForum: Fixing WordPress
In reply to: [NSFW] theme error, f letter on headerthank you @mlchaves
honestly I didn’t edit any file, i downloaded it this way and its even making many bugs
I cant upload media, appearance customization page not saving well and give errors
is there any tool to check errors on WordPress ?Forum: Fixing WordPress
In reply to: [NSFW] theme error, f letter on headerI totally appreciate, but is there any other way?
usually I prefer to test my projects with nulled theme then buy official one when am totally like the results.[Moderator note: Please, No bumping].
- This reply was modified 4 years, 10 months ago by Steven Stern (sterndata).
- This reply was modified 4 years, 10 months ago by Steven Stern (sterndata).