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?

z-index issues with Joomlart template
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: z-index issues with Joomlart template
#4919
z-index issues with Joomlart template 13 Years, 10 Months ago Karma: 0
Hello!

I'm having a little difficulty resolving an issue with ARI Photo Gallery and a Joomlart Template. The template is called JA Sulfur and there are 2 elements that will appear on top of the gallery's popup window. Here is the URL.

Gallery link.

The first is obvious, the breadcrumb area (You are here:) appears in front of the popup and the second is the top menu area which can be seen when an image expands the popup above it.

Can anyone help with this??

Thanks.
The administrator has disabled public write access.
 
#4921
Re:z-index issues with Joomlart template 13 Years, 10 Months ago Karma: 748
Hello,

Add the following CSS rules to your Joomla! template CSS file, please:

Code:


.mb_overlay
{
  z-index: 1000;
}

#mb_gallery_
{
  z-index: 1001;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4922
Re:z-index issues with Joomlart template 13 Years, 10 Months ago Karma: 0
Awesome! Works perfect.

Thanks for the quick response!

...on a separate note I am trying to figure out why my first image in my folder doesn't show up. I named my images 01.jpg, 02.jpg, 03.jpg, etc... All images show up except the first one. I've cleared cache, deleted all files on server and re-uploaded them all but the first one always gets ignored.

Is this normal behavior?
Last Edit: 2010/06/17 21:17 By jservices.
The administrator has disabled public write access.
 
Go to topPage: 1