I am facing a problem with my wordpress dashboard . When i try to open widgets tab , widgets.php showing blanks . Some time opening well and when i try to edit widget memory exacted error comes . I increase memory in config.php using define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); But still to problem persist .
Following is the code of my config.php file
<?php
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_DEBUG’, false );
/** Enable W3 Total Cache Edge Mode */
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
//Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/home/mmtyw7mm/public_html/tectrick.org/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘mmtyw7mm_wp105’);
/** MySQL database username */
define(‘DB_USER’, ‘mmtyw7mm_wp105’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘P34)5Sym@7’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** 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’, ‘la7ltxseao2wfwfamkohepnruzxjurasn8jo8yybegwogccqz4ekbjp5ub97vyrp’);
define(‘SECURE_AUTH_KEY’, ‘j7c6qowuhovpooni046hnc2ox7zjo6dle6o9kigklhsqmirctsckwiuaqp0mxiik’);
define(‘LOGGED_IN_KEY’, ‘u8h7r2mg4wqwx0i5gl4dfapnojmhclrttppjmsv8ycbdjo6u4mb3x2qluzrc15am’);
define(‘NONCE_KEY’, ‘ytemcydrnkjse1k2rmrgbtzvz4b5ioqzmdlyuyq0cyyhtadkdip8zkcoajiief7y’);
define(‘AUTH_SALT’, ‘kiplgvhkjpsjo9ah5as9ch8b3mthnv2ciwj4avjowvnjdaontx54ppmqbsivheec’);
define(‘SECURE_AUTH_SALT’, ‘kop7lsoyjshkxb1tpjzc32n9xwpo6ng5cybzelmkqdvwj7uqvsvvlkmzszymhraw’);
define(‘LOGGED_IN_SALT’, ‘znasi5muszjt3h8g37kvpbf89gxepef5yjhb0dygyjxeq1obcpujcynxfzapwdbc’);
define(‘NONCE_SALT’, ’52kp3pi8q3qgkuzoua4hvuuvle41qzjvxiipxz6bmef6fyyyzlx09yswvsywt76f’);
/**#@-*/
/**
* 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 = ‘tt’;
/**
* 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.
*/
/* 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’);
error_reporting(E_ALL); ini_set(‘display_errors’, 1);
Hello manumahajan26,
Please ensure that you have right installed your theme according to our documentation here -> https://forum.tagdiv.com/install-via-ftp/ To be safe, you should download again the latest version of the theme from Theme Forest and install it gain via FTP way at your side, clear all your caches and check the results.
Hope this helps and let us know how it goes!
Thanks for the message!
How Sir where can i download newmag theme . In envato market i am not able to download it
Hello manumahajan26,
You should have an account if you want to download our product. Try from here -> https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331 when you have logged in this platform.
Thanks for the message!
Sir i have a account . But no download link displaying it even after login .Only buy link is displaying
If you bought the theme, then link is found in your downloads tab in your Themeforest account.
If you don’t see all the items you have purchased, you may want to contact Envato/Themeforest and explain there is a problem.
On your ‘downloads’ page under your account (if you have multiple accounts, you need to login to TF using the one you purchased either Newsmag or Newspaper with), you will see all of your purchased items and links to download the files.
Sir i upload the fresh theme again , But notice that when it activate the jetpack then the issue the widgets.php shown blank or memory exasted error comes . As i deactivate the jetpack all the issues solved . So please help me how to solve it
Hello manumahajan26,
Notice that the Jetpack is a very complex plugin which basically contains many plugins/modules in the core packet and not all of these were tested with our theme (like photon modules), sorry! Try to avoid this plugin because it seems to be a problematic one.
Thanks for your understanding!
Jetpack causes a LOT of problems with *all* themes except those that come with WordPress, or which are based on the default themes (child themes, etc.). Generally Jetpack should never be used with any theme running visual composer unless you have dedicated server or VPS.
