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?

Styling to single image
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Styling to single image
#24895
Styling to single image 12 Years, 1 Month ago Karma: 0
Hi there,

I would like to know if it is possible to style a single image on the layput type, single image.

The only thing this perfect module lacks is styling to the images.

Can this be done?

Regards
The administrator has disabled public write access.
 
#24897
Re:Styling to single image 12 Years, 1 Month ago Karma: 746
Hello,

It is possible to wrap value in "Layout type -> Single image -> Template" parameter with HTML code. For example:

Code:


<div style="border: 1px solid red;">{$data:colorboximage}</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24898
Re:Styling to single image 12 Years, 1 Month ago Karma: 0
The support level is very fast, thank you.

Please take a look at my screenshot, it applies that to the whole box model and not the image.

www.ari-soft.com/images/fbfiles/images/image1-32b608ff59bb18b02ce001b3faae6248.jpg
Last Edit: 2012/02/14 11:07 By elamedia.
The administrator has disabled public write access.
 
#24899
Re:Styling to single image 12 Years, 1 Month ago Karma: 746
It is possible to add a CSS class to <DIV> tag and use it to create necessary CSS rules. For example use the next code:

Code:


<div class="my_image">{$data:colorboximage}</div>



and add the next CSS rule to a site template CSS file:

Code:


DIV.my_image IMG
{
 border: 1px solid red;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24901
Re:Styling to single image 12 Years, 1 Month ago Karma: 0
Hi there,

Its not applying to the image does not matter if i use my own css.

I want to apply to the image and not the box element.

An when i use my own class the popup does not work.

www.premiersportssolutions.com/bespoke-conversions

regards
The administrator has disabled public write access.
 
#24902
Re:Styling to single image 12 Years, 1 Month ago Karma: 746
It seems this is a problem with site template. Could you provide a temporary access to your J! backend by email so we can investigate this problem?

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