Jump to content

olinus

Members
  • Posts

    18
  • Joined

  • Last visited

olinus's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi. Hope someone can help. On my site: www.olinus.no you can see that I have a slider(JGallery2). I want to change the caption so that it becomes a square box inside the slider images( as shown on the attached photo). I tried to edit the css and tlp, but no matter what I did the witdh of the caption won't change. I can change the height, but not the width. Very confusing. Any help is very much appreciated! Iselin.
  2. Hi. I am very confused with internet explorer right now. My in-progress site: olinus.no does not show the same graphics in internet explorer as with other web browsers. As you can see, the background-image of the header is not showing in ie. Also, the menu does not have rounded courners. Does anyone know what I can do to get the same results in all browsers? Iselin.
  3. I bought one of www.atchworks.com great themes and solved the problem:)
  4. Thank you for your answer and reply to my messages. I tried the cart in a default prestashop theme as you wrote, but it still not working. As you can see, now it is expanded all the time. Confusing:/
  5. Thanks for your reply. I tried to install the cart from other themes before, but again the collapse/expand effect never worked. Really confusing:/
  6. I am in desperate need of help. I've been working with the block_cart module for several hours today. This is what I want; I want the cart to stay collapsed and only display the summary for the visitors. If the visitor choose to hover over the cart I want it to expand and show more details. Exactly like this http://www.archiduch...x.php/index.php Now my cart is collapsed, but it stays that way no matter what I do. This is my site: olinus.no Does anyone have any idea on what I am missing here? Please have a look at my attached files and css. [/size][/font][/color] /* shopping cart */[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block { background: transparent url("../img//menu.png") repeat scroll center center; height: 115px; width: 200px; text-align: left; margin-top: 15px; margin-right: 12px; float: right; margin-left: 700px; border-radius: 3px 3px 3px 3px; padding: 7px; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block .block_content { padding: 6px 6px; font-color: #190B07; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block h4 { background: #E91843 }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block h4 span { text-transform: none; font-size: 0.4em; cursor: pointer; background-repeat: no-repeat; background-position: left top; padding-left: 10px } #cart_block h4 span#block_cart_collapse { background-image: url('../../../img/icon/sort_asc_white.png') }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block h4 span#block_cart_expand { background-image: url('../../../img/icon/sort_desc_white.png') }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block #cart_block_no_products { margin: 0.5em 0 }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block dl dt a, #cart_block dl dt span.quantity-formated { float: left }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block dl { font-size: 0.9em }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block dt { padding-top: 0.4em }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block dl span.quantity-formated { padding-right: 1px }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block dt, #cart_block dd { clear: both; margin-top: 0.2em } #cart_block dt { width: 175px; text-align: right } #cart_block dd { width: 155px }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block dd { margin-left: 1em; margin-right: 1em; font-style: italic } #cart_block dl dt a { font-weight: bold }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block a.ajax_cart_block_remove_link { width: 11px; height: 13px; margin-left: 6px; float: right; font-size: 0; display: block; background: transparent url('../../../img/icon/delete.gif') no-repeat left bottom } #cart_block a.ajax_cart_block_remove_link:hover { text-decoration: none } #cart_block p { clear: both } #cart_block p span { clear: right; float: left; text-align: right } #cart_block li { clear: both } #cart_block span.price { color: #E91843; float: right } #cart_block dl span.price { font-weight: normal; color: white; float: none }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total { padding-right: 0 }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block table#vouchers { margin-top: 0.5em; border-top: 1px solid #CEC9B0; height: 3em; padding-top: 0.4em; margin-bottom: 0.5em; clear: both } #cart_block p#cart-prices { clear: both; margin-top: 8px; margin-bottom: 2em; display: block; padding-top: 0.4em; border-top: 1px solid #CEC9B0 } #cart_block table#vouchers td { padding: 0; border: 0; height: 1.5em } #cart_block table#vouchers td.price { color: white; font-size: 1em; font-weight: normal; width: 37%; text-align: right } #cart_block table#vouchers td.delete { width: 9%; text-align: right } #cart_block table#vouchers td.delete img { margin: 0 } #cart_block p#cart-buttons { height: 1.6em; margin: 0 -0.3em; font-size: 12px; text-align: center; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block p#cart-buttons a { float: left; color: #000000; text-align: center; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block p#cart-buttons a[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#button_order_cart { float: right; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]input.kasse, input.kasse_disabled, a.kasse, span.kasse { backgorund: #7CCCA8; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3].kasse { backgorund: #7CCCA8; }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3]#cart_block .cart_block_customizations { margin-left: 6px; list-style-type: square } #cart_block #cart-price-precisions { margin-top: 0.5em; padding-top: 0.4em; border-top: 1px solid #CEC9B0; font-size: 0.9em; height: 2em }[/size][/font][/color] [color=#000000][font=Verdana, sans-serif][size=3] I am very thankful for any help I can get:) Iselin ajax-car.txt blockcarttxt.txt blockcartphp.txt
  7. That looks nice. Thank you. How can I integrate that cart into my theme the best possible way?
  8. Here is a nice example of what I am looking for: http://www.archiduchesse.com/us/index.php/index.php
  9. Thanks for your reply. Can I achieve the hover effect described in the earlier post with blockuserinfo? Iselin
  10. Hi. I am working on the blockcart in the header of my new website : olinus.no I want the cart only to show the total price(an example; http://www.justcuckoos.co.uk), not all added products. I want all the prducts to be visible when customers hover the mouse over the cart. Does anyone have any idea on how I can achieve this? If I add several products on my shop as it is now, the cart is overlapping the menu. blockcart.tpl and ajax-cart.js attached. Any help is highly appreciated! Iselin. blockcart-ajax.txt blockcart-tlp.txt
  11. I added this code in blockcart.php (line 123) : public function hookTop($params) { return $this->hookRightColumn($params); } I was then able to transplant the module to the top.
  12. Hi again. I managed to solve the problem myself. Thanks anyway:)
  13. Hi. I use this theme: http://www.uhupage.com/product.php?id_product=176
  14. Need some help here. I've been struggeling with this issue for several hours now. I can't figure out how to position the shopping cart block on the top right of the header. (see attached photo) I tried to transplant the position in the back office, but I just got an error message. Does anyone know how I can do this? Very thankful for any help. Iselin.
×
×
  • Create New...