Closed (fixed)
Project:
Single Page Website
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Mar 2012 at 00:31 UTC
Updated:
12 Apr 2012 at 07:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
yaremchuk commentedHi Shashi,
please comment following lines in your bartik.js:
//var single_page = $("#single_page_wrapper").html();
//$(content_element).empty();
//$(content_element).html(single_page);
Also colorbox conflicted with easing JQuery plugin.
In the current dev version I deny use easing if colorbox module installed
Please check, and let me know if it works.
Comment #2
x7ian commentedHello Vasily and the others,
Im submiting a patch that fixes the conflict issues with other jquery plugins.
This fix is only for the Bartik theme and sub-thems.
What it does its modify the procedure that transports the contents to the #main container, so that instead of "copying and pasting" the contents on #single_page_wrapper to #main, it uses jQuery unwrap() function to go on removing wrapers around the #single_page_wrapper contents till it is at te #main wraper.
Please review it and consider addin it to the final version.
Comment #3
x7ian commentedI tested it with the Colorbox plugin and works like a charm!
;-)
Comment #4
shashi_lo commentedYou the man! Colorbox is working like a charm.
Comment #5
yaremchuk commentedfixed in dev version