local same as inline
This commit is contained in:
@@ -61,22 +61,22 @@
|
||||
|
||||
|
||||
$('.flexslider').flexslider({
|
||||
/*selector: 'ul > li',*/
|
||||
animation: "fade",
|
||||
animationLoop: true,
|
||||
itemWidth: "100%",
|
||||
/*itemMargin: 0,
|
||||
minItems: 1,*/
|
||||
controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
|
||||
/*selector: 'ul > li',*/
|
||||
animation: "fade",
|
||||
animationLoop: true,
|
||||
itemWidth: "100%",
|
||||
/*itemMargin: 0,
|
||||
minItems: 1,*/
|
||||
controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
|
||||
directionNav: false, //Boolean: Create navigation for previous/next navigation? (true/false)
|
||||
prevText: "Précédent", //String: Set the text for the "previous" directionNav item
|
||||
nextText: "Suivant",
|
||||
prevText: "Précédent", //String: Set the text for the "previous" directionNav item
|
||||
nextText: "Suivant",
|
||||
|
||||
/*maxItems: 10,*/
|
||||
/*start: function(slider){
|
||||
$('body').removeClass('loading');
|
||||
}*/
|
||||
});
|
||||
/*maxItems: 10,*/
|
||||
/*start: function(slider){
|
||||
$('body').removeClass('loading');
|
||||
}*/
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -319,6 +319,25 @@
|
||||
"</ul>"
|
||||
});
|
||||
|
||||
/* Stuttgart */
|
||||
$("#point-nid-1031").popover({
|
||||
title: false,
|
||||
trigger: "hover",
|
||||
content: "<ul>" +
|
||||
"<li class='popsueurope'><a href='/popsu-europe/accueil'>POPSU Europe</a></li>" +
|
||||
"</ul>"
|
||||
});
|
||||
|
||||
|
||||
/* Rome */
|
||||
$("#point-nid-1030").popover({
|
||||
title: false,
|
||||
trigger: "hover",
|
||||
content: "<ul>" +
|
||||
"<li class='popsueurope'><a href='/popsu-europe/accueil'>POPSU Europe</a></li>" +
|
||||
"</ul>"
|
||||
});
|
||||
|
||||
|
||||
/* Toulon */
|
||||
$("#point-nid-889").popover({
|
||||
|
Reference in New Issue
Block a user