Copy of Mini K2 Content not working
- Posted by Peter (1) Offline
Hi, I am having problem with copy of this module and would like some help please.
Joomla 2.5.9
K2 2.6.2
Localhost XAMPP
MiniK2 1.2.2
Module installed and published with item ordering: most recent first, showing featured items.
Item count, 8
This one is working without problem.
I then made a copy of the module, to show only featured items, with item count, 8.
This is also working, but...
The first module showing latest items (most recent first), is showing the featured items 2 times, with a total of 11 items.
Can someone please help me to tell me what to do.
Peter
12 years 1 month ago #1
by Peter
Joomla 2.5.9
K2 2.6.2
Localhost XAMPP
MiniK2 1.2.2
Module installed and published with item ordering: most recent first, showing featured items.
Item count, 8
This one is working without problem.
I then made a copy of the module, to show only featured items, with item count, 8.
This is also working, but...
The first module showing latest items (most recent first), is showing the featured items 2 times, with a total of 11 items.
Can someone please help me to tell me what to do.
Peter
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
HEllo Peter
So sorry for this late reply...
Thanks for the heads up...we will looking at it and see if we can something..
12 years 1 month ago #2
by erwinschro
So sorry for this late reply...
Thanks for the heads up...we will looking at it and see if we can something..

Please Log in or Create an account to join the conversation.
- Posted by Christophe LE MANH HO (2) Offline
Hi,
Facing the same problem ... Did you get a clue on this problem ?
Thanks
11 years 9 months ago #3
by Christophe LE MANH HO
Facing the same problem ... Did you get a clue on this problem ?
Thanks

Please Log in or Create an account to join the conversation.
- Posted by Christophe LE MANH HO (2) Offline
For those having this problem, edit :
modules\mod_minik2\tmpl\portfolio\default.php
Find :
<div id="folio-container">
<ul id="stage">
Replace with :
<div class="folio-container">
<ul class="stage">
Then edit :
modules\mod_minik2\tmpl\portfolio\assets\portfolio.css
Replace all "#" before "folio-container" and "stage" by "."
You then can use module class suffix to style each copy of the module.
11 years 9 months ago #4
by Christophe LE MANH HO
modules\mod_minik2\tmpl\portfolio\default.php
Find :
<div id="folio-container">
<ul id="stage">
Replace with :
<div class="folio-container">
<ul class="stage">
Then edit :
modules\mod_minik2\tmpl\portfolio\assets\portfolio.css
Replace all "#" before "folio-container" and "stage" by "."
You then can use module class suffix to style each copy of the module.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline