Hi! I recently purchased Joomla template AS002057 and all seems to be going well except that the AS ArtSliders in position as-position-5 do not appear when viewed on an Android phone in portrait mode. They works just fine in landscape, but when the handset is turned round to portrait they disappear. All work perfectly on other PCs, laptops and tablets so I presume it is a resolution issue?
The phone I am testing it on has a screen resolution of 1080 x 2160 pixels, are there any known problems?
How can I fix it?
ChrisGMCW
POSTED: 2019-05-05
Further to my question about the AS ArtSlider not appearing on smart phones in portrait mode when using Joomla template AS002057, I should have added that I have removed the relevant entry from the media.480.css file at line 68. It made no difference.
AS Templates
POSTED: 2019-05-05
Hello CHRISGMCW,
What is your website url please?
Regards, AS Team.
ChrisGMCW
POSTED: 2019-05-05
http://www.selektacar.co.uk
ChrisGMCW
POSTED: 2019-05-05
High, my apologies. I just checked and it seems to be working now. However, is it possible to turn off the title banners that appear over the slider images just for this smart phone display, keeping them for all others displays?
AS Templates
POSTED: 2019-05-07
Hello CHRISGMCW,
We are sorry we can't preview your website, is password protected, you can remove/add your css for small devices in the 'media.480.css' file.
Regards, AS Team.
ChrisGMCW
POSTED: 2019-05-07
Thank you. I solved my problem by adding the following to the media.480.css file:
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
The phone I am testing it on has a screen resolution of 1080 x 2160 pixels, are there any known problems?
How can I fix it?
What is your website url please?
Regards, AS Team.
We are sorry we can't preview your website, is password protected, you can remove/add your css for small devices in the 'media.480.css' file.
Regards, AS Team.
#slider-row .slide_title
{
display: none !important;
}
#slider-row .camera_caption
{
display: none !important;
}