i have a template with the Art Slider and the following problem (http://nextweb.roock2rad.de):
When i click on one of the three articles, the content is shown in the bottom of the page, while the Art Slider and the Newsflash Gallery is shown.
I want to open the articles and the content of die frontpage should remove, only my navigation and the article content should be seen.
Do you have an idea?
AS Templates
POSTED: 2016-03-17
Hello NIKNAIM,
You have to create a menu item for each article from the slider, then you will be able to manage module assignment.
Regards, AS Team.
niknaim
POSTED: 2016-03-24
Thank you! That works perfect.
But i have an another question: When i open my website with smartphone or tablet, the text (an the link to the article, too) is hidden - i only see the picture.
Is it possible to show the text in responsive mode?
AS Templates
POSTED: 2016-03-24
Hello NIKNAIM,
The text on mobile devices is too small or there is no enough space, but it can be enabled by editing media css files.
Regards, AS Team.
niknaim
POSTED: 2016-03-24
Ok thanks. I am not a css-master :-)
I must change the media.768 etc, is it right? When yes - whitch value must be added to make it a littlebit smaller?
AS Templates
POSTED: 2016-03-25
Hello NIKNAIM,
Please see : http://nextweb.roock2rad.de/templates/as002062/css/media.768.css file the following class (line 143):
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 a template with the Art Slider and the following problem (http://nextweb.roock2rad.de):
When i click on one of the three articles, the content is shown in the bottom of the page, while the Art Slider and the Newsflash Gallery is shown.
I want to open the articles and the content of die frontpage should remove, only my navigation and the article content should be seen.
Do you have an idea?
You have to create a menu item for each article from the slider, then you will be able to manage module assignment.
Regards, AS Team.
But i have an another question: When i open my website with smartphone or tablet, the text (an the link to the article, too) is hidden - i only see the picture.
Is it possible to show the text in responsive mode?
The text on mobile devices is too small or there is no enough space, but it can be enabled by editing media css files.
Regards, AS Team.
I must change the media.768 etc, is it right? When yes - whitch value must be added to make it a littlebit smaller?
Please see : http://nextweb.roock2rad.de/templates/as002062/css/media.768.css file the following class (line 143):
#camera-slideshow .camera_caption p,
.camera_caption
{
display: none !important;
}
Regards, AS Team.