hello as team,
generell question about the template.
on mobile view is a little arrow after the menuepoints with submenue.
on desktop/pc view is no arrow.
what must i implement in css that i can see the litte arrow.
best regards mahu1976
AS Templates
POSTED: 2018-03-16
Hello MAHU1976,
We are sorry, the menu for desktop does not have such option, it should be developed.
Regards, AS Team.
mahu1976
POSTED: 2018-03-24
hello as team,
i have another question link see in aditional info field.
on page FERIENPARK i have implement an panorama image
...Strandpanorama.jpg
in found in tmpl.default.css
.item_img, .category_img, .item_fulltext img, .random-image img, img.left, img.right
max-width: 97%;
now it is diaplay only 97 % i would like to have 100%
what must i write in custom css for diaplay only this ...Strandpanorama.jpg image with width 100%
on homepage the 4 boxes (newsflash modul)
and where can i chang the text from
system-readmore (WEITERLESEN) to MEHR ERFAHREN ??
best regards marco
AS Templates
POSTED: 2018-03-24
Hello MAHU1976,
You can add the following class:
.item_fulltext img
{
width: 100%;
}
Regards, AS Team.
mahu1976
POSTED: 2018-03-24
thanks,
i had an 2nd question.
on homepage the 4 boxes (newsflash modul)
and where can i chang the text from
system-readmore (WEITERLESEN) to MEHR ERFAHREN ??
best regards marco
AS Templates
POSTED: 2018-03-25
Hello MAHU1976,
Please check the following article, it should help you:
https://blog.astemplates.com/joomla-language-override/
Regards, AS Team.
mahu1976
POSTED: 2018-03-25
hi as team,
sorry but it didnt work with the 100%
where must i implement this css?
in custom. css?
.item_fulltext img
{
width: 100%;
}
i would like to have only the panorama image in 100%.
i dont like to change it from 97% to 100%
in tmpl.default.css so other images borders are cut.
best mahu76
AS Templates
POSTED: 2018-03-25
Hello MAHU1976,
The css you have to out in the style.custom.css file.
Regards, AS Team.
mahu1976
POSTED: 2018-03-27
hello as team,
i have 2 problems the links can you find in the aditional info field.
on page FERIENPARK i have implement an panorama image
size 950x219 but it is displayed only 97% because your css
in found in tmpl.default.css
.item_img, .category_img, .item_fulltext img, .random-image img, img.left, img.right
max-width: 97%;
now it is diaplay only 97 % i would like to have 100%
what must i implement in style.custom.css for diaplay only the ...Strandpanorama.jpg image with width 100% all other images are okay
if i implement this then it didnt work! and all other little images are now 100%
.item_fulltext img
{
width: 100%;
}
i need an solution for only the strandpanoramainage.
second problem is the field hight in the contactform field "ihre anfrage"
i use fox contact and in fox contact i set 500px but id didnt work.
the problem is the textarea i think.
templates/as002059/css/tmpl.default.css
at line 144:
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
generell question about the template.
on mobile view is a little arrow after the menuepoints with submenue.
on desktop/pc view is no arrow.
what must i implement in css that i can see the litte arrow.
best regards mahu1976
We are sorry, the menu for desktop does not have such option, it should be developed.
Regards, AS Team.
i have another question link see in aditional info field.
on page FERIENPARK i have implement an panorama image
...Strandpanorama.jpg
in found in tmpl.default.css
.item_img, .category_img, .item_fulltext img, .random-image img, img.left, img.right
max-width: 97%;
now it is diaplay only 97 % i would like to have 100%
what must i write in custom css for diaplay only this ...Strandpanorama.jpg image with width 100%
on homepage the 4 boxes (newsflash modul)
and where can i chang the text from
system-readmore (WEITERLESEN) to MEHR ERFAHREN ??
best regards marco
You can add the following class:
.item_fulltext img
{
width: 100%;
}
Regards, AS Team.
i had an 2nd question.
on homepage the 4 boxes (newsflash modul)
and where can i chang the text from
system-readmore (WEITERLESEN) to MEHR ERFAHREN ??
best regards marco
Please check the following article, it should help you:
https://blog.astemplates.com/joomla-language-override/
Regards, AS Team.
sorry but it didnt work with the 100%
where must i implement this css?
in custom. css?
.item_fulltext img
{
width: 100%;
}
i would like to have only the panorama image in 100%.
i dont like to change it from 97% to 100%
in tmpl.default.css so other images borders are cut.
best mahu76
The css you have to out in the style.custom.css file.
Regards, AS Team.
i have 2 problems the links can you find in the aditional info field.
on page FERIENPARK i have implement an panorama image
size 950x219 but it is displayed only 97% because your css
in found in tmpl.default.css
.item_img, .category_img, .item_fulltext img, .random-image img, img.left, img.right
max-width: 97%;
now it is diaplay only 97 % i would like to have 100%
what must i implement in style.custom.css for diaplay only the ...Strandpanorama.jpg image with width 100% all other images are okay
if i implement this then it didnt work! and all other little images are now 100%
.item_fulltext img
{
width: 100%;
}
i need an solution for only the strandpanoramainage.
second problem is the field hight in the contactform field "ihre anfrage"
i use fox contact and in fox contact i set 500px but id didnt work.
the problem is the textarea i think.
templates/as002059/css/tmpl.default.css
at line 144:
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
line-height: 1 !important;
padding: 8px 6px;
height: auto !important;
background-color: #f7f7f7;
border: 1px solid #d4d4d4;
-webkit-box-shadow: 0px 1px 0px #CCCCC;
-moz-box-shadow: 0px 1px 0px #CCCCC;
box-shadow: 0px 1px 0px #CCCCC;
color: #999999;
}
what can i do?
best regards marco
You may ask for our customization services here:
https://www.astemplates.com/services
Regards, AS Team.