atpdejong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding fullscreen sliderHi Stevert, I’m a really big fan of Swiper check it out on github nolimits4web/swiper. Its not very light. IF you want a lighter version you can have a look at Flexslider the minified JS file is only 22.5kb. Or Owl Carousel 2.
You can use wp_enqueue_script() (for JS file) and wp_enqueue_style() (for CSS file) to add the libraries to your project. See the examples in the WP Codex. Then just follow the instructions on the Sliders website on how to do the setup.
Forum: Fixing WordPress
In reply to: Menu Development _ accordion with expand all menu buttonHi there @bci1011,
Can you supply the example and a link to the theme you are using? Then it will be easier for me (or someone) else to help you a long with your question.Forum: Plugins
In reply to: [Aesop Story Engine] Having trouble with Maps componentThanks Nick, everything is working great!
Forum: Plugins
In reply to: [Aesop Story Engine] Having trouble with Maps componentHi Michael,
Yes I’m running ASE 1.3.2
I switched themes, re-installed the plugin which didn’t work.
But now I seem to have fixed the problem by generating a new map in Mapbox and inserting the new code into my theme. Maybe good to add this to your docs page. If maps stop working suggest to make a new Mapbox Map ID 🙂
Just wondering, how I should go about inserting the map marker selection box in the admin area of my custom post? I edited the plugin for now but would rather hook into a function.
Hey piratescott, you can do this with a child theme.
http://codex.wordpress.org/Child_Themes