Bill Even

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Internal Server Error #1368283
    Bill Even
    Participant

    Had host upgrade PHP to 5.6. Problem solved.

    in reply to: Internal Server Error #1368277
    Bill Even
    Participant

    Site is GetBIC.com.

    Sorry

    Bill

    in reply to: Changing font size on date #1352415
    Bill Even
    Participant

    You rock Geoff! Thank you!

    Bill

    in reply to: Maps not being displayed #1154685
    Bill Even
    Participant

    Hi Geoff,

    Thanks for the follow-up. I am using a different PayPal plug-in — PayPal Donations. It’s working fine now.

    Bill

    in reply to: Maps not being displayed #1154183
    Bill Even
    Participant

    Found it! There is a conflict with the following plug-in: PayPal Donation Pro

    Unfortunately I need this plug-in until I can find a viable substitute that doesn’t conflict.

    Thanks for your help!

    Bill

    in reply to: Maps not being displayed #1153071
    Bill Even
    Participant

    This reply is private.

    in reply to: Maps not being displayed #1152701
    Bill Even
    Participant

    This reply is private.

    Bill Even
    Participant

    OK, I tried editing the functions.php file in my child theme. Naturally I broke it. I was able to restore the old file, so no harm-no foul.

    This is what I got —

    Parse error: syntax error, unexpected ‘;’, expecting ‘)’ in /home/content/51/13953751/html/crc2/wp-content/themes/chestnut-ridge-conservancy/functions.php on line 33

    In the instructions you referred me to, it states:

    “You may need to remove the opening <?php tag if your theme’s functions.php already has one.”

    Mine does, but I don’t get why.

    This is the entire contents of the functions.php file in the child theme:

    <?php
    /**
    * Functions – Child theme custom functions
    */

    /*****************************************************************************************************************
    Caution: do not remove this or you will lose all the customization capabilities created by Divi Children plugin */
    require_once(‘divi-children-engine/divi_children_engine.php’);
    /****************************************************************************************************************/

    /**
    * Patch to fix Divi issue: Duplicated Predefined Layouts.
    */
    remove_action( ‘admin_init’, ‘et_pb_update_predefined_layouts’ );
    function Divichild_pb_update_predefined_layouts() {
    if ( ‘on’ === get_theme_mod( ‘et_pb_predefined_layouts_updated_2_0’ ) ) {
    return;
    }
    if ( ! get_theme_mod( ‘et_pb_predefined_layouts_added’ ) OR ( ‘on’ === get_theme_mod( ‘et_pb_predefined_layouts_added’ ) )) {
    et_pb_delete_predefined_layouts();
    }
    et_pb_add_predefined_layouts();
    set_theme_mod( ‘et_pb_predefined_layouts_updated_2_0’, ‘on’ );
    }
    add_action( ‘admin_init’, ‘Divichild_pb_update_predefined_layouts’ );

    ?>

    Can you show me where/how to insert your suggest custom code?

    Thank you!

    Bill

    in reply to: Sharing events across calendars #1104682
    Bill Even
    Participant

    Thanks Brook. I’ll give the iCal a try.

    Bill

    in reply to: "Next month #1087149
    Bill Even
    Participant

    Hi Brook,

    Yup. Makes sense! Thank you.

    Bill

    in reply to: Background color assistance #1072180
    Bill Even
    Participant

    You’re awesome Geoff!

    Thanks.

    Bill

    in reply to: Hiding the vertical divider #1004971
    Bill Even
    Participant

    Brian,

    You are awesome.

    Thank you for the assistance.

    Bill

    in reply to: All events not showing up by default #998304
    Bill Even
    Participant

    I was able to change the appearance of the calendar from list to month which solved the problem. However, there is still a technical issue outstanding.

    Bill Even
    Participant

    Found it.

    Thanks

    in reply to: Venue URL shows backend code #198684
    Bill Even
    Participant

    Nice. Thank you!

Viewing 15 posts - 1 through 15 (of 15 total)