Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Front-end Editor] Turn off font-family / font-color in rich editor?BTW I am using
Version: 1.7bForum: Plugins
In reply to: [Plugin: Front-end Editor] Turn off font-family / font-color in rich editor?Thanks – but this doesn’t seem to be working for me. I’ve put the function into
functions.phpbut the editor is still showing your default buttons. Here’s exactly what I have but it is not working:function configure_fee_nicedit($config) { $config['buttonList'] = array('bold','italic','left','center','right'); return $config; } add_filter('front_end_editor_nicedit', 'configure_fee_nicedit');Forum: Plugins
In reply to: [Plugin: Front-end Editor] Use editable_post_meta outside loop?Thank you! Amazing plugin.
Forum: Fixing WordPress
In reply to: link_before / link_after not working in WP 2.9.2I’ve got a jQuery work around setup for now but this is really unfortunate. Here’s the code I’m using in my theme’s header.php in case it might help you:
<script type="text/javascript"> jQuery(document).ready(function() { // bug fix : http://wordpress.org/support/topic/365260 // inserts span tag around the links in wp_list_pages jQuery('div.inbar ul li a').contents().wrap('<span />'); }); </script>Forum: Fixing WordPress
In reply to: Javascript and JQuery not working after 2.9.1 upgradeCould it be the way the files were transferred during FTP (ascii / binary)?
Forum: Fixing WordPress
In reply to: Javascript and JQuery not working after 2.9.1 upgradeI’m having a very similar problem but only on one installation (totally fresh install no plugins, default theme). Makes me think its a problem with that particular server. Any ideas yet, OzPoker?
Forum: Fixing WordPress
In reply to: Force a page over ssl (Admin SSL plugin not working)Ever find a solution?
Forum: Plugins
In reply to: [Plugin: More Fields] AJAX Errors in 1.3 for WP 2.8.4Try this if using the latest version (WP 2.9, plugin 1.3):
http://wordpress.org/support/topic/343952Forum: Plugins
In reply to: [Plugin: Category Posts Widget] Don’t show child category postsI’m looking for a way to not show child categories too. Anyone?
Forum: Fixing WordPress
In reply to: is_home() not workingI’ve had this issue also and using
is_page('your_home_slug')seems to work as a quick workaround.Forum: Plugins
In reply to: [Plugin: pageMash > Page Management] $ is not a functionNevermind this issue… it is actually a problem with the Events Manager plugin.
Forum: Plugins
In reply to: [Plugin: Welcart e-Commerce] can i get the english version?I’m interested also! Thanks.
Forum: Plugins
In reply to: [Plugin: Fluency Admin] Still more plugin conflictsSeems like the 2.1.1 update fixed all the issues I was seeing. Thanks!
Forum: Plugins
In reply to: [Plugin: pageMash > Page Management] Pages Won’t DragSame issue here – but only in IE7, not FF or Safari.
Forum: Plugins
In reply to: [Plugin: Fluency Admin] More plugin conflictsThe issue for the one-click plugin updater is just a CSS issue – the plugin works but has display problems when you activate it and Fluency together.