IPrice minimart
powerfull & flexible online Store, price-lists and catalogs for Joomla
Welcome, Guest
Username: Password: Remember me

TOPIC: Thumbnails are not created

How to make the thumbnails? 10 years 6 months ago #851

  • nesh_bros
  • nesh_bros's Avatar
  • Offline
  • Новый участник
  • Posts: 4
  • Karma: 0
Hi,
I am trying to make this plugin to work.

I am using joomla 2.5.14 - Plugin is enabled and only thing that I use is width for blog images. I set folder for the images "smart_thumbs" but it did not show so I manually add it but still no thumb.

path to foler is: /images/smart_thumbs

Maybe it did not work because I enter images through "Images and links" tab on the right side when adding articles. I enter "intro image" there but no thumb.

Please help, I read documentation and do anything I find what needs to be done.
Attachments:
Last Edit: 10 years 6 months ago by nesh_bros.
Login or register to post message.

How to make the thumbnails? 10 years 6 months ago #853

  • support
  • support's Avatar
  • Offline
  • Администратор
  • Posts: 1905
  • Thank you received: 311
  • Karma: 59
smart_thumbs folder should located on the same folder as the original image. May be it is not enoght permissions to image folder to create subfolder and image files for the script.

First, try to set the thumbnail folder the same as original folder (not smart_thumb subfolder). And check are thumbnails creating in this case.

Second - turn on error messages in Joomla parameters and check if any warning or error occured on page with plugin: iprice-web.ru/en/forum/smartresizer-eng/...umbnails?start=6#559
Login or register to post message.

How to make the thumbnails? 10 years 6 months ago #855

  • nesh_bros
  • nesh_bros's Avatar
  • Offline
  • Новый участник
  • Posts: 4
  • Karma: 0
Thanks for your replay:

1) I have changed image folder - still nothing

2) I already try this.. I have some errors but no one regarding this plugin.

My images path is: site.com/images/2013/10/23/14.jpg

Any idea?

p.s.
this is how my blog template (image part) looks like:
<?php  if (isset($images->image_intro) and !empty($images->image_intro)) : ?>
	<?php $imgfloat = (empty($images->float_intro)) ? $params->get('float_intro') : $images->float_intro; ?>
	<div class="img-intro-<?php echo htmlspecialchars($imgfloat); ?>">
	<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>"><img
		<?php if ($images->image_intro_caption):
			echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
		endif; ?>
		src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/></a>
	</div>
<?php endif; ?>

I just added <a /> tag

Should I maybe set some parametars differently?
Attachments:
Last Edit: 10 years 6 months ago by nesh_bros.
Login or register to post message.

How to make the thumbnails? 10 years 6 months ago #858

  • support
  • support's Avatar
  • Offline
  • Администратор
  • Posts: 1905
  • Thank you received: 311
  • Karma: 59
Smartresizer not handles images You set in Joomla parameters for blog. The plugin handles only images inside the article content.
Login or register to post message.

How to make the thumbnails? 10 years 6 months ago #861

  • nesh_bros
  • nesh_bros's Avatar
  • Offline
  • Новый участник
  • Posts: 4
  • Karma: 0
Ok, I think that would be great feature in future.

Many many people use this option. I hope next version will include this images too.

Thanks!
Login or register to post message.
Moderators: support

Subscribe



Subscribe to our newsletter and social networks to be updated with the latest updates.

Login