carousel

  • Mike1
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 2 weeks ago #35341 by Mike1
carousel was created by Mike1
Im trying to add another item to the carousel i have looked at the demo and tried to add an article it does not appear do you have instructions anywhere also wen i click on the demo article in the carousel it doesnt open to a new page the article appears below the inset location ----how can i make it open to its own page thank you )

Please Log in to join the conversation.

More
11 years 1 week ago #35355 by ivan.milic
Replied by ivan.milic on topic carousel
If you have it set up as by default - content source is category, you just need to add article to that category. Also what may be the cause of not displaying it is article count limit parameter and parameter that controls wither front page articles are shown or not.Check them

Please Log in to join the conversation.

  • Mike1
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 11 months ago #35683 by Mike1
Replied by Mike1 on topic carousel
please can you tell me how to make the read more article appear at the top of the page ---right now it appears below the index modules
thanks)

Please Log in to join the conversation.

More
10 years 11 months ago #35688 by ivan.milic
Replied by ivan.milic on topic carousel
You would need to edit:

modules\mod_hot_joomla_carousel_pro\mod_hot_joomla_carousel_pro.php

this:
Code:
if ($display != 0 || $more) { if ($display != 0) { $output .= '<div>'.$row->text.'</div>'; $output .= "\n"; //line break } if ($more) { $output .= '<a class="readon" href="'.$link.$customItemIDHTML.'">'.JText::sprintf('Read more...').'</a>'; $output .= "\n"; //line break } }

modify it like this:
Code:
if ($display != 0 || $more) { if ($more) { $output .= '<a class="readon" href="'.$link.$customItemIDHTML.'">'.JText::sprintf('Read more...').'</a>'; $output .= "\n"; //line break } if ($display != 0) { $output .= '<div>'.$row->text.'</div>'; $output .= "\n"; //line break } }

Please Log in to join the conversation.

  • Mike1
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 11 months ago #35714 by Mike1
Replied by Mike1 on topic carousel
the above fix placed the "readmore words above the content and would not allow it to be clicked

Please Log in to join the conversation.

  • Mike1
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 11 months ago #35715 by Mike1
Replied by Mike1 on topic carousel
why dont you allow search here ?

Please Log in to join the conversation.

Time to create page: 0.082 seconds
Powered by Kunena Forum