Forum Replies Created
-
AuthorPosts
-
Bill Even
ParticipantHad host upgrade PHP to 5.6. Problem solved.
Bill Even
ParticipantSite is GetBIC.com.
Sorry
Bill
Bill Even
ParticipantYou rock Geoff! Thank you!
Bill
Bill Even
ParticipantHi Geoff,
Thanks for the follow-up. I am using a different PayPal plug-in — PayPal Donations. It’s working fine now.
Bill
Bill Even
ParticipantFound 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
Bill Even
ParticipantThis reply is private.
Bill Even
ParticipantThis reply is private.
July 27, 2016 at 5:14 am in reply to: Changing the title from "Tickets" to something else (like "Register Now") #1144541Bill Even
ParticipantOK, 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
Bill Even
ParticipantThanks Brook. I’ll give the iCal a try.
Bill
Bill Even
ParticipantHi Brook,
Yup. Makes sense! Thank you.
Bill
Bill Even
ParticipantYou’re awesome Geoff!
Thanks.
Bill
Bill Even
ParticipantBrian,
You are awesome.
Thank you for the assistance.
Bill
Bill Even
ParticipantI 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.
July 22, 2015 at 11:28 pm in reply to: Calendar Listing not displaying correctly on mobile devices #989234Bill Even
ParticipantFound it.
Thanks
Bill Even
ParticipantNice. Thank you!
-
AuthorPosts
