jrfoell
Forum Replies Created
-
Forum: Plugins
In reply to: [Recurring Timer Widget] 2 events on the same dayIt might be possible with some javascript trickery to only show the next upcoming event. Let me take a look…
Forum: Plugins
In reply to: [Recurring Timer Widget] 2 events on the same daysektor1952 – sorry it took so long, but I just made an update that should allow the widget to be placed multiple times on a page.
For your situation I think you’ll want two widgets for your Sunday services, and another for Wednesday.
Forum: Plugins
In reply to: [Restore FB Comments] Patch for page permissions errorWas missing something.. this one should be better/correct
Index: restore-fb-comments.php =================================================================== --- restore-fb-comments.php (revision 729495) +++ restore-fb-comments.php (working copy) @@ -127,7 +127,7 @@ } ?> - <script type="text/javascript">window.location='/wp-admin/options-general.php?page=revert-fb-comments&posts_per_batch=<?=$posts_per_batch?>&batch_offset=<?=$batch_offset+$posts_per_batch?>'</script> + <script type="text/javascript">window.location='/wp-admin/options-general.php?page=restore-fb-comments&posts_per_batch=<?=$posts_per_batch?>&batch_offset=<?=$batch_offset+$posts_per_batch?>'</script> <?php // done } @@ -148,7 +148,7 @@ <form name="form" method="get" action="options-general.php"> - <input type="hidden" name="page" value="revert-fb-comments" /> + <input type="hidden" name="page" value="restore-fb-comments" /> <p> This tool will import your Facebook comments back into the comments from WordPress. We advice to empty the current comments when starting the import if you have duplicate comments. When starting the import proces, please don't interupt. This may take a while depending on the amount of posts.
Forum: Plugins
In reply to: [Recurring Timer Widget] 2 events on the same dayStrange… I never got an email about this ticket being opened.
Can you give me the schedule of your event(s) and I can see if I can tweak the logic to work twice in one day? I might alternatively be able to allow multiple widgets on the same page so you can have one for your early event and one for your late event.
Thanks – looks good.
I’ll try to send a friendly virtual nudge to someone at webdevstudios
to see if they can get these changes merged into the plugin.I see your point. This is actually for Cart66 not my own plugin, which uses a [checkout] shortcode. Strange things happen when it runs twice on the same page. This will serve as a good reference for others than encounter it.
Forum: Fixing WordPress
In reply to: 500 Internal Server Error for Custom Post TypeYou should log this as a ticket in https://core.trac.www.remarpro.com. I know someone who is having the same issue, but I’m not sure how to repeat it.