Jump to content

MFsuccess

Members
  • Posts

    11
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    california
  • Activity
    Other

MFsuccess's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi EL patron Yes i load this module but my cart was hidden already before i use the module. Thank you for pointing that out to me Have a great evening
  2. Thank you for your response Where can i found this little line ? is it in the module folder> block cart > and then which file ? Thank you Vekia
  3. Good morning, good evening, I am trying to make my cart black reappears ... I went to my modules and reset the block cart not working... I also went to reload the module block cart from my computer hoping this will fix the problem but no luck on that either then i said to myself let's see the code source of my page online maybe i will find my problem there and an idea on how to fix it all in the same time ! So here is my problem i find in my page source code the status of my cart is at HIDDEN ! i am not in the mood of playing hide and seek with my cart tonight so i am here seeking for some help. <script type="text/javascript">/* <![CDATA[ */ $(document).ready(function(){$.jGrowl('{l s='Please register or login to see the prices' mod='hidepricecart'}',{life:6500});});/* ]]> */</script><style type="text/css">#shopping_cart, #cart_block{ display:none; visibility:hidden}</style><style type="text/css">#center_column .products_block span.price, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive,ul#product_list li .price,#primary_block form#buy_block p.price,#primary_block form#buy_block p#old_price,.price_container,.price, .price-shipping, .price-wrapping{ Now how can i change the status of my hidden cart to visible and fonctional ? Thank you greatly for your knowledge and help To see my shop it's here : www.mfsuccess.net/shop
  4. Hi Vekia The code ... yes of course here the code for the images : <?xml version="1.0" encoding="utf-8"?> <!-- flShow Carousel 2.0 configuration file Please visit http://www.flshow.net/ for more info --> <slide_show> <options> <background>transparent</background> <!-- #RRGGBB, transparent --> </options> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs1.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs2.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs3.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs4.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs5.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs6.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs7.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs8.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs9.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs10.jpg</photo> <photo href="http://www.mfsuccess.net/shop" target="_self">./image/mfs11.jpg</photo> </slide_show> And here the code to reach the image files : <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <script type="text/javascript" src="swfobject.js"></script> </head> <body> <div class="container"> <div id="mySlideShowDiv">This slideshow requires Adobe Flash Player 9 and JavaScript enabled.</div> </div> <script type="text/javascript"> swfobject.embedSWF("http://www.mfsuccess.net/shop/Carousel.swf", // flash file "mySlideShowDiv", // div id "750", "550", // width and height "9.0.0", // flash palyer version false, // autoinstall {xmlfile:"default.xml", loaderColor:"#0000FF"}, // flashvars {bgcolor: "#CCCCCC"}, // parameter {}); // attributes </script> </body> </html> I put the swf file on the : .../shop and also my image folder too : .../image/mfs1.jpg Then i add the second code i past in here ( html one) in my home text editor and save it but in my shop it shows the image links but not the images ... I probably miss something somewhere Thanks for your prompt response i hope to resolve that issue today Irene
  5. Hi I need to add a slideshow in swf file, in my home text editor... All the attempt i have tried are not working, i am new in flash and i probably miss to do something too so i am seeking help ... I give you the link to the tuto i am following to add my slideshow in my shop: http://www.flshow.net/dokuwiki/doku.php?id=carousel:carousel_101 I add everything on the folder "shop" knowing that to access to the shop in my website it's www.mfsuccess.net/shop So far no luck nothing works :S Thank you for your help i really love that slideshow and i really want it to be install on the shop not on my website. Irene
  6. I find what was wrong !!!!! hurray ! look : body { background-color: #FFFFFF; background-image: url('../img/background_1.jpg'); font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center in my case i just add the line: background-image: '../img/background_1.jpg' and keep the line background-color: #FFFFFF; Thank you for all of your help hope this will help someone else too Irene
  7. I try to change the background color and it's working .. I verify the path to make sure i am doing everything right and i didn't find anything wrong ( it doesn't mean i am doing things right ) When i erase the no-repeat on my website i see multiple question point on my background Any idea ? Thanks for all your help it's greatly appreciated Irene
  8. Hi Yes the fils existe on my folder and i put it on my server i check and the image works fine I try with 2 dots and adding the space before the no-repeat and send it to my server using FZ and still no luck any other idea ? Thank you for your quick response Irene
  9. Hi A little help here please. I read and try everything that was said early in this topic but still no luck can someone help me find what is wrong in the css file ? body { background-image: url('.../prestashop/img/background.jpg')no-repeat; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center Thank you for your help Irene
×
×
  • Create New...