Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • chenasona1 Friend
    #201244

    Hello JoomlArt,
    First of all thanks for making this great Template Purity III free, its the best I think.
    I have a small problem, is com_contact (built in Joomla 3.3.3 with Recaptcha ) is responsive or not ?
    If it is not responsive then how to make it so ?
    Can anyone here suggest me what to do to make it fully responsive (please tell in step by step details) ?
    A screenshot attached here regarding the problem.
    Thanks in advance.


    1. Contact
    Pankaj Sharma Moderator
    #549252

    Hello template is responsive , but the recaptcha is not responsive . its default Joomla plugin .
    we can core support for joomla customization .

    Here are some links that can also help you to make it responsive

    http://www.modernmagic.com/blog/joomla-technical-support/responsive-recaptcha.html

    https://developers.google.com/recaptcha/docs/customization

    you can also user third party recaptcha plugin from JED

    Hope it helps

    chavan Friend
    #549266

    can you please post your site Url. Will provide you a suggestion.

    chenasona1 Friend
    #549715

    <em>@Chavan 445455 wrote:</em><blockquote>can you please post your site Url. Will provide you a suggestion.</blockquote>
    Hello, very sorry for the late reply. here is the url http://www.subhasuchana.com/contact-us
    also if possible please guide me how to make Banner (joomla default) responsive..

    chavan Friend
    #549730

    Go to this File: /templates/purity_iii/css/custom.css

    Add this code

    @media (max-width: 500px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    }
    #recaptcha_table.recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    }

    }

    chenasona1 Friend
    #549752

    Wow, Re-captcha works perfectly 🙂
    Any suggestion for default Banner (to make responsive) or any free extension to use for that ?

    chavan Friend
    #549788

    please advice me what do mean default Banner. May be you would post me a screenshot of it

    chenasona1 Friend
    #549828

    I mean to say Joomla default Banner (Components > Banners or com_banners)
    You can see it at previous contact us page.


    1. com_banners
    chavan Friend
    #550124

    Add this code to /templates/purity_iii/css/custom.css

    .banneritem > img {

    height: auto;

    width: 100%;

    }

    chenasona1 Friend
    #550158

    Perfectly Working. You are genius.. 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  chenasona1 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum