Comments for Studiograsshopper http://www.studiograsshopper.ch Sun, 22 Mar 2015 14:44:25 +0000 hourly 1 http://wordpress.org/?v=4.1.1 Comment on WordPress Featured Images – add_image_size() resizing and cropping demo by Alin Suceveanu http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-286144 Sun, 22 Mar 2015 14:44:25 +0000 http://www.studiograsshopper.ch/?p=2585#comment-286144 Excellent work. Bravo
But…I still cannot make my post feature images to have the same size and to be aligned.
What I have to do?
Please help!

]]>
Comment on WordPress Featured Images – add_image_size() resizing and cropping demo by Waseem http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-286027 Wed, 18 Mar 2015 14:06:05 +0000 http://www.studiograsshopper.ch/?p=2585#comment-286027 HI.
I want to resize image but don’t want it to crop also don’t want to reserve aspect ratio. This can be achieved? so images should be off exact size

Regards

]]>
Comment on WordPress Featured Images – add_image_size() resizing and cropping demo by Kiran http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-284218 Sun, 01 Feb 2015 11:47:04 +0000 http://www.studiograsshopper.ch/?p=2585#comment-284218 Hi, A huge thanks form someone who is new to the world of wordpress. Your article helped make sense of a new area that was giving me a lot of trouble. Thank you!

]]>
Comment on How to use Genesis Connect for WooCommerce by Ade http://www.studiograsshopper.ch/web-development/how-to-use-genesis-connect-for-woocommerce/#comment-239229 Sun, 22 Dec 2013 11:42:43 +0000 http://www.studiograsshopper.ch/?p=3117#comment-239229 UPDATE:

Actually, GCW does play nice with this feature of WooCommerce. Make sure that you have replicated the same folder structure in your theme’s woocommerce folder. For example, your custom cart template would go here:

yourtheme/woocommerce/cart/cart.php

]]>
Comment on How to use Genesis Connect for WooCommerce by Ade http://www.studiograsshopper.ch/web-development/how-to-use-genesis-connect-for-woocommerce/#comment-239165 Thu, 19 Dec 2013 19:00:11 +0000 http://www.studiograsshopper.ch/?p=3117#comment-239165 Hi Ciaran,

I think you’re right – GCW doesn’t deal with this scenario properly. I’ll look into it.

Glad you found the article useful. :-)

]]>
Comment on Open comment author link in new window by Ade http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-239164 Thu, 19 Dec 2013 18:58:08 +0000 http://www.studiograsshopper.ch/?p=1373#comment-239164 Yes, that should work, though there may be a slight performance hit thanks to preg_replace(). We’re talking about a very, very small hit though.

]]>
Comment on WordPress – List all image sizes in Media Uploader by Ade http://www.studiograsshopper.ch/code-snippets/wordpress-list-all-image-sizes-in-media-uploader/#comment-239160 Thu, 19 Dec 2013 18:35:26 +0000 http://www.studiograsshopper.ch/?p=3031#comment-239160 And the difference bewteen the plugin and this code is what, exactly? Nothing. Choose whatever route you prefer. :-)

]]>
Comment on Multilingual WordPress – Localising themes by Ade http://www.studiograsshopper.ch/web-development/multilingual-wordpress-localising-themes/#comment-239159 Thu, 19 Dec 2013 18:33:01 +0000 http://www.studiograsshopper.ch/?p=1039#comment-239159 Thanks for the tip! But please don’t spam my site with multiple comments promoting the same thing. Next time – I delete the one plug I’ve let through. ;-)

]]>
Comment on WordPress – List all image sizes in Media Uploader by Ade http://www.studiograsshopper.ch/code-snippets/wordpress-list-all-image-sizes-in-media-uploader/#comment-239158 Thu, 19 Dec 2013 18:31:57 +0000 http://www.studiograsshopper.ch/?p=3031#comment-239158 It could be that your theme is setting the global $content_width variable (take a peek at functions.php to see if this is the case). If so, this variable overrides the theoretical dimensions set in your add_image_size() and limits the generated image width to whatever the value of $content_width is. The idea of $content_width is to ensure that an uploaded image will never break-out of the content area it is displayed in on the front end.
Personally, I think $content_width is a pain – especially if one has gone to the trouble of defining custom image sizes and, presumably, is therefore capable of ensuring that image sizes are appropriate.
Fix?
Either re-define $content_width by finding where its value is set in functions.php and changing it, or use something more sophisticated like this.

]]>
Comment on WordPress Featured Images – add_image_size() resizing and cropping demo by Ade http://www.studiograsshopper.ch/web-development/wordpress-featured-images-add_image_size-resizing-and-cropping-demo/#comment-239157 Thu, 19 Dec 2013 18:17:54 +0000 http://www.studiograsshopper.ch/?p=2585#comment-239157 Cool! Glad you found it useful. :-)

]]>