Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Controling how content displays and linking
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Controling how content displays and linking
#27407
Controling how content displays and linking 12 Years ago Karma: 0
I may have misunderstood how EasySlider would work. I was looking for something that could be used as a module on the home page of my site that would feature other content while displaying a link to that content. This plugin is loading the whole article so that you only see a fraction of the top corner with no link to get to the article on display.

In addition, you can see a sliver of the previous article when you cycle through with a small bullet beside the article. Also, if you cycle through to the last item, it starts to load a nearly blank page with a link. I inherited this site for the migration to Joomla 2.5, so there could be something is what the last designer built that is creating that final issue.

This is the version I'm working on:
www.cachecanada.org/1/clone/jupgrade/

This is what I'm try to replicate:
www.cachecanada.org/1/

Thanks!
Last Edit: 2012/04/19 17:35 By heatherg.
The administrator has disabled public write access.
 
#27438
Re:Controling how content displays and linking 11 Years, 12 Months ago Karma: 747
Hello,

A small bullet appears due to site template CSS file. Add the next CSS rule to a site template CSS file (for example to file) to remove the bullet:

Code:


UL LI.es-news-item
{
 padding: 0 !important;
}



Set "Move effect" parameter to "Fade", "Show navigation controls" parameter to "No" and "Continuos" parameter to "Yes" and set "Articles -> Template" parameter to the next value:

Code:


<a href="{$readmore_link}">{$title}</a>
<br/>
{$created|date_format:%d.%m.%Y}
<br/>
{$introtext}



in module settings to replicate the slider from the second site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27590
Re:Controling how content displays and linking 11 Years, 11 Months ago Karma: 0
Thanks so much! I got it working.

And for an FYI in case anyone else looking at this has their bullets set up as images, add 'background: transparent;' to UL LI.es-news-item
The administrator has disabled public write access.
 
Go to topPage: 1