ziskam
Forum Replies Created
-
Hi,
Thanks for your prompt response.I looked at the code for the shortcode and saw that, as you mentioned, logically it SHOULD work. With a bit of playing around it in fact DOES work, but I had to remove the double quotes “” and use the shortcode as follows:
[alg_wc_wl_counter ignore_excluded_items=true]
Thought I’d spell it out just in case someone else has the same issue. Thanks for all your help and great plugin!
Update: I’ve manually added the script files under the call to wp_footer and now the slider works.
Not the most optimal solution, but at least it works now!
I tried disabling other plugins but couldn’t work out what was causing the problem.Thanks,
FranIt’s probably not the best solution but, would it work if I added the metaslider js files to my functions.php file and register/enqueue from there?
Although, looking at the number of files in there, I’d either have to load them all or know which ones I need and not change the slider settings.
Fran
wp_footer definitely included, just above closing body tag.
It’s adding the metaslider css files ( flexslider.css and public.css ) but no js files.
Looking at the last JS error (TypeError: undefined is not a function), it points to this section of the page, specifically the line
$('#metaslider_1218').flexslider({
Full script:<script type="text/javascript"> var metaslider_1218 = function($) { $('#metaslider_1218').addClass('flexslider'); // theme/plugin conflict avoidance $('#metaslider_1218').flexslider({ slideshowSpeed:4000, animation:"slide", controlNav:true, directionNav:true, pauseOnHover:true, direction:"horizontal", reverse:false, animationSpeed:600, prevText:"<", nextText:">", easing:"easeInQuad", slideshow:true, useCSS:false }); }; var timer_metaslider_1218 = function() { window.jQuery && jQuery.isReady ? metaslider_1218(window.jQuery) : window.setTimeout(timer_metaslider_1218, 1); }; timer_metaslider_1218(); </script>
Is there another JS file that needs to be included beforehand?
Fran
Thanks for the tip.
I have checked and Print JS, in the advanced setting, is selected.Do you know what could stop the javascript from being included? It looks like javascript for other plugins are included. Alternatively, is there a way for me to insert it manually?
Thanks,
FranForum: Plugins
In reply to: [WP Supersized] @font face looks ugly while transition is in progressHi,
I was wondering if you managed to solve your problem? I’m having the exact same issue!
But, the transition looks fine on a windows browser. Only the font looks like it goes bold on Mac browsers every time the images transition.Does anyone ave any idea what could be causing this?