Title: danstech's Replies | WordPress.org

---

# danstech

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [$().ready(function() not working](https://wordpress.org/support/topic/readyfunction-not-working/)
 *  Thread Starter [danstech](https://wordpress.org/support/users/danstech/)
 * (@danstech)
 * [16 years ago](https://wordpress.org/support/topic/readyfunction-not-working/#post-1513499)
 * I found my problem… I needed coffee! I missed the # in the function…
 *     ```
       $o.='
       				</div><!-- .coda-slider .preload -->
       			</div><!-- coda-slider-wrapper -->
       			<script type="text/javascript">
       				$().ready(function() {
       					$(\'#'. $id .'\').codaSlider({' . $args .'});
       				});
       			</script>';
       ```
   
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Change_Themes_Color](https://wordpress.org/support/topic/change_themes_color/)
 *  [danstech](https://wordpress.org/support/users/danstech/)
 * (@danstech)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/change_themes_color/#post-1253886)
 * Just to clarify do you want to do this as the admin, or do you want your users
   to change the way the site looks?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems changing permalink](https://wordpress.org/support/topic/problems-changing-permalink/)
 *  [danstech](https://wordpress.org/support/users/danstech/)
 * (@danstech)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/problems-changing-permalink/#post-1253882)
 * try
    `/%postname%/`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar buttons](https://wordpress.org/support/topic/sidebar-buttons-1/)
 *  [danstech](https://wordpress.org/support/users/danstech/)
 * (@danstech)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-buttons-1/#post-1253880)
 * Nope, but I do have some code on that. Just use the default page widget, and 
   put this in the style.css
 *     ```
       div.widget_pages ul li{
       	background: url(example.png) center no-repeat;
       	text-align: center;
       	list-style-position: inside;
       	padding: 55px 0 25px;
       }
   
       div.widget_pages ul li a{
       	font-size: 20px;
       	font-weight: bold;
       	color: white;
       }
       ```
   
 * You will need to change the padding line and the background line to fit your 
   image.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [URGENT: New post giving 404 Error?](https://wordpress.org/support/topic/urgent-new-post-giving-404-error/)
 *  [danstech](https://wordpress.org/support/users/danstech/)
 * (@danstech)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/urgent-new-post-giving-404-error/#post-1253878)
 * Did you save the permalink structure when you checked it?

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