Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

No image in K2 item
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: No image in K2 item

No image in K2 item 7 years, 11 months ago #28230

When I create a new K2 item using sj-imag as a template, if I don't set an image for the item, it shows a generic placeholder. For some of my items an image is not required, just the text and title. I've tried deselecting every image option in both the category and item parameters. but the placeholder still shows up. How can I do this? Or can you change the template to incorporate a selection to have no image?

www.plexusahealthieryou.com

Thanks
Lance
Last Edit: 7 years, 11 months ago by leschuler. Reason: add web address

Re: No image in K2 item 7 years, 11 months ago #28234

  • thuyltt
Dear sir,
Please go to file:
\templates\sj_imag\html\com_k2\templates\sj-theme\category_item.php
\templates\sj_imag\html\com_k2\templates\sj-theme\item.php and change code:
<?php
//Create placeholder items images
$src = $this->item->image;
if (!empty( $src)) {
$thumb_img = '<img src="'.$src.'" alt="'.$this->item->title.'" />';
} else if ($is_placehold) {
$thumb_img = yt_placehold($placehold_size['article'],$this->item->title,$this->item->title);
}
echo $thumb_img;
?>

CHANG TO=>

<?php
//Create placeholder items images
$src = $this->item->image;
if (!empty( $src)) {
$thumb_img = '<img src="'.$src.'" alt="'.$this->item->title.'" />';
}
?>

Thanks.

Re: No image in K2 item 7 years, 11 months ago #28243

Now will this happen for all items i publish from now on? And will the image show if i set the image to an image in the normal manner?

Thanks

Re: No image in K2 item 7 years, 11 months ago #28265

  • thuyltt
Dear sir,
if you input image it will show in your site, if you dont input image, article will not show image.

Thanks.
  • Page:
  • 1
Time to create page: 0.20 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes