tomhart
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add Widget Area to Header Twenty ThirteenNot sure what’s wrong with either of the above but this works.
In functions.php (child themed, obviously)//add a widget area in the header as described by TomHart if ( function_exists ('register_sidebar') ) register_sidebar( array( 'name' => __( 'Header Widgets Area', 'twentythirteen' ), 'id' => 'sidebar-header', 'description' => __( 'Header widgets area for my child theme.' , 'twentythirteen' ), 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 'after_widget' => '</aside>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) );
and in header.php.
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widgets Area') ) : endif; ?>
Forum: Reviews
In reply to: [Slideshow] can't upload anythingFixed…de-activated a non standard plugin called piklist that i’d played around with and houston, we have blast off. thanks for the quick response and sorry for giving you 1 star so fast…and if you can tell my how to change it to a higher rating i will.
Forum: Reviews
In reply to: [Slideshow] can't upload anythingImpressive response…
When I try to upload I get Error
An error occurred in the upload. Please try again later.
When I chose media library the media library is not there.I was testing on a site that has had a log of junk thrown at it…if it doesn’t work on this site I don’t care. Based on your response should I try on a cleaner install?
Forum: Reviews
In reply to: [Enable Media Replace] GoodErikWTN,
You really should upgrade your rating and revise the post…both are possible i believe. Like a lot of folks i check the negative posts for possible problems.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] WordPress multisiteShould mention that the newest version did not break a new install on a new 3.51 website. (certbd.org) so it appears to be just a multi-site issue.
Forum: Reviews
In reply to: [Appointment Booking Calendar] Must use pay paypalI understand the difference between can and must. Your description says you can use paypal, which is very different from must use paypal.
Please correct your description. Thank you for actually reading what I wrote as well as understanding.Forum: Plugins
In reply to: [Appointment Booking Calendar] PayPal enabled no matter what!Your descriptions says ‘The booking form can be linked to a PayPal payment process.’
Can does not mean must. Piss me off and fix either your description or plugin!Forum: Fixing WordPress
In reply to: No dashboard – no editI had the same problem in Chrome but no problem in Firefox or IE. Adding this not to help you (sorry) but as an FYI for anyone else searching for a solution to this problem.