Does anyone know how to get the thumbnails to work in the Grace theme using PhotoQ?
Thanks,
Stu
Does anyone know how to get the thumbnails to work in the Grace theme using PhotoQ?
Thanks,
Stu
I was able to get Grace 1.1 to work with PhotoQ, but not Grace 1.2. I believe it probably has something to do with the new automatic thumbnail resizing in Grace 1.2.
Thanks,
Stu
indeed, the preset bundled with photoq so far is for grace 1.1.
i created a new preset that works with grace 1.2. until it is bundled with photoq, you can get it here: http://www.whoismanu.com/wp-content/photoq/presets/grace-v12.xml
here are the instructions:
1. right click link and choose "save link as..."
2. put the file grace-v12.xml into the photoq-photoblog-plugin/presets/photoblog folder
3. turn off the auto thumb generation feature in the grace settings (it might work with, but i didn't test)
4. load the preset from within photoq
5. tell me whether it works
thanks
The Grace 1.2 preset mostly works, but the alt tag is empty on the thumbnails. Other images are fine.
And you are correct, auto thumb generation does need to be turned off, but if you are using PhotoQ, you don't really need that feature anyway.
Thanks,
Stu
I was able to fix the alt tag issue by changing one of the Grace PHP files, so this may just be a Grace issue.
Thanks,
Stu
great, thanks for letting me know.
Hi Stu, can you please let me know which Grace PHP file to edit to enable the ALT tag in the thumbnails? And also, what do I need to do exactly?
Thanks!
i think that what does the trick is to replace the following line in grace/includes/autothumbsoff.php
<img src="<?php echo $thumbnail_value; ?>" alt="<?php the_title('','',False); ?> "/>
with
<img src="<?php echo $thumbnail_value; ?>" alt="<?php echo get_the_title( $post_id ); ?> "/>Thanks Manuel. I tried that but it still does not work. :(
Ok thanks forthe explanation.
giddytigress,
looking at your webpage it seems to me that the alt tags are there on every image, both the thumbs and the bigger ones....
I was able to get the thumbnails to load. I had to edit the hpautothumbson.php file and change
<?php echo $image_value; ?>&w=280&h=140&zc=1" width="280" height="140" />
to
<?php echo trim($image_value); ?>&w=280&h=140&zc=1" width="280" height="140" />
The problem that I had was that there was a space between the filename and the width and height settings.
Hi, I am using the Grace theme, could anyone help me on how to display the the thumbnail photo's title and description for each of the thumbnail on the page?
Thanks
Fire
You must log in to post.