Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Not 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; ?>

    Thread Starter tomhart

    (@tomhart)

    Fixed…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.

    Thread Starter tomhart

    (@tomhart)

    Impressive 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] Good

    ErikWTN,
    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.

    Thread Starter tomhart

    (@tomhart)

    Should 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.

    Thread Starter tomhart

    (@tomhart)

    I 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.

    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!

    I 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.

Viewing 8 replies - 16 through 23 (of 23 total)