pinkhare
Forum Replies Created
-
Yeah, in wordpress theme, you can change settings for thumbnail size and check/uncheck the ‘cropping option’ whether to be cropped(hard generating) or not(soft generating). And in theme’s functions.php file, you can wirte any sizes you want, then they appear on the admin’s thumbnail settings page and WP Retina 2X plugin’s settings page. So the table layout of ‘Media -> WP Retina 2X’ page in my theme is broken, as I added some more thumbnail sizes in my functions.php file and the table has fixed 80px-wide ‘th’ cells which are overflown the table. When you upload an image, then WP Retina 2X generates @2x versions for every auto-generated thumbnail.
Thanks to both of you for answers! I misunderstood about this kind of plug-ins, so I mistook it for generating the retina version for my original uploads automatically. Now I see how it works. I’m creating a theme and it has features so that users are able to upload any kinds of images like site logo, slider images, background images, and so on through the Media Library on admin options page. So I worry if the @2x versions for wp-generated-thumbnails of the user-created @2x image would also be generated unintentionally when user uploads it. And for slider images, do I need to make the users to upload their retina versions one by one manually?
Thank you for your answer so fast. But now I wonder how could I load the retina image for the uploaded file? I uploaded ‘image.jpg’ file and the plugin generates ‘image-400×60.jpg’ and ‘image-400×60@2x.jpg’ but doesn’t generate ‘image@2x.jpg’, so my theme cannot load it. I want to load the retina image for an uploaded file. Isn’t this possible?
me too
Forum: Fixing WordPress
In reply to: Can I create a new comment type?Thank you so much.
Forum: Fixing WordPress
In reply to: Can I create a new comment type?By any chance, could I make a guestbook by creating a custom post-type?
Forum: Fixing WordPress
In reply to: Can I create a new comment type?Could I get guestbook-excluded comments only by the recent comment widget? And could I get guestbook comments only?
Forum: Fixing WordPress
In reply to: Can I create a new comment type?Could I get only none-guestbook comments if I use guestbook plugin?
Forum: Fixing WordPress
In reply to: Can I create a new comment type?I want to make guestbook type comment, because I don’t want that every type of comment is displayed when getting only recent guestbook type comments (or getting none guestbook type comments only) by a widget. And maybe I hope that I could create another comment type which will be excluded when getting normal type comments later. Thank you.
Forum: Everything else WordPress
In reply to: Possible to create the third kind of format ?Thanks !!