Jump to content

flixbo

Members
  • Posts

    9
  • Joined

  • Last visited

flixbo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hi there, I want to integrate a html side via iframe for the start page in fullscreen mode. I put the following code in the home text editor: <p><iframe name="lookbook1" src="../slideshow/lookbook1.html"></iframe></p> After saving it, the line is changend to: <p><iframe name="lookbook1" src="../slideshow/lookbook1.html" width="320" height="240"></iframe></p> So, the iframe is not full screen but very small. from where are the width and heugt values? how can I avoid them? best felix
  2. hi I have products that are available with 2 different kind of logos, or alternative with a customization (initials). for the customization I use the text input field. How can I display this? If I use attributes for the option of the two kind of logos and the option "monogram". But how can I relate this to the customization, so that if the customers choose the customization, the attribut "monogram" is selected? Or maybe there's another way to solve this? Felix
  3. ok I see. great so far. is it possible to involve CSS in the CMS -Editor directly? and my last question to this topic: can I design several produkt pages with different design? for instance one design with product picture on left side and another with product picture on right side (and order button vice versa)? maybe theres a plugin for that? or does every product page has a unique tag? thank you for all your help!!!!
  4. oh great, it works, so awesome!! can I use this way to add some css to specific CMS sites too? for instance to change the background color only of the page "legal notice" ?? really cool!
  5. ah, and theres another thing: the body of my shop has a width of 800px. but for the background image i want have a fullscreen image so i have this css code: background: url('../img/home.jpg') no-repeat center center fixed; background-position:0 80px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; but where to put it in???
  6. hi Marty, I tried, but I want the backgound image only on the start page. can I do this?? Felix
  7. Hi I want to do a background image via css for the home page only. Can I insert css in the home text editor? If I do this, the css code disappears after saving the home site. any idea? best felix
  8. Hi I want to make a b2b shop. so the price on product pages should be without tax, but in the cart and on the bill with tax (VAT). I've found a threat that in the 1.3 version was an option for displaying the net price, but I can't find it in the 1.4 version. has anyone an idea? best Felix
×
×
  • Create New...