moncler Posted October 12, 2008 Share Posted October 12, 2008 Hi,I try to insert this menu slide in the .tpl of the editorial module:http://www.jeremymartin.name/examples/kwicks.php?example=1The problem is that when I insert the code that is the JS anim links, the calculating of the center_column stops and it appears empty, and then the right column, footer too ...The code: Everything is OK until this code: <*script type="text/javascript"> $().ready(function() { $('#imageMenu .kwicks').kwicks({ max: 205, spacing: 5 }); }); <*/script> I also tried the same menu but with mootools libraries, like here:http://www.phatfusion.net/imagemenu/but the problem persists.Once this bug is resolved I will try to make a module <link rel="stylesheet" type="text/css" href="./modules/editorial/slide/css/menuslide.css" /> <link href="./modules/menuslide/menuslide.css" rel="stylesheet" type="text/css" media="all" /> <*script src="http://jmar777.googlecode.com/svn/trunk/js/jquery-1.2.6.js" type="text/javascript"><*/script> <*script src="http://jmar777.googlecode.com/svn/trunk/js/jquery.easing.1.3.js" type="text/javascript"><*/script> <*script src="http://kwicks.googlecode.com/svn/branches/v1.5.1/Kwicks/jquery.kwicks-1.5.1.pack.js" type="text/javascript"><*/script> <*script type="text/javascript"> $().ready(function() { $('#imageMenu .kwicks').kwicks({ max: 205, spacing: 5 }); }); <*/script> Link to comment Share on other sites More sharing options...
Fabrice Posted October 12, 2008 Share Posted October 12, 2008 that sounds excellent !very nice jquery application.by the way, could you be able to implement the greybox possibilities ? Link to comment Share on other sites More sharing options...
Fabrice Posted October 12, 2008 Share Posted October 12, 2008 I am really not a specialist but :<*script type="text/javascript"> $().ready(function() { $('#imageMenu .kwicks').kwicks({ max: 205, spacing: 5 }); }); <*/script>#imageMenu .kwicks [may there be a space ? is that correct ?]spacing: 5 [2 spaces between ":" and "5"- could it be that ?]do not know if it's important : did not really now a lot about coding. Link to comment Share on other sites More sharing options...
moncler Posted October 13, 2008 Author Share Posted October 13, 2008 Solved!Smarty run the {} inside the , we can disable it with {literal}{/literal} around it Link to comment Share on other sites More sharing options...
hassan Posted October 13, 2008 Share Posted October 13, 2008 Hi Moncler,Could you please share how you integrated this menu with PS?I am a newbie and i would like to use it with my own webshop.Thanks Link to comment Share on other sites More sharing options...
moncler Posted October 13, 2008 Author Share Posted October 13, 2008 Hi Hassan,You can use the code above with {literal} <*script type="text/javascript"> $().ready(function() { $('#imageMenu .kwicks').kwicks({ max: 205, spacing: 5 }); }); <*/script>{/literal} (remove * before script)However here is a zip of the editorial module with this modification. You ll have to edit the css page and editorial.tpl to insert your images, number of link etc… of what you want.You can also see the homepage of this menu (link above) to tune it.Good luck ;-) editorial.zip Link to comment Share on other sites More sharing options...
Rua con Posted October 14, 2008 Share Posted October 14, 2008 Thank you very much i try make but not avilable thank you Link to comment Share on other sites More sharing options...
daYmo Posted October 23, 2008 Share Posted October 23, 2008 Thanks for the tip ! I'll use it for my horizontal categorie menu and I'll put the sub-categories & sub-categories in a drop down menu.See ya Link to comment Share on other sites More sharing options...
sualkin Posted November 6, 2008 Share Posted November 6, 2008 Hi,thank you moncler for the module, it looks really good.But my problem is that when I click one of the images, I would like to go to the concerned category, and I don't know how to do that.Can someone help?Thanks Link to comment Share on other sites More sharing options...
By Kuhi Posted November 22, 2008 Share Posted November 22, 2008 Thank you.Teeşkkürler. Link to comment Share on other sites More sharing options...
Tintarella Posted December 7, 2008 Share Posted December 7, 2008 Is this module online anywhere in a prestashop? Link to comment Share on other sites More sharing options...
daYmo Posted December 7, 2008 Share Posted December 7, 2008 I did it + a drop down menu ... I could make a module for that but it's hard stuff coz' everything depends on the number of parent categories, width of images and all.... ! So I guess, it's a pure customization of the FO. Link to comment Share on other sites More sharing options...
bagus Posted March 27, 2009 Share Posted March 27, 2009 thanks a lot moncler,I've been tested it for the whole night without any result lol and just found out that you already solved it..thanks again Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now