Jump to content

zzzzzzzt

Members
  • Posts

    13
  • Joined

  • Last visited

1 Follower

Contact Methods

  • Skype
    eiko weishaupt

Profile Information

  • Location
    germany
  • Activity
    Freelancer

zzzzzzzt's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I have a problem with featured products and new products –slides. (see .png) In back office i changed the size in pref ---> images And uploaded the images in this size. i need 5-6 products visible in original stadium...without resizing the browser window i got the following explanation but i dont get it. i did not find the cited .js and dont get the code. i need a more extensive discours with this problem. thank you! in pluginadder/plugin.js var flexmin = 1; var flexmax = 5; $(document).ready(function(){ if($('#center_column').width()<=280){flexmin = 1; flexmax = 1;} else if($('#center_column').width()<=440){flexmin = 2; flexmax = 2;} else if($('#center_column').width()<980){ flexmin = 3; flexmax = 3;} else if($('#center_column').width()>=1240){ flexmin = 1; flexmax = 5; } else if($('#center_column').width()>=980){ flexmin = 1; flexmax = 4; } }); You have to calculate how many product you can put in line for each resolution To calculate it you need you take a width of #center_column-40, then result you have to divide by your image witd, but remember about product margins Then you have to do the same for js files from modules folders where you have this code $(window).resize(function() { try { $('#featured_products_slider').flexslider(0); if($('#center_column').width()<=280){ $('#featured_products_slider').data('flexslider').setOpts({minItems: 1, maxItems: 1}); } else if($('#center_column').width()<=440){ $('#featured_products_slider').data('flexslider').setOpts({minItems: 2, maxItems: 2});} else if($('#center_column').width()<980){ $('#featured_products_slider').data('flexslider').setOpts({minItems: 3, maxItems: 3});} else if($('#center_column').width()>=1240){ $('#featured_products_slider').data('flexslider').setOpts({minItems: 1, maxItems: 5});} else if($('#center_column').width()>=990){ $('#featured_products_slider').data('flexslider').setOpts({minItems: 1, maxItems: 4});}
  2. i would like to change my shop url. i have the new url running with the same hosting. is there a simple way to just change the url? or to transfer the database or something? prestashop v 1.4
  3. i need some help with my shop. i want to change the flash product slide to jQuery. transfer to new hosting...maybe update to 1.5 and 1-3 other changes... could someone give me a hand? http://eki-boutique.com/ Thank you
  4. i know its a dumb question but still cant find it....
  5. can i deactivate this feature in my backoffice? but where?
  6. http://eki-boutique.com/ it the rightbottom there are 2 socialthumbs (tumblr, Flickr)...where can i place the link in the code...where can i find it? and maybe change the size? <div id="footsocial"> <img class="twisty " role="presentation" /><a href="#"> <img src="http: im looking for the# thank you very much
  7. http://eki-boutique.com/ whre and how can i change the swf product-slide to an animated gif...wich should be centered? so the output should look the same but i want to avoid flash.... thank you!
  8. http://www.ekii.org i need help with the facebook friendbox on the left bottom i need to temporarily deactivate / make it not visible... i dont know how. i just cant find the source... --i dont want to change the like button on the productpage. thank you very much
  9. whre can i change the title of the site in header? i cant find the "index.html"
  10. http://artsation.com/rosemarie-trockel-wurstteller i like this zoom! is there a maybe free zoom modul thats like this??
  11. zzzzzzzt

    paypal

    i requested new api from paypal several times until it works.... thank you.
  12. zzzzzzzt

    paypal

    Hi, i need to enable paypal on my prestashop: ekii.org but i cant ...could you help me? PayPal response: TIMESTAMP -> 2012-01-11T22:22:58Z L_ERRORCODE0 -> 10002 L_SHORTMESSAGE0 -> Security error L_LONGMESSAGE0 -> Security header is not valid L_SEVERITYCODE0 -> Error PayPal returned error would be great...dont know what to do.
  13. hi, im looking for a template for a shop for clothes... i love this shop and im looking for a template that i could use that looks a bit like this: lazyoaf.co.uk could you help?
×
×
  • Create New...