nangenon
Forum Replies Created
-
patch worked for me.. many thanks…
Nico
Ok : big mistakes : One of my function made php stop on home before loading footer !
Thanks for all : Was My fault !!
Nico
i do have both (wp_footer, print_css and print_js in advanced settings…).
It worked fine in wp 3.8.3, but no more in wp 3.9
Thanks…
NicoIve find the problem :
I no more have JS script loaded in my header
plugins/ml-slider/assets/sliders/responsiveslides/responsiveslides.min.jsnor CSS…
If i put it by hand, the slides works…
No, The generated code doesn’t contain <p> tags…
the problem is that i see the javascript code in the output code,
<script type=”text/javascript”>var metaslider_2308 = function($) {$(‘#metaslider_2308’).responsiveSlides({ timeout:3000,pager:false,nav:true,pause:true,speed:600,prevText:”<“,nextText:”>”,auto:true});};var timer_metaslider_2308 = function() {window.jQuery && jQuery.isReady ? metaslider_2308(window.jQuery) : window.setTimeout(timer_metaslider_2308, 1);};timer_metaslider_2308();</script>
but firebug tells me
Uncaught TypeError: undefined is not a function (index):151
metaslider_2308 (index):151
timer_metaslider_2308Thanks in advance…
None of the solutions proposed is working for me…
i included
<?php
echo do-shorcode(“[metaslider id=2308]”);
?>I ve tried to to
<?php
echo do-shorcode(“[raw][metaslider id=2308][/raw]”);
?>And
<?php
echo do-shorcode(“[raw]”);
echo do-shorcode(“[metaslider id=2308]”);
echo do-shorcode(“[/raw]”);
?>it didn’t work..; I’ve also tried to add the github’s code in my function.php…
Nothing worked in my case…
King regards…
Nico