Jump to content

nyett

Members
  • Posts

    67
  • Joined

  • Last visited

nyett's Achievements

Newbie

Newbie (1/14)

34

Reputation

  1. hi, you can add a style on product.css #buy_block #wishlist_button { float: left; } hope this helps
  2. you are welcome. yes, after you finish editing the tpl file, turn it back
  3. hi, have you set the Force Compile (yes) and Cache (no) settings on the backoffice>preferences>performance?
  4. hi, i saw that u use the streetwear themes, right? you could change the css.. (it is much easier if you use firebug addons to view the styles) try to change: - css/category.css (about line 51).inline_list li .img remove >> float: left(line 58).inline_list li .cat_name add >> display : block;(line 47) for make it 3 column.inline_list liadd >> float: left; width: 30%; .inline_list li { padding: 10px 0; border-bottom: 1px dotted #CCC; float: left; width: 30%; } .inline_list li .img { margin-right: 15px; } .inline_list li .cat_name { font-weight: bold; font-weight: 13px; display: block; } - css/grid_prestashop.css (about line 106) .clear add >> clear: both; .clear { clear: both; } It is based on the demo site of streetwear theme.. hope this helps
  5. do you have the website online? so I can see it deeper..
  6. Did you mean the blocktopmenu module on the new presta theme? If so, you can change the style from BackOffice, under menu Module > Menu.
  7. it is a module. you can find it here: http://www.prestashop.com/forums/topic/145516-module-nivoslider-v10-free-improved/page__p__700498__hl__slider__fromsearch__1?do=findComment&comment=700498
  8. hi all, I found a javascript error: "$ is not a function". But it doesn't occur when I choose English language. If I change the language to other than English, I got that error on Firebug error console. That makes javascript effect on my themes won't work on other languages. (effect when you mouse over the Featured Product.) I use prestashop version 1.4.6.2 If you get any idea how to solve it, please let me know. Thx Update: I found the problem is on Nivo Slider module. If I disable that module, there is no javascript error anymore. Solved: I changed the .tpl files of the module NivoSlider It was because the module use jQuery.noConflict() which won't recognize "$" for the next script.
  9. manteb gan, udah buat utk versi 1.4.5. ditunggu tutorialnya
  10. hallo verhoej, you can set a padding-top on #center_bg , it will cover the space between them. #center_bg { background: url('../img/center_bg.png') repeat-y; padding: 5px 10px 10px; } I just tested it on Chrome and Firefox.
  11. Bisa diganti di Backoffice gan, di bawah menu Modules > Front Office Features, cari "Home text editor" (klik Configure)
  12. bisa di ganti settingan di BackOffice gan.. di bawah menu Payment > Currencies edit currency, pilih Formatting : X0.000,00
  13. untuk yg edit tulisan di cart, bisa edit translasi di back office > Tools > Translation pilih translasi untuk Modules, kemudian klik bendera indonesia Find kata 'daftar belanja' semoga membantu
×
×
  • Create New...