local same as inline

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-13 11:16:15 +02:00
parent 2b4e8bb070
commit ffd758abc9
5 changed files with 72 additions and 19 deletions

View File

@@ -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({