Jump to content

new_12

Members
  • Posts

    42
  • Joined

  • Last visited

Profile Information

  • Location
    chennai
  • Activity
    Other

new_12's Achievements

Newbie

Newbie (1/14)

0

Reputation

2

Community Answers

  1. i am using scrolling top module in my prestashop default website.i want to include this scrolling image css in themeconfigurater.so that,according to theme color my scrolling image color also change. i copied css from scrolling mosule and paste it in theme2.css.but it not working. it using that same css from scrolling module
  2. my next prb is,when i enable friendly url in prestashop 1.6.0.3 images appear as question mark...and htaccess not working at all.
  3. this code display at correct position(viewed source code)...but my <script> code display at bottom of my source code.
  4. i did that...but,it display below footer.i place my code at correct position.it works fine in prestashop 1.6.0.2.but when i copy my code in to prestashop 1.6.0.3,my captcha image display below footer.the reason is,my captcha script execute only at bottom of my code(checked view source).
  5. my captcha code works fine.only prb is,it display below footer.and captcha script execute at end of code.thats y it display below footer.i dnt know how to execute script at required position,so that i can gt my captcha image in crrt position
  6. i am using prestashop 1.6.0.3 default website.i want to insert google captcha code inside my tpl file(themes/default-bootstrap/contact-form).and this is my code <script type="text/javascript" src="http://www.google.co...allenge?k=xxxxx"></script> <noscript> <iframe src="http://www.google.co.../noscript?k=xxx" height="300" width="500" frameborder="0"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> </noscript> my problem is,my <script> execute only at last(checked view source code).so that,it display below footer.how to make it possible to execute my code in required position.so that it display at correct position.plzz help mee
  7. i want to insert captcha code inside my tpl file.and this is my code <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=xxxxx"></script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=xxx" height="300" width="500" frameborder="0"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> </noscript> my problem is,my script code execute last(checked view source code).so that,it display below footer.how to make it possible to execute my code in required position.so that it display at correct position
  8. i am using prestashop 1.6.0.3 default website.i want to include captcha in my contact form.it works fine in prestashop 1.6.0.2.when i copy my code in to my latest version,its alignment change. my captcha image display below footer.when i open my "view page source",my script <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=xxxxxxx"></script> display at bottom of my code. i want to load my script at required position. contact-form.tpl <div id="iframeLogin"> <label>{l s='Enter Captcha'}</label> <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=xxxxxx"></script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=xxxxxxx" height="300" width="500" frameborder="0"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"> </noscript> </div> i tried to include my script by this method also $this->addJS(_THEME_JS_DIR_.'captcha.js'); captcha.js $(document).ready(function() { $("#iframeLogin").load(function(event){ $('#iframeLogin').load('http://www.google.com/recaptcha/api/challenge?k=xxxxxxx'); }); }); NOT WORKING...anyone plzz help meeee
  9. i am using prestashop 1.6.0.2 website...i installed viewed product module in back end.. my prb is,viewed products image displays as question mark (as application is hosted on my local machine,i cannot share the url..)
×
×
  • Create New...