Title: Daniel Drake's Replies | WordPress.org

---

# Daniel Drake

  [  ](https://wordpress.org/support/users/danieldrake/)

 *   [Profile](https://wordpress.org/support/users/danieldrake/)
 *   [Topics Started](https://wordpress.org/support/users/danieldrake/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danieldrake/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danieldrake/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danieldrake/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danieldrake/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danieldrake/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Recent Posts] Can't check categories](https://wordpress.org/support/topic/cant-check-categories/)
 *  Thread Starter [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cant-check-categories/#post-4365919)
 * Nothing on Javascript, but there is a 404 error.
 *     ```
       [19:15:40.375] GET http://84.208.70.249/wp-content/plugins/flexible-recent-posts/scripts/frp.min.js?ver=3.7.1 [HTTP/1.1 404 Not Found 1639ms]
       [19:15:43.625] Usage of getPreventDefault() is not recommended.  Use defaultPrevented instead. @ https://widgets.wp.com/notes/notes-widget.min.js?v=20131201:2
       [19:15:43.737] Usage of getPreventDefault() is not recommended.  Use defaultPrevented instead. @ http://84.208.70.249/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils&ver=3.7.1:4
       [19:15:44.193] Usage of getPreventDefault() is not recommended.  Use defaultPrevented instead. @ https://s1.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZdVrKOPT4FubmZ6UWJJql5uZh5McXJ+XklqXglIbUF+cUluanFxYnoqUNY+19bQ2NzcyMzc0twkCwDeoSwW:4
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Recent Posts] Can't check categories](https://wordpress.org/support/topic/cant-check-categories/)
 *  Thread Starter [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cant-check-categories/#post-4365917)
 * Yes, it is.
 * I’ve found a replacement plugin, so it’s not urgent. But very strange still.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smooth Slider] Maximum content size (in words)](https://wordpress.org/support/topic/maximum-content-size-in-words/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/maximum-content-size-in-words/#post-4300728)
 * moXnesdesign,
 * Since this plugin appears not to be maintained anymore, my suggestion is to look
   for [a different slider plugin](http://wpmu.org/7-best-free-wordpress-slider-plugins/).
   Look for one with mobile interface integration.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smooth Slider] Embed on homepage – help](https://wordpress.org/support/topic/embed-on-homepage-help/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/embed-on-homepage-help/#post-4318667)
 * It won’t show up automatically. Here are three ways of including it:
 * 1. In your template file, use one of the [template tags](http://guides.slidervilla.com/smooth-slider/template-tags/),
   like so:
 * `<?php if ( function_exists( 'get_smooth_slider' ) ) : get_smooth_slider(); endif;?
   >`
 * 2. Create a new [dynamic sidebar area](http://www.tastyplacement.com/add-sidebar-wordpress)
   and use the Smooth Slider widget.
 * 3. Use one of the [shortcodes](http://guides.slidervilla.com/smooth-slider/shortcodes/)
   with the [do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode)
   function.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smooth Slider] integrated font theme](https://wordpress.org/support/topic/integrated-font-theme/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/integrated-font-theme/#post-4332882)
 * It’s not easy, but possible.
 * First, create your own **skin** for Smooth Slider, as discussed here: [http://wordpress.org/support/topic/cant-edit-css-file-1?replies=2](http://wordpress.org/support/topic/cant-edit-css-file-1?replies=2)
 * Then, edit your skin’s **style.css** file and change the **font-family** values
   to the font you want.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smooth Slider] "Add this post/page to Smooth slider" by Default](https://wordpress.org/support/topic/add-this-postpage-to-smooth-slider-by-default/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/add-this-postpage-to-smooth-slider-by-default/#post-4346817)
 * In this file:
 * /wp-content/plugins/smooth-slider/smooth-slider.php
 * find this line:
 *     ```
       if(is_post_on_any_slider($post_id)) { $extra = 'checked="checked"'; }
       ```
   
 * and remove the if-clause. The line should simply read:
 * `$extra = 'checked="checked"';`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smooth Slider] Can't edit CSS file](https://wordpress.org/support/topic/cant-edit-css-file-1/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-css-file-1/#post-4360684)
 * Marie,
 * Start by creating your own skin folder in:
 * /wp-content/plugins/smooth-slider/css/skins
 * The best way is to make a copy of the ‘sample’ folder already there, and naming
   it something like ‘marie’.
 * Then, in the Settings panel, find:
 * **Smooth Slider Styles to Use on Other than Post/Pages**
 * In the drop-down menu, change the value from ‘default’ to ‘marie’. (It should
   be in there.)
 * Now your slider will always follow that style.css file in ‘marie’. Note that 
   it will also override style choices in your Settings panel.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smooth Slider] Add date to smooth slider](https://wordpress.org/support/topic/add-date-to-smooth-slider/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/add-date-to-smooth-slider/#post-3794750)
 * To add a date, you’ll need to edit this file:
 * /wp-content/plugins/smooth-slider/slider_versions/smooth_1.php
 * Find this section:
 *     ```
       foreach($posts as $post) {
       $post_id = $post->ID;
       ```
   
 * Directly below it, add:
 * `$post_date = $post->post_date;`
 * Find this section:
 *     ```
       if($permalink!='') {
       $html .= '<h2 '.$smooth_slider_css['smooth_slider_h2'].'><a '.$smooth_slider_css['smooth_slider_h2_a'].' href="'.$permalink.'">'.$post_title.'</a></h2><span '.$smooth_slider_css['smooth_slider_span'].'> '.$slider_excerpt.'</span>
       ```
   
 * Using HTML and the $post_date variable, add the date somewhere within that code.
   I added mine after the </h2> tag and before the <span> tag.
 * There’s some similar code in the following ‘else’ statement. Consider adding 
   your date there too.
 * If you want to add the author, do a similar thing using $post->post_author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Post type template, or is_single('ai1ec-event')](https://wordpress.org/support/topic/post-type-template-or-is_singleai1ec-event/)
 *  Thread Starter [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-type-template-or-is_singleai1ec-event/#post-3574650)
 * single-ai1ec_event.php worked like a charm. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Facebook Connect – Avatars in P2/Prologue/Rask](https://wordpress.org/support/topic/facebook-connect-avatars-in-p2prologuerask/)
 *  [Daniel Drake](https://wordpress.org/support/users/danieldrake/)
 * (@danieldrake)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/facebook-connect-avatars-in-p2prologuerask/#post-1176157)
 * Seconded; I’d like to know as well.
 * – Daniel

Viewing 10 replies - 1 through 10 (of 10 total)