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?

How to style the content of the slider?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to style the content of the slider?
#54411
How to style the content of the slider? 8 Years, 11 Months ago Karma: 0
Hi:
I'm trying to style the content within the slider. Specifically, I need to make the title bold and larger font from the text of the article.

I simple cannot figure it out.

I have
{$title}
{$introtext}

But I cannot seem to style these.

Can anyone help please?

I tried to add this to the CSS on the module, but it did nothing:
.es-container .es-news-item A.contentpagetitle
{
font-size: 14px;
color: red;
}

The administrator has disabled public write access.
 
#54416
Re:How to style the content of the slider? 8 Years, 11 Months ago Karma: 747
Hello,

You can wrap predefined variables with a HTML code. For example:

Code:


<b>{$title}</b>
<div style="font-size:1.4em;">{$introtext}</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#54426
Re:How to style the content of the slider? 8 Years, 11 Months ago Karma: 0
Hi, thank you, that worked for the styling issue, however, the navigation will not work, nor does it rotate.

I've temporarily turned the site online so you can see it. It's the Announcements module on the front page:

katphish.net/comb/

If you provide me a secure place, I'll give you a login to look at back end. But I have everything turned on.
The administrator has disabled public write access.
 
#54427
Re:How to style the content of the slider? 8 Years, 11 Months ago Karma: 0
Additionally, how can I make the title a link that takes them to the full article? Or insert a read more?
The administrator has disabled public write access.
 
#54428
Re:How to style the content of the slider? 8 Years, 11 Months ago Karma: 747
It is a javascript conflict. jQuery library is loaded twice on your site. One time by Joomla! and another copy is loaded by "homepageslideshow" extension. The correct way loads jQuery instance only once (using instance which is loaded by Joomla!). You can contact "homepageslideshow" extension support and ask them fix this problem or it is possible to use a 3rd party extension like "Easy jQuery" or "JS Plant" to resolve this problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54429
Re:How to style the content of the slider? 8 Years, 11 Months ago Karma: 747
Use the following code for "Read more" link:

<a href="{$readmore_link}">Read more...</a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1