Keyword

[SOLVED] K2 Generic Image width

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 4 months ago #112949 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 Generic Image width
This is a custom built module and not a K2 module which was not developed by us. You have to ask it's developer for support.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
The topic has been locked.
  • Michelangelo
  • Michelangelo's Avatar Topic Author
  • Offline
  • New Member
More
11 years 4 months ago #112950 by Michelangelo
Replied by Michelangelo on topic Re: K2 Generic Image width
You know, I don't need anymore this feature of K2 working (yes, K2, because Ja side news does exactly what it's expected to do), I'm just telling this because maybe you want to keep your software bug-free, that's all. You can also mark this thread as solved.
The topic has been locked.
More
8 years 1 month ago #156848 by Angus Chen
Replied by Angus Chen on topic Re: K2 Generic Image width
I got the same issue.

I edit the file of JA Slideshow , and finally got the larger size of image I want.

at the line 406 of /helpers/helper.php
                        //return $arrImages['imageGeneric'];
			$row->mainImage = str_replace(JURI::base(), '', $arrImages['imageGeneric']);
			$row->thumbnail = str_replace(JURI::base(), '', $arrImages['imageGeneric']);

to
			//return $arrImages['imageGeneric'];
			$row->mainImage = str_replace(JURI::base(), '', $arrImages['imageXLarge']);
			$row->thumbnail = str_replace(JURI::base(), '', $arrImages['imageGeneric']);
The topic has been locked.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 1 month ago #157018 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 Generic Image width
Hello and kudos on finding the solution,

I think you need to post this at JA's forums as well, since these modules are not related to K2.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
The topic has been locked.

Powered by Kunena Forum