MaximeK
Forum Replies Created
-
Forum: Plugins
In reply to: jQuery cycle pager repeating itselfI found my problem, but I don’t know if my answer can solve yours.
It seems that I had 2 html tags having the same id, they were nested:<div id="slider_container"> <div id="slider_container"> (stuff) </div> </div>
All I had to do was to delete one of them.
It was the rest of the HTML mock-up.
You should check if you have a double #showcase-menu container element for your pager.Hope it helps !
Forum: Plugins
In reply to: jQuery cycle pager repeating itselfHi,
I have the exactly same problem.
Did you find a solution?Problem solved,thanks to NicoR.
Thanks!
Same issue.. Could someone help us please?
I have this error too.. Could please some staff member help us?
Forum: Fixing WordPress
In reply to: Cheatin' Uh error when adding mediaWhat is your theme ben_blt?
Forum: Fixing WordPress
In reply to: Cheatin' Uh error when adding mediaForum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Event dates not clickableI also have this problem..
Chrome’s console says that the object has no method ‘zIndex’. In fact I am trying to add metaboxes to my custom taxonomies, which needs a date picker.
When I put on my custom post type:
<input type="text" id="date" name="mk_vdf_oeuvre_numero" />
..it works fine, but here in the custom taxonomy screen:
<input type="text" id="date" name="mk_vdf_artiste_date_naissance" />
..I get this error.
Please help!