I have a problem with login feature on my site with your sample data (quickstart instalation). When I try to create new user account (no matter from where frontend or backend as admin) it creates incorrect password in database (much shorter than my super user password). I can't log in with provided credentials. This problem doesn't appear when I use clean joomla instalation without Your template and other sample data.
here is my test site (pure quickstart instalation with enabled option to create new users from frontend Blog -> Blog 1)
http://karmytest.tk/
Best regards
Paul
AS Templates
POSTED: 2014-03-26
Hello PAFCIO84,
Can you please provide us with an access to your Joomla admin panel for checking this issue? The access info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
pafcio84
POSTED: 2014-03-28
I sent You access to my site twice and I still haven't received reply. Basically You don't even need access to this site because its pure quickstart instalation and You can check it on Your own.
Best regards
Paul
AS Templates
POSTED: 2014-03-28
Hello PAFCIO84,
It looks like Joomla has a bug when you creating a new Joomla account, if you receiving the following msg after account activation:
'Username and password do not match or you do not have an account yet'
you have to edit 'plugins/user/joomla/joomla.php' file, you need to change line 505 from
if ($userPluginParams->get('strong_passwords') == 1)
to
if ($userPluginParams->get('strong_passwords', 1) == 1)
Regards, AS Team.
AS Templates
POSTED: 2014-03-28
Hello PAFCIO84,
BTW, just found that this issue was fixed in the latest Joomla version 3.2.3, please make update and check.
Regards, AS Team.
pafcio84
POSTED: 2015-02-09
Hello As Templates team
I have some questions about mobile customizations
1) Is there any way how can I decide which modules appear on mobile view and which not. For example slider doesn't appear on mobile devices. How can I make such decisions on my own?
2) How can I decide about order of content and modules on mobie device. For example by default modules which normally appear on the left side in mobile view appear before actuall content and modules from the right after content. How can I decide about that manually?
Regards
Pawel
AS Templates
POSTED: 2015-02-09
Hello PAFCIO84,
We are sorry, the template doesn't have such parameters.
Regards, AS Team.
pafcio84
POSTED: 2015-02-10
I guess there is no such parameter build in on joomla backend, but somehow You managed to turn off slider on mobile devices. Probably by some css code. Question is which css file and which line is responsible for this. I would be very gratefull for any advises!
Cheers
Pawel
AS Templates
POSTED: 2015-02-10
Hello PAFCIO84,
You can manage it in media.css files.
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
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 problem with login feature on my site with your sample data (quickstart instalation). When I try to create new user account (no matter from where frontend or backend as admin) it creates incorrect password in database (much shorter than my super user password). I can't log in with provided credentials. This problem doesn't appear when I use clean joomla instalation without Your template and other sample data.
here is my test site (pure quickstart instalation with enabled option to create new users from frontend Blog -> Blog 1)
http://karmytest.tk/
Best regards
Paul
Can you please provide us with an access to your Joomla admin panel for checking this issue? The access info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
Best regards
Paul
It looks like Joomla has a bug when you creating a new Joomla account, if you receiving the following msg after account activation:
'Username and password do not match or you do not have an account yet'
you have to edit 'plugins/user/joomla/joomla.php' file, you need to change line 505 from
if ($userPluginParams->get('strong_passwords') == 1)
to
if ($userPluginParams->get('strong_passwords', 1) == 1)
Regards, AS Team.
BTW, just found that this issue was fixed in the latest Joomla version 3.2.3, please make update and check.
Regards, AS Team.
I have some questions about mobile customizations
1) Is there any way how can I decide which modules appear on mobile view and which not. For example slider doesn't appear on mobile devices. How can I make such decisions on my own?
2) How can I decide about order of content and modules on mobie device. For example by default modules which normally appear on the left side in mobile view appear before actuall content and modules from the right after content. How can I decide about that manually?
Regards
Pawel
We are sorry, the template doesn't have such parameters.
Regards, AS Team.
Cheers
Pawel
You can manage it in media.css files.
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.