Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: dead frontend when assigned to k2 component

dead frontend when assigned to k2 component 9 years 4 months ago #1505

Hello, just purchased this mod today.

Geting a blank front end each time this module its assigned to k2 component.

Assigned on all pages works well on any link but still geting dead white front end with no code when linked to k2 category with this module assigned.

I have checked other templates and still occur even in joomla base templates, protostar and beez.

Any idea? Thankyou in advance.

Using:

K2 v2.6.8
Joomla! 3.3.6 Stable
Joomla Platform 13.1.0 Stable
The administrator has disabled public write access.

dead frontend when assigned to k2 component 9 years 4 months ago #1506

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello David
Can you send me joomla administrator via contact form? So we can check it
Bestregards
Bach Pham
The administrator has disabled public write access.

dead frontend when assigned to k2 component 9 years 4 months ago #1508

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
We have fixed problem and now it work fine. You can check it
in file modules/mod_jo_k2_responsive_scroller/helper.php in line 272 we have delete line
require_once (JPATH_SITE.'/components/com_k2/models/item.php');
Best regards
Bach Pham
The administrator has disabled public write access.

dead frontend when assigned to k2 component 9 years 4 months ago #1509

Thankyou for fast response.

Solved thanks.
The administrator has disabled public write access.

dead frontend when assigned to k2 component 9 years 4 months ago #1510

I have another question, i must recreate a photoshop design aproved by my client and it need those scalated images in the scroller reel maintain alpha transparency and still being *.png not *.jpg merged in black backround.

My idea is to use the x-small images from k2 items.

Is there any way?

thankyou again in advance
The administrator has disabled public write access.

dead frontend when assigned to k2 component 9 years 4 months ago #1513

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello David
Can you send me again joomla administrator? So we can check and help you or
Find and open file: modules/mod_jo_k2_responsive_scroller/helper.php
Go to line 299, 305 and change
$item->image_thumb = JURI::root().'images/jo_k2_responsive_scroller/'.'p'.$params->get('thumbwidth').'x'.$params->get('thumbheight').'/'.md5("Image".$item->id).'_M.jpg';
to
$item->image_thumb = $item->imageMedium;
Best regards
Bach Pham
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 0.046 seconds