Noumaan Yaqoob
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 4.5-beta1: Image Upload Fatal Error ImagYes all plugins are off
Forum: Alpha/Beta/RC
In reply to: 4.5-beta1: Image Upload Fatal Error ImagI thought it might help My PHP version is 5.5.26.
I installed beta on local server as well. Now I was able to upload images. But media uploader and library screens look weird. here are screenshots
Media Library: https://cloudup.com/c20UJUpQrIw
Upload New: https://cloudup.com/c20UJUpQrIwThey look the same in both firefox and Chrome. On both Local Install and a Live Server
Forum: Alpha/Beta/RC
In reply to: 4.5-beta1: Image Upload Fatal Error ImagI have pasted the error shown in Chrome Inspect element in the OP. Here it is again:
Fatal error: Uncaught exception 'ImagickException' with message 'Unable to set image property' in /home/username/beta.example.com/wp-includes/class-wp-image-editor-imagick.php:683 Stack trace: #0 /home/username/beta.example.com/wp-includes/class-wp-image-editor-imagick.php(683): Imagick->setimageproperty('comment', '') #1 /home/username/beta.example.com/wp-includes/class-wp-image-editor-imagick.php(324): WP_Image_Editor_Imagick->strip_meta() #2 /home/username/beta.example.com/wp-includes/class-wp-image-editor-imagick.php(258): WP_Image_Editor_Imagick->thumbnail_image(300, 75) #3 /home/username/beta.example.com/wp-includes/class-wp-image-editor-imagick.php(431): WP_Image_Editor_Imagick->resize('300', '300', false) #4 /home/username/beta.example.com/wp-admin/includes/image.php(124): WP_Image_Editor_Imagick->multi_resize(Array) #5 /home/username/beta.example.com/wp-admin/includes/media.php(371): wp_generate_attachment_metadata(6, '/home/username/...') #6 /home/username/beta.example.com in /home/username/beta.example.com/wp-includes/class-wp-image-editor-imagick.php on line 683
Here is the ImageMagick info from phpinfo:
imagick module version 3.2.0RC1
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version ImageMagick 6.6.9-7 2014-03-06 Q16 https://www.imagemagick.orgForum: Alpha/Beta/RC
In reply to: 4.5-beta1: Image Upload Fatal Error ImagNo it’s on a live server
Forum: Fixing WordPress
In reply to: Login Redirect Not Working after 4.4 UpgradeYou can try Custom Login URL plugin.
Forum: Plugins
In reply to: [WP Password Policy Manager] Users not getting email about pasword resetHi Costin
Please do not bother, it was false alarm. I was able to fix it. Sorry about that.
Thanks
Yes it works now, Thanks.
There is a tiny typo. Under Email Header section the header text description is ‘Choose header background color’ shouldn’t it be ‘Choose header text color’.
Great plugin works beautifully. Thanks
Forum: Plugins
In reply to: [Author Chat] Doesn't Seem to Be WorkingYes it is working now. Thanks
Forum: Fixing WordPress
In reply to: Add latest blog posts under a static page on Home@saveriott12 you will have to add your own CSS. Display posts shortcode allows you to chose a wrapper for results. You can choose div as wrapper and then examine the classes generated by display posts for thumbnails, entry title, etc. Add these classes to your theme’s stylesheet. Then copy the CSS used by your theme for thumbnails paste it. I know its a bit complicated but its the most flexible way.
On the other hand if you just want to display latest posts from your blog then you can try other plugins like ‘Recently’ or ‘Recent Posts Advanced’. No matter what plugin you use there will always be some CSS adjustment required.
Forum: Fixing WordPress
In reply to: Add latest blog posts under a static page on HomeYou can try the Display Posts Shortcode plugin. It allows you to display your latest blog posts using a shortcode. The plugin comes with an extensive set of parameters for the shortcode so you will need to refer to the documentation link on the plugin page.
You can also add the display post shortcoide as a widget to your static page. To execute shortcodes in text widget you will need to enter this code in your theme’s functions.php file first:
add_filter('widget_text', 'do_shortcode');
Tested the github version and it now works as expected. Thank you for quick response.
Forum: Plugins
In reply to: [Classic Smilies] Can Stil See and Add EmojiThanks for the explanation.
Forum: Plugins
In reply to: [Facebook Comments] How to Reset Facebook App IDNevermind, found it.
Forum: Plugins
In reply to: [WP First Letter Avatar] Error in comments sectionThanks ??
Forum: Plugins
In reply to: [Custom Login Page Customizer] Background SizeI have the same question