Hello support
I want to disable the responsive function!
I want to have the AS Sequence Slider on top of the page visible, even on small mobile phones. The webpage should react as "standard website" under alle conditions. Is that possible?
How to?
Regards and thanks.
(https://randahlbjerre.dk/anita2/)
AS Templates
POSTED: 2021-08-16
Hello STEPHANR,
You can do it by editing '/templates/as002089/css/media.480.css' file, please see line 13 the following class:
#slider-row
{
display: none;
}
change it to:
#slider-row
{
display: block;
}
Regards, AS Team.
StephanR
POSTED: 2021-08-17
Hello
Thankx - it works perfectly - one last thing ;-)
I want to disable the main menu. I can do that, but still, a (jet)grey line without any menu items is visible. I want to disable the whol thing: The grey line and the text "GULBÆKS ZONETERAPI". Is that possible?
(http://randahlbjerre.dk/anita2/)
StephanR
AS Templates
POSTED: 2021-08-17
Hello STEPHANR,
Please add the following class to the '/templates/as002089/css/style.custom.css' file:
#menu-row {
display: none;
}
Regards, AS Team.
StephanR
POSTED: 2021-08-27
Now I have almost finished building. Please can you tell me, why is there a lot of free space just above the grey footer? I have disabled all other modules and the "Priser" module should go all the way down to the footer. Is that possible?
Regards.
(http://randahlbjerre.dk/anita2/)
AS Templates
POSTED: 2021-09-07
Hello STEPHANR,
Please see 'templates/as002089/css/tmpl.default.css' file the following class (line 4042):
Hello
I use PhocaMaps on the site. The Map is visible, but when I make a marker, the site will not display, and the error says: CALL TO UNDEFINED METHOD PHOCAMAPSMAPOSM::SETMARKERCLUSTERER()
Can you please help me (again), please?
(http://randahlbjerre.dk/anita2/)
Regards and thanks in advance
StephanR
POSTED: 2021-09-09
Hey support
Sorry for the post from 2021-09-08. I have solved the problem.
It was the upgrade who made the problem. Rolling Phoca Maps back to previous version solved it!
Regards
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 want to disable the responsive function!
I want to have the AS Sequence Slider on top of the page visible, even on small mobile phones. The webpage should react as "standard website" under alle conditions. Is that possible?
How to?
Regards and thanks.
(https://randahlbjerre.dk/anita2/)
You can do it by editing '/templates/as002089/css/media.480.css' file, please see line 13 the following class:
#slider-row
{
display: none;
}
change it to:
#slider-row
{
display: block;
}
Regards, AS Team.
Thankx - it works perfectly - one last thing ;-)
I want to disable the main menu. I can do that, but still, a (jet)grey line without any menu items is visible. I want to disable the whol thing: The grey line and the text "GULBÆKS ZONETERAPI". Is that possible?
(http://randahlbjerre.dk/anita2/)
StephanR
Please add the following class to the '/templates/as002089/css/style.custom.css' file:
#menu-row {
display: none;
}
Regards, AS Team.
Regards.
(http://randahlbjerre.dk/anita2/)
Please see 'templates/as002089/css/tmpl.default.css' file the following class (line 4042):
#main-content-row {
overflow: hidden;
padding: 120px 0px 90px;
background-color: #fff;
background-size: cover;
background-attachment: fixed;
}
Regards, AS Team.
I use PhocaMaps on the site. The Map is visible, but when I make a marker, the site will not display, and the error says: CALL TO UNDEFINED METHOD PHOCAMAPSMAPOSM::SETMARKERCLUSTERER()
Can you please help me (again), please?
(http://randahlbjerre.dk/anita2/)
Regards and thanks in advance
Sorry for the post from 2021-09-08. I have solved the problem.
It was the upgrade who made the problem. Rolling Phoca Maps back to previous version solved it!
Regards