Anders Ekkje Slettebø
Forum Replies Created
-
Forum: Plugins
In reply to: [Taxonomy Images II] How to show full size image instead of thumbnailHi Simon. Thank you for the feedback. I couldn’t wait for your response, so I chose another plugin (Taxonomy Images) which seems to be working fine. I guess this topic is now resolved. Keep up the good work!
Forum: Plugins
In reply to: [Taxonomy Images II] How to show full size image instead of thumbnailIn term-images.php I find this code:
‘<img src=”<?php
echo $term[ ‘image’ ]; ?>” alt=”<?php echo $term[ ‘name’ ]; ?>” />’
This cases the image src to be empty, but if I change from image to thumbnail, the thumbnail file is showing.I noticed this text from Other Notes:
You can pass the show_description parameter to not show the term or category description, and the size parameter to specify either ‘original’ or ‘thumbnail’.I then tried to change from image to original, but that didn’t help either.
Forum: Plugins
In reply to: [Taxonomy Images II] ciii_term_images() return image with no sourceSo what is category-images.php used for? Under Other notes, you are saying “Then copy the template files view/category-images-ii/category-images.php from the plugin directory into your theme directory and amend as you need.” This is confusing.
I had the same problem, but this seems to be fixed in version 1.31.
Forum: Plugins
In reply to: [Taxonomy Images II] ciii_term_images() return image with no sourceWe have the same issue, even after upgrading to 1.31. We are using the ciii_category_archive_image variable in category.php, but the file term-images.php is the one that’s beeing used. If we delete this file, the correct file (category-images.php) is used. Is this a bug?
Forum: Plugins
In reply to: Automatic Upgrade – Clean Up ProcessSame problem here!
Forum: Fixing WordPress
In reply to: Send image to editor in Opera 9I’m using the default WYSIWYG editor.
Forum: Fixing WordPress
In reply to: Publish with SafariThe “Reset all” worked! Thanks.