danstech
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: $().ready(function() not workingI 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
In reply to: Change_Themes_ColorJust 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
In reply to: Problems changing permalinktry
/%postname%/Forum: Fixing WordPress
In reply to: Sidebar buttonsNope, 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
In reply to: URGENT: New post giving 404 Error?Did you save the permalink structure when you checked it?
Viewing 5 replies - 1 through 5 (of 5 total)