Bainternet
Forum Replies Created
-
Forum: Plugins
In reply to: [Author Category] LocalizationI’ll look in to it.
Forum: Plugins
In reply to: [Author Category] Doesn't work w/ Subscribe To Comments?i see no option for this plugin to cause that issue. better try the other plugin’s support
Forum: Plugins
In reply to: [Author Category] Empty category selectcan’t replicate
Forum: Plugins
In reply to: [Author Category] Feature request – defined number of avaialable categoriesNot really the functionality of this plugin but you can do that with this simple jQuery snippet
add_action('admin_footer-post-new.php','limit_category_selection_count'); add_action('admin_footer-post.php','limit_category_selection_count'); function limit_category_selection_count(){ $limit = 2; //change this to the number you want to limit ?> <script type="text/javascript"> jQuery(document).ready(function($){ $("input[type=checkbox][name^='post_category']").click(function() { var bol = $("input[type=checkbox][name^='post_category']:checked").length >= <?pphp echo $limit; ?>; $("input[type=checkbox][name^='post_category']").not(":checked").attr("disabled",bol); }); }); </script> <?php }Forum: Plugins
In reply to: [Author Category] Admin can't choose any categoryThe admin is not limited to a category so there is no need to choose a category at your profile.
Forum: Plugins
In reply to: [Sidebar Per User Role] Not Replacing Default Sidebarwhat theme are you using?
Forum: Plugins
In reply to: [ShortCodes UI] 1.9.7 ErrorThanks, Fixed in 1.9.8
Forum: Plugins
In reply to: [ShortCodes UI] 1.9.7. not workingThanks, Fixed in 1.9.8
Forum: Plugins
In reply to: [ShortCodes UI] Import strips slashes in "\n", PHPwill look into it.
Forum: Plugins
In reply to: [ShortCodes UI] Dont works fully with visual composer plugin…sadly its not going to be fixed on this plugin’s end.
Forum: Plugins
In reply to: [ShortCodes UI] Shortcode Attributes not being replaced?Yes,
attributes must be in lowercase letters so change them in both the template and the attribute names.
Forum: Plugins
In reply to: [ShortCodes UI] Conflict with Shadowbox JSDon’t know what the issue but when i tried to activate that plugin i got
“The plugin generated 53291 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
“and two notices
Notice: Undefined variable: theOptions in wp-content\plugins\lightbox-plus\lightboxplus.php on line 260
Notice: Undefined variable: theOptions in wp-content\plugins\lightbox-plus\lightboxplus.php on line 261which would lead me to suggest using another plugin.
Forum: Plugins
In reply to: [ShortCodes UI] WordPress 3.6fixed in 1.9.7, assuming that its the same issue everyone else had with nextgen gallery
Forum: Plugins
In reply to: [ShortCodes UI] Problem with dropdownlook for javascript errors, and let me know.
Forum: Plugins
In reply to: [ShortCodes UI] pass attribute to embeded shortcodetry explaining your issue better, because i have no idea what you mean.