darksarcasmo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Uploads doen't work after moving WordPressTryed @pxforti Didnt work… Anyone know a fix?
Forum: Fixing WordPress
In reply to: Upload Media ErrorI tryed these but didnt work also
“
first solution1:add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}
============ OR ========
Second Solution
or may be issues with:
The issue was related to my server configuration not having the proper amount of memory allocated to Apache/PHP.If anyone has this same problem, please try verifying that you have enough (64MB+) server memory allocated to Apache/PHP in your server configuration settings.
You can also add this to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64MB’);Third solution:
Connect to your website using the FTP client and then go to /wp-content/ directory. There you will see /uploads/ folder. Right click on the uploads directory and give file permission 755.let me know if among three of not working
”Forum: Fixing WordPress
In reply to: Problem with PageBuilder after WP 4.5 upgradeAnd i was using Salient visual Composer! And trying Visual Composer plugin! i will wait for them to make a update!
Forum: Fixing WordPress
In reply to: Problem with PageBuilder after WP 4.5 upgradeRoll back to 4.4.2 version solved it. i will wait next version, all my plugins are updated. but thanks guys!
Forum: Fixing WordPress
In reply to: Problem with PageBuilder after WP 4.5 upgradeI downgraded wordpress easier way… I need to work, but the problem is that those page options are now missing. i will wait next update! but thanks guys!
Forum: Fixing WordPress
In reply to: Problem with PageBuilder after WP 4.5 upgradeThe problem i just saw is that the options for choosing on the page options over the header part are missing
there is nothing over page header settings.
before, i noticed that there were 2 options there!