Hi!
I have a kind of problem with the Autson slideshow.
I can't make it look like you demo version.
Especially I get a darkgrey transparent text background where the Sub-text is not readable.
There is also a white space above the picture and
the numbers don't display at top.
I have attached a screen shot of what it looks like in my version
and another screen shot of your original version.
Please help!
Thanks,
Michael
- michael_i
-
- Commercial Templates
- Friday, 09 August 2013
- Subscribe via email
Hi Michael
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thank you Michael
I have added the following to your templates CSS which appears to have resolved your issues...
Ciarán
I have added the following to your templates CSS which appears to have resolved your issues...
.box_skitter #showcase_overlay {display: none;}
.box_skitter {margin-top: 0px !important;}
.box_skitter img {max-width:none;}
.box_skitter .label_skitter {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
border-top: 1px solid #000000;
}
.box_skitter .label_skitter p {color: #000000 !important;}
.box_skitter .info_slide {top: 20px !important;}Ciarán
- more than a month ago
- Commercial Templates
- # 3
Dear Ciarán,
I'm sorry, but I can't find the lines you added to the template.css
i have downloaded it and made meanwhile other changes that I uploaded.
The Slideshow still works, but I don't know where those lines are.
I also had a look into the skitter.css, but didn't find them there as well
Michael
I'm sorry, but I can't find the lines you added to the template.css
i have downloaded it and made meanwhile other changes that I uploaded.
The Slideshow still works, but I don't know where those lines are.
I also had a look into the skitter.css, but didn't find them there as well
Michael
- more than a month ago
- Commercial Templates
- # 5
Hi Micheal
Try the head of your templates index.php (../templates/j51_revelation/index.php) as we may have put it there so it has priority over the rest of your templates CSS.
Ciarán
Try the head of your templates index.php (../templates/j51_revelation/index.php) as we may have put it there so it has priority over the rest of your templates CSS.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »