jwurster
Forum Replies Created
-
Forum: Plugins
In reply to: [RSVPMaker] WP logging issue after updateThank you. The updated fixed the problem.
Forum: Plugins
In reply to: [RSVPMaker] Can’t edit RSVP event once createdFor example, I create an event and then save it, having forgotten to update some event options like max number of attendees and ticket prices. When I update and try to save, the save process never completes.
Forum: Plugins
In reply to: [RSVPMaker] Recurring emailHow do I turn this off?
Forum: Plugins
In reply to: [RSVPMaker] Fatal error on updateI spoke too soon. I’m adding a new event. Unfortunately, I see no way to add an image in the content. Seems to be an editing problem. Not sure what to do now.
Forum: Plugins
In reply to: [RSVPMaker] Fatal error on updateI upgraded to php 5.6 and it seems to be working now.
Forum: Plugins
In reply to: [RSVPMaker] Fatal error on updatewp-content/plugins/rsvpmaker/gutenberg/src/init.php on line 124
same error but different line number.
Forum: Themes and Templates
In reply to: [Responsive] big Responsive Theme update available (link broken)Thank you for the info, but I couldn’t wait and am using another theme.
Forum: Themes and Templates
In reply to: [Responsive] big Responsive Theme update available (link broken)It did affect my installation in my trying to update a youtube video I had on my home page in the Featured Content area. I had iframe code to display the video. When I tried to update it, I got some sort of ajax message and asked me if I wanted to whitelist the page. I did. saved and the video was eliminated. When I editted again, the code was gone.
Can you please advise how to display a youtude video in the Featured Content area?
Thank you, jim
Forum: Themes and Templates
In reply to: [Responsive Brix] http 500 error after updating themeNevermind. I found it.
Thanks.Forum: Themes and Templates
In reply to: [Responsive Brix] http 500 error after updating themeThis is the code:
/* If the current page is a paged page. */ if ( ( ( $page = get_query_var( 'paged' ) ) || ( $page = get_query_var( 'page' ) ) ) && $page > 1 ) { $paged = number_format_i18n( absint( $page ) ); > $loop_title_suffix = ' <span class="loop-title-suffix">' . sprintf( __( '(Page %s)', 'responsive-brix' ), $paged ) . '</span>'; $loop_title_suffix = apply_filters( 'hoot_loop_title_suffix', $loop_title_suffix, $paged ); }
Which bracket needs to be removed?
Thank you, jimForum: Plugins
In reply to: [RSVPMaker] Warning: utf8_encode() expects exactly 1 parameter, 2 givenIt must be a problem with my pluggable php. I have:
utf8_encode(strftime($rsvp_options[“long_date”]),strtotime($row->datetime)), $draft );
Forum: Plugins
In reply to: [RSVPMaker] Warning: utf8_encode() expects exactly 1 parameter, 2 givenIt’s on the Dashboard screen.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Need to add a choice on the shopping cartI have already done this but the purchaser doesn’t always fill in the information. Then I have to email him.
Could another solution be to create a check-out page which would have an additional “fake” product on it at a cost of zero dollars but with a variation of the pickup locations?
I posted this in the wrong calendar plugin. Sorry.
Forum: Themes and Templates
In reply to: [Chiro Pro] Category, Archive and Single Post displayI do want to display the 4 boxes like the front page. The idea is to make every page display like the front-page with respect to the 4 boxes.