- Posts: 6
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Read more module
- geo anasto
- Topic Author
- Offline
- New Member
Less
More
10 years 9 months ago #137669
by geo anasto
Read more module was created by geo anasto
hello. In the "module read more" when i chose to have either 6 or 4 or 8 topics instead of 3 that allready has, it doesn't show them correctly.. Do you have any idea why that happens?
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137670
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Read more module
Is a link to your module page available so I can take a look?
Thank you.
Thank you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- geo anasto
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
10 years 9 months ago #137671
by geo anasto
Replied by geo anasto on topic Read more module
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago - 10 years 9 months ago #137672
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Read more module
You will have to make a small addition in the default.php of the module's override located in templates/nuArt/html/mod_k2_content/Default
In line 24 there is this codereplace it with this oneLet me know if it worked.
In line 24 there is this code
if(count($items)==$key+1) echo ' lastItem';
if((count($items)==$key+1) || ($key%3==0)) echo ' lastItem';
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- geo anasto
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
10 years 9 months ago #137673
by geo anasto
Replied by geo anasto on topic Latest news module
the alignment of the cullum's is not equal
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137674
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Latest news module
Try with this:
Also, add this in your custom.css file
div.contentModsTop div.k2ItemsBlock ul li {margin:0 18px 18px 0;}
div.contentModsTop div.k2ItemsBlock ul li.lastItem {margin:0 0 18px;}
if((count($items)==$key+1) || (($key+1)%3==0)) echo ' lastItem';
Also, add this in your custom.css file
div.contentModsTop div.k2ItemsBlock ul li {margin:0 18px 18px 0;}
div.contentModsTop div.k2ItemsBlock ul li.lastItem {margin:0 0 18px;}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- geo anasto
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
10 years 9 months ago #137675
by geo anasto
Replied by geo anasto on topic Read more module
Thank you !! :)
Please Log in or Create an account to join the conversation.
- Yiota
- Offline
- Elite Member
Less
More
- Posts: 311
10 years 9 months ago #137676
by Yiota
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Yiota on topic Read more module
You are welcome :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.