-
AuthorPosts
-
pressmar Friend
pressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
August 7, 2013 at 7:29 am #189540Hi Staff,
if have to Problems with the Argo-Template. The first problem occurs when the user tries to reset his password. He gets the email-field and no captcha but after filling in the user email the system says:”
Password reset error. Captcha- is not allowed to be empty
The second problem occurs in responsive mode (iphone normal). If you see k2-articles everything is good (picture, label, text) show perfectly.
If you show one level higher (category view with subcategories) the layout stays in 2 colums an so the picture, label and text show really bad.
I would really appreciate your help.
Oliver- pb66 Friend
pb66
- Join date:
- May 2010
- Posts:
- 129
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 31
- Thanked:
- 42 times in 27 posts
August 8, 2013 at 12:16 am #501556Both of your issues are related to K2.
1. There is a clash in K2 between captcha versions.
To solve the empty K2 issue you need to have your captcha keys inserted in ‘K2/parameters/anti-spam’. BUT you need to have no captcha in your site-configuration/global settings.
The reason you are getting an empty response error is that you are entering the code corresponding to what you see on the K2 captcha, but Joomla is actually checking it against the Joomla captcha – so it’s wrong. Simply change as above and all will be good.
Explained Here http://getk2.org/community/New-to-K2-Ask-here-first/162887-SOLVED-Captcha-error-in-registration-form
2. The .css for Argo for some of the K2 subcategory display is not the best. I have the same issues on some of my sites.
You can try and change the css if you like or else, just try and display your subcategories differently. I can’t see this code in Argo (or the dodgy contact page .css) being changed in the near future.
Hope this helps!
Regards,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 9, 2013 at 4:11 am #501706@pressmar: i didn’t see “Password reset error. Captcha- is not allowed to be empty” on your site.
For the problem category view with subcategories you can fix it with this way
Open templates/ja_argo/css/custom.css file
From
div.subCategoryContainer {
width:30%!important;
padding: 0 20px 0 0;}Change to
@media (min-width: 768px) and (max-width: 979px) {
width:30% !important;
}@media (min-width: 1200px) {
width:30% !important;
}@media (max-width: 767px) {
width:auto !important;
}
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum