Jump to content

mhu100

Members
  • Posts

    111
  • Joined

  • Last visited

About mhu100

  • Birthday 06/24/1968

Profile Information

  • Location
    everywhere
  • First Name
    Martin
  • Last Name
    Huij

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mhu100's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Is it possible to use/integrate the Customer Privacy Module on the contactform? For a new EU privacy law this is a mandatory requirement. If yes, how can I manage this? PS Version: 1.6.1.6 Thanks in advance!
  2. Is it possible to use/integrate the Customer Privacy Module on the contactform? For a new EU privacy law this is a mandatory requirement. If yes, how can I manage this? PS Version: 1.6.1.6
  3. ba609, Did you find a solution for this? I need it too.
  4. Can someone mark this topic as [solved]? Thanks.
  5. I have found it! On both files (controllers/front/NewProductsController.php) and (controllers/front/CategoryController.php) change the code from public function setMedia() { parent::setMedia(); $this->addCSS(_THEME_CSS_DIR_.'product_list.css'); } to public function setMedia() { parent::setMedia(); $this->addCSS(_THEME_CSS_DIR_.'product_list.css'); $this->addJqueryPlugin(array('fancybox', 'idTabs', 'scrollTo', 'serialScroll', 'bxslider')); } To make it work on Startpage you have to edit the file controllers/front/IndexController.php too. Change parent::initContent(); $this->addJS(_THEME_JS_DIR_.'index.js'); to parent::initContent(); $this->addJS(_THEME_JS_DIR_.'index.js'); $this->addJqueryPlugin(array('fancybox', 'idTabs', 'scrollTo', 'serialScroll', 'bxslider')); That will do the job!
  6. My search continues. Thank you very much for your input! If I find the solution I will tell you.
  7. It loaded seperated files after I cleared the cach and temp dirs. I don't understand why this is still a major problem to a lot of people
  8. Yes, I've tried disabled cache. No results.
  9. I have tried it with <script type="text/javascript" src="/js/jquery/plugins/fancybox/jquery.fancybox.js"> <link rel="stylesheet" href="/js/jquery/plugins/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" /> It returns a new-products page with no products in the right column. In the left column block New Products the iframe is loading only not the way I want. I not sure but I think that's a css matter.
  10. Default template. Version 1.6.1.6
  11. What is the original filename of the .js file that should be loaded?
×
×
  • Create New...