Hi,
I have problems with AS Artslider. After install I add some articles and set up the As Artslider. I have big problem with size of the pictures. I need to have pictures in special size ?
best regards
Marcin
AS Templates
POSTED: 2014-01-07
Hello WINIARZ,
Because the slider has responsive design it doesn't have size in pxs, it has only one parameter: 'height' - which can be defined in % only, please see the following page for all extension parameters:
Hi,
I use AS ArtSlider for J2.5
I set the height into 25% (and sliderstyle to custom) and pictures are much biger then slider size. I need to have pictures with width like module width ?
and when I set hide for Show Article Image the images still showing.
Marcin
AS Templates
POSTED: 2014-01-07
Hello WINIARZ,
Can you please provide us with an access to your site? We would like to see this issue.
Regards, AS Team.
AS Templates
POSTED: 2014-01-07
Hello WINIARZ,
First of all we are strongly recommend you to install this template using quick-start installation package, after installing the package your sit will look exact like our demo preview page, our support team will not be able to help you with the package.
In the slider you are using too small images, the image size should be at least 980x400 px
Regards, AS Team.
winiarz
POSTED: 2014-01-07
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
winiarz
POSTED: 2014-01-07
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
winiarz
POSTED: 2014-01-07
thats is I ask for :-) If there is some limitation in resolution :-) I only put that pictures for example.
What with param that do not switch off the picture in slider ?
Marcin
AS Templates
POSTED: 2014-01-07
Hello WINIARZ,
It is in case if you have some image inside of the intro text, for example:
<p>
<img src="images/joomla_black.gif" alt="" />
Lorem ipsum dolor sit amet, consectetur
</p>
Regards, AS Team.
winiarz
POSTED: 2014-01-07
intro text of what ? Articles ? In the articles that are used for slider is onlu title, some dumy text and picture ...
Marcin
AS Templates
POSTED: 2014-01-08
Hello WINIARZ,
Joomla articles consist of 2 parts: intro text and article text, the dummy text text which you see on your slider is an intro text.
Regards, AS Team.
winiarz
POSTED: 2014-01-07
Just now I put the images 980x400 and still there is problem with showing in custom view
AS Templates
POSTED: 2014-01-08
Hello WINIARZ,
As we told you, it is a responsive slider and it works depends on your screen resolution, try to change the height from 15% to 35% and you will see the difference.
Regards, AS Team.
winiarz
POSTED: 2014-01-09
Hi,
I have one more question. How to manage where the slider shows article title and text ? In default mode (this only work fine for my site) shows only title in right bottom corner - I do not see text.
Marcin
AS Templates
POSTED: 2014-01-09
Hello WINIARZ,
You have to edit caption top position in ext.artslider.css file, please look for the following class and change the top property to 0 (zero):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have problems with AS Artslider. After install I add some articles and set up the As Artslider. I have big problem with size of the pictures. I need to have pictures in special size ?
best regards
Marcin
Because the slider has responsive design it doesn't have size in pxs, it has only one parameter: 'height' - which can be defined in % only, please see the following page for all extension parameters:
http://www.astemplates.com/joomla-extension-parameters/165-as-artslider
Regards, AS Team.
I use AS ArtSlider for J2.5
I set the height into 25% (and sliderstyle to custom) and pictures are much biger then slider size. I need to have pictures with width like module width ?
and when I set hide for Show Article Image the images still showing.
Marcin
Can you please provide us with an access to your site? We would like to see this issue.
Regards, AS Team.
First of all we are strongly recommend you to install this template using quick-start installation package, after installing the package your sit will look exact like our demo preview page, our support team will not be able to help you with the package.
In the slider you are using too small images, the image size should be at least 980x400 px
Regards, AS Team.
It will be published after it has been approved by the Website Administrator.
It will be published after it has been approved by the Website Administrator.
What with param that do not switch off the picture in slider ?
Marcin
It is in case if you have some image inside of the intro text, for example:
<p>
<img src="images/joomla_black.gif" alt="" />
Lorem ipsum dolor sit amet, consectetur
</p>
Regards, AS Team.
Marcin
Joomla articles consist of 2 parts: intro text and article text, the dummy text text which you see on your slider is an intro text.
Regards, AS Team.
As we told you, it is a responsive slider and it works depends on your screen resolution, try to change the height from 15% to 35% and you will see the difference.
Regards, AS Team.
I have one more question. How to manage where the slider shows article title and text ? In default mode (this only work fine for my site) shows only title in right bottom corner - I do not see text.
Marcin
You have to edit caption top position in ext.artslider.css file, please look for the following class and change the top property to 0 (zero):
.camera_caption {
display: block;
position: absolute;
right: 40px;
text-align: right;
top: 120px;
width: 100%;
}
Regards, AS Team.