Hi, I followed your instructions to use yubikey with AS002057 at J!3.8.6 as mention in an earlier question (of course without using the separate module and plugin installation for J2.5).
The login at the backend runs completely normally, the field for the Yubikey is displayed.
However, I still don't see the two factor field on the website to be able to log on to the frontend.
If I have a user with an active two-factor account and try to login to the frontend with it, I get the correct error message that the TF password is wrong.
I use the normal user-login module for the login menu.
Do you have any idea what else could be wrong?
Do I need a special class id for displying the TF-field?
(website is https://eichler-web.de)
Hello,
how can I change the google fonts against a normal font, for example in Arial. In Germany, a new data protection law applies from May, so I have to change the font on all my pages.
AS Templates
POSTED: 2018-03-27
Hello NORRAM11,
The font family you can change using the template General Configuration parameters.
Hello,
I have another question. On the website https://hoffmann-personaldienstleistungen.de/ I have on the start page 4 modules.
"Arbeitnehmer", "Unternehmen", "Gesamtlösungen" and "Personalvermittlung".
Is it possible to disable these modules on smartphones?
AS Templates
POSTED: 2018-03-27
Hello NORRAM11,
The template does not have such parameter, but if you interested our developers can do it for you: https://www.astemplates.com/services
Hello AS Team, sorry but nowadays you may choose to have 2FA in Backend only or in front- and backend. Have a look at the link you mentioned: "You can always disable Two Factor Authentication plugin, or configure it for Backend usage only".
So my question again: How to get the 2FA field on frontend login?
AS Templates
POSTED: 2018-03-29
Hello SIEBENZEICHEN,
We are sorry, as we know there is no option to enable it in front end, anyway, you may always ask for help joomla community here: https://forum.joomla.org/
i have another projekt but the same template.
on page leistungen the link can you see in aditional info field.
the last 2 menupoints are to long for the "drop down" menu.they break between the 2 words..
where can is fix the width from the "dropdown" menu?
now it is 120 px width would like to change it in 250 px....
best regards marco
AS Templates
POSTED: 2018-03-29
Hello MAHU1976,
What is the page url where we can see the problem please?
Please provide steps on how to handle the following
1. How do I auto stretch the main menu to fit in page as required
2. How do I create a photo gallery
3. How do I create Contact form
4. How do I do google maps. What was given was not clear.
Regards
Geoffrey
AS Templates
POSTED: 2018-04-05
Hello OVITAGEFF,
We are sorry, we do not see this item under your account, our support is available for the premium version only.
J'essaye d'installer as002057_quickstart mais ca n'avance pas à parti d'un certains moments. Comment dois-je faire pour corriger cela. ca fait pret de 1H que ca tourne
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
Our suggestion is to create your custom css and put it in the style.custom.css file, here is an example:
#copyright-row .container{
min-height: 120px;
}
Regards, AS Team.
View History
i have another question about the same HP
but now on page leistungserklärungen link see in aditional info field.
what must i implemnet i think in custom.css for display only the .pdf images without automatically background and border.
best regards marco
Try the following:
.uk-margin img
{
background: none;
border: none;
}
Regards, AS Team.
View History
Hi, I followed your instructions to use yubikey with AS002057 at J!3.8.6 as mention in an earlier question (of course without using the separate module and plugin installation for J2.5).
The login at the backend runs completely normally, the field for the Yubikey is displayed.
However, I still don't see the two factor field on the website to be able to log on to the frontend.
If I have a user with an active two-factor account and try to login to the frontend with it, I get the correct error message that the TF password is wrong.
I use the normal user-login module for the login menu.
Do you have any idea what else could be wrong?
Do I need a special class id for displying the TF-field?
(website is https://eichler-web.de)
Best regards, Lutz
Translated with www.DeepL.com/Translator
Two factor authentication in Joomla is available for the back end only:
https://docs.joomla.org/J3.x:Two_Factor_Authentication
Regards, AS Team.
View History
how can I change the google fonts against a normal font, for example in Arial. In Germany, a new data protection law applies from May, so I have to change the font on all my pages.
The font family you can change using the template General Configuration parameters.
Regards, AS Team.
View History
I have another question. On the website https://hoffmann-personaldienstleistungen.de/ I have on the start page 4 modules.
"Arbeitnehmer", "Unternehmen", "Gesamtlösungen" and "Personalvermittlung".
Is it possible to disable these modules on smartphones?
The template does not have such parameter, but if you interested our developers can do it for you: https://www.astemplates.com/services
Regards, AS Team.
View History
So my question again: How to get the 2FA field on frontend login?
We are sorry, as we know there is no option to enable it in front end, anyway, you may always ask for help joomla community here:
https://forum.joomla.org/
Regards, AS Team.
View History
i have another projekt but the same template.
on page leistungen the link can you see in aditional info field.
the last 2 menupoints are to long for the "drop down" menu.they break between the 2 words..
where can is fix the width from the "dropdown" menu?
now it is 120 px width would like to change it in 250 px....
best regards marco
What is the page url where we can see the problem please?
Regards, AS Team.
View History
you can see it in your backend specail info field i buy the template today.
best regards marco
The submenu width you can change using Submenu Width parameter under menu options tab.
Regards, AS Team.
View History
for enabling 2 factor Authentication for the frontend I changed file
/templates/as002057/html/mod_login/default.php:
*diff default.php*
*32,46d31*
< <?php if (count($twofactormethods) > 1) : ?>
< <div id="form-login-secretkey" class="control-group">
< <div class="controls">
< <?php if (!$params->get('usetext')) : ?>
< <div class="input-prepend input-append">
< <label for="modlgn-secretkey"><?php echo JText::_('JGLOBAL_SECRETKEY'); ?></label>
< <input id="modlgn-secretkey" autocomplete="off" type="text" name="secretkey" class="inputbox mod-login_username" tabindex="3" size="18" />
< </div>
< <?php else: ?>
< <label for="modlgn-secretkey"><?php echo JText::_('JGLOBAL_SECRETKEY') ?></label>
< <input id="modlgn-secretkey" autocomplete="off" type="text" name="secretkey" class="inputbox mod-login_username" tabindex="3" size="18" />
< <?php endif; ?>
< </div>
< </div>
< <?php endif; ?>
Additionally the same change should be done at the module starting if a failure happened in the login procedure.
It would be nice if you could check the change and integrate it somehow in your release for the next update.
regards, Lutz
View History
Please provide steps on how to handle the following
1. How do I auto stretch the main menu to fit in page as required
2. How do I create a photo gallery
3. How do I create Contact form
4. How do I do google maps. What was given was not clear.
Regards
Geoffrey
We are sorry, we do not see this item under your account, our support is available for the premium version only.
Regards, AS Team.
View History
We can't add a captcha to the contact form.
We tried the re-captcha and others plugins, but no one works with this template. Can you help us?
Thank you.
View History
J'essaye d'installer as002057_quickstart mais ca n'avance pas à parti d'un certains moments. Comment dois-je faire pour corriger cela. ca fait pret de 1H que ca tourne