gsibert
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Can't exclude woocommerce 'Shop' page from sitemapCan’t you go to the shop page itself and use the advanced settings under WordPress SEO to remove it from the sitemap?
Me too.
Forum: Plugins
In reply to: [Content Audit] Breaks MenusThanks, Staphanie. Also, enjoyed your talk at WCSF ??
Forum: Plugins
In reply to: [Section Widget] wordpress version 3.6 – Dashboard widget area not workingRight idea, wrong file. This plugin has 2 versions of each js file a dev version and a minified version. The minified version seems to be the one that’s used. Here’s a new minified file for section-widget-admin.js that seems to work now on my local machine.
Forum: Plugins
In reply to: [Section Widget] wordpress version 3.6 – Dashboard widget area not workingThis plugin uses the length method which was deprecated in jQuery 1.10 (and part of WP 3.6). I don’t have a fix right now but if I get a chance in the next day or so I’ll check it out.
ps this is not my plugin, i’m just a community member.
oops, forgot to mark resolved.
Fixed it on my own. If anyone needs to know what to do, here’s a link to what I did:
This is marked as resolved but I don’t see the resolution. What was the fix?
Forum: Fixing WordPress
In reply to: Direct access page without template/theming.Here you go, everything I did to get my event widget to work:
Forum: Fixing WordPress
In reply to: Direct access page without template/theming.Actually, I think I have it all worked out now and there are a few more changes to make it all work well… I’ll write it up and post it here within 24 hours. Cheers.
Forum: Fixing WordPress
In reply to: Direct access page without template/theming.I’m getting close, if you add this code at line 376 of civicrm.php it will strip all of the html causing an issue but it still isn’t quite right…. but closer…
Note that this does fix the ical feed and download issues.
// strip rss html added by gs if (civicrm_wp_in_civicrm() && $_GET['q'] === 'civicrm/event/ical') { civicrm_wp_invoke(); CRM_Utils_System::civiExit( ); }
Forum: Fixing WordPress
In reply to: Upgraded to 3.4 now Password Protected Pages not workingI expanded on this a bit here for anyone looking for a bit more detail:
Forum: Fixing WordPress
In reply to: Upgraded to 3.4 now Password Protected Pages not working@roeshead, WP 3.4 doesn’t use wp-pass.php anymore.
If you look at the code under add_filter(‘the_password_form’, ‘custom_password_form’) that calls your custom form function, look for /wp-pass.php and replace it with /wp-login.php?action=postpass
That should fix it up, at least that’s what I used to fix custom password forms.
Forum: Plugins
In reply to: [Plugin: Tweetblender] 404 message in historyForum: Plugins
In reply to: [Plugin: Tweetblender] 404 message in history