rusty175
Forum Replies Created
-
Aha – i adjusted the add_filter code from the github link:
add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_carousel_move', 10, 3);
and it’s working.
The github link provided doesn’t change the behavior of a carousel*
Example (can’t provide link b/c of client confidentiality) but imagine:
Slideshow – 8 total images
Carousel mode
3 images displayed at oncethe desired behavior is for clicking on < or > to move the slideshow just one image, rather than one “slide” (in this case, 3 images).
* also, there’s an extraneous ” in the code
Are you trying to use it in a template, rather than in the content area?
I ran in to the same problem using Flex Slider in a template like so:
echo do_shortcode("[metaslider id=999]");
Simple Lightbox isn’t “triggered” by this – no JS winds up on the page, so it won’t work. You need to instantiate simple light box through the ‘slb_activate’ function, like so (in your template):
$content = do_shortcode("[metaslider id=999]"); if ( function_exists('slb_activate') ) $content = slb_activate($content); echo $content;
Good luck
OK. I had to completely delete everything, re-download the plug-in, then (separately) replace the date picker (after you install it, it is protected), and then enable it
And then it worked!
OK, so the moral of the story: make SURE the new datepicker code is in there!
https://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePicker.jsForum: Plugins
In reply to: [TinyMCE Excerpt] [Plugin: TinyMCE Excerpt] conflict with media libraryI have just found the same thing.
This is indeed a bug/conflict/issue/etc.
Using: WP 3.3.1
Forum: Fixing WordPress
In reply to: Image caption problem – tags added, then unescapedGot it –
i think it’s actually the tinyMCE editor for the excerpt
grrr… ideas how to fix? anyone? bueller?
g