katherine
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Carousel] Image descriptionOk, thanks!
Forum: Plugins
In reply to: [WP Image Carousel] Image descriptionYes, I think, and who don’t want to show description can disable this option 🙂
Forum: Plugins
In reply to: [WP Image Carousel] Image descriptionMay be something like this:
<img src=””/>
first photo description /!
<img src=””/>
second photo /!Or it could show the WordPress image description or title attribute — probably this easier to create?
And I think would be handy if plugin shows count of images in slideshow, something like 1/12 😀
Forum: Plugins
In reply to: [Plugin: Yoast Breadcrumbs] Problem with accented letters in optionsI have the same problem, but with russian language…
Does anybody khow how to fix it?Forum: Plugins
In reply to: How to make two versions of the same post?Ok.. If there would be only one photo, how to get the full size image to display using CSS (bearing in mind that photos can have different proportions)?
How to set CSS that it scale the image to 900 pixels on the long side only?P.S. Thank you for help! 🙂
Forum: Plugins
In reply to: How to make two versions of the same post?Look in your wp-content/uploads directory and you’ll see what I mean– just one copy of the image, not multiple copies corresponding to display sizes.
Actually, that’s it! There are three different images per one photo – Image.jpg, Image-150×150.jpg and Image-500×500.jpg
Forum: Plugins
In reply to: How to make two versions of the same post?I have a medium-sized (500px) image in the post and if I change CSS (set width or height) – my photo just will be stretched to 900px.
I think there should be some code that tells WP-print to show original image instead of medium-sized….