Jeff Kinley
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Some Like it Neat] Error disabling WordPress toolbarForum: Plugins
In reply to: [Custom Permalinks] Permalinks and WPMLI have a client using WPML and Custom Permalinks. We use Custom Permalinks because my SEO colleague uses it to optimize sites. Well, it seems the two plugins do not work well together. In our case, we are getting a double slash after the domain name. Doing my research I found this:
https://wordpress.org/support/topic/doesnt-work-with-wpml-1?replies=4
I have not tried Polylang yet nor the migration from WPML to Polylang, but it appears this could be a fix. I’ll post hear again once I know more. I hope the creators of these plugins talk and get them working together. They both seem to be popular plugins. Has anybody else come across this problem? Did you resolve it?
Thanks,
Jeff
Forum: Plugins
In reply to: [Recipe Hero] Recipe Hero on a membership siteHi. Thanks for the response. I think I also posted on your site. I did find a workaround and got everything working. I’ll post the solution here as soon as I get a chance.
Hi, I just found that you can add this to your functions.php file to allow shortcodes to work in widgets:
add_filter( ‘widget_text’, ‘shortcode_unautop’);
add_filter( ‘widget_text’, ‘do_shortcode’, 11);It seems the theme TwentyTwelve has this set to default because it works in that theme out of the box. Hope this helps.
/jk