Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pressmar Friend
    #189540

    Hi 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


    1. Screenshot_1
    2. Screenshot_3
    3. Screenshot_2
    pb66 Friend
    #501556

    Both 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 Moderator
    #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;
    }

Viewing 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