- Posts: 1
- Thank you received: 0
Help, I cannot get this to work
-
venessa711
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago - 13 years 11 months ago #4998
by venessa711
Help, I cannot get this to work was created by venessa711
I am trying to get this to work, and it just goes on and off. I am trying to have an image, and text next to it (html formatted) with the image linked because I dont like the read more thing, it doesnt show up properly.
www.impressive-hosting.com/clients/showgirlz is the site and the module is on the Home page (it has an intro)
www.impressive-hosting.com/clients/showgirlz is the site and the module is on the Home page (it has an intro)
Last edit: 13 years 11 months ago by venessa711. Reason: forgot link
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago - 13 years 11 months ago #5001
by ivan.milic
Replied by ivan.milic on topic Re: Help, I cannot get this to work
In the file: \modules\mod_hot_joomla_carousel_pro\mod_hot_joomla_carousel_pro.php
Around line 271 there is code that look like this:
if ($more) {
$html .= '<a class="readon" href="'.$link.$customItemIDHTML.'">'.JText::sprintf('Read more...').'</a>';
$html .= "\n"; //line break
}
}
/* Single item output - END HERE */
You can make changes here or using .readon class in css (template_css.css).
Around line 271 there is code that look like this:
if ($more) {
$html .= '<a class="readon" href="'.$link.$customItemIDHTML.'">'.JText::sprintf('Read more...').'</a>';
$html .= "\n"; //line break
}
}
/* Single item output - END HERE */
You can make changes here or using .readon class in css (template_css.css).
Last edit: 13 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.164 seconds