Title: lowlight's Replies | WordPress.org

---

# lowlight

  [  ](https://wordpress.org/support/users/lowlight/)

 *   [Profile](https://wordpress.org/support/users/lowlight/)
 *   [Topics Started](https://wordpress.org/support/users/lowlight/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lowlight/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lowlight/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lowlight/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lowlight/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lowlight/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/lowlight/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/lowlight/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/lowlight/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme's shortcodes no longer working with WP3.9](https://wordpress.org/support/topic/themes-shortcodes-no-longer-working-with-wp39/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/themes-shortcodes-no-longer-working-with-wp39/#post-4893456)
 * I’m not exactly a programmer, but it looks like the code is the same as what 
   he’s using.
 * His example:
 *     ```
       // Register new button in the editor
       function my_register_mce_button( $buttons ) {
           array_push( $buttons, 'my_mce_button' );
           return $buttons;
       }
       ```
   
 * My theme:
 *     ```
       // Add TinyMCE buttons
       function wpbandit_mce_buttons($buttons) {
       	array_push($buttons, 'separator', 'wpbandit_button');
       	return $buttons;
       }
       ```
   
 * His example to call the javascript:
 *     ```
       // Declare script for new button
       function my_add_tinymce_plugin( $plugin_array ) {
       	$plugin_array['my_mce_button'] = get_template_directory_uri() .'/js/mce-button.js';
       	return $plugin_array;
       }
       ```
   
 * My theme:
 *     ```
       // Add TinyMCE plugins
       function wpbandit_mce_plugins($plugin_array) {
       	$plugin_array['wpbanditShortcodes'] = get_template_directory_uri() . '/air/theme/tinymce/tinymce.wpbandit.js';
       	return $plugin_array;
       }
       ```
   
 * Could the problem be that my theme is using different PHP files other than functions.
   php to call the buttons? It has several other files it uses in a subdirectory
   of the main theme.
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme's shortcodes no longer working with WP3.9](https://wordpress.org/support/topic/themes-shortcodes-no-longer-working-with-wp39/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/themes-shortcodes-no-longer-working-with-wp39/#post-4893422)
 * Hi, the theme name is named “Newsroom” and can be found at themeforest.
 * The site is [HCW PC Gaming Reviews](http://www.hardcoreware.net/)
 * The code is in a separate theme file called “theme_shortcodes.php” and these 
   are the contents:
 * _[ **697 lines of code moderated**, that’s just way too much. [For that many lines of code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   please use [pastebin.com](http://pastebin.com/) instead. ]_
 * The shortcodes work fine on the site, I just lost the shortcuts to them in the
   WYSIWYG editor. This makes it difficult, since I can’t remember how they are 
   structured.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive Tables – Scroll Only](https://wordpress.org/support/topic/responsive-tables-scroll-only/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-scroll-only/#post-4857827)
 * Yes, that looks like the solution. Unfortunately I’d have to go back and edit
   hundreds of tables! Oh well, maybe for another day 😉
 * Thanks for your support
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive Tables – Scroll Only](https://wordpress.org/support/topic/responsive-tables-scroll-only/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-scroll-only/#post-4857801)
 * Hi, I thought about that, but I don’t want to use javascript on my tables. I 
   like to keep things running as lean as possible.
 * I suppose I’ll have to find another way then. I think I used a div with inline
   CSS to do it on particularly wide tables before.
 * Thanks anyway!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox Plus Colorbox] Lightbox adds a "title" attribute to links](https://wordpress.org/support/topic/lightbox-adds-a-title-attribute-to-links/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/lightbox-adds-a-title-attribute-to-links/#post-4756075)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema - All In One Schema Rich Snippets] Manual insertion](https://wordpress.org/support/topic/manual-insertion-1/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180010)
 * Hi I think you forgot to post the code 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema - All In One Schema Rich Snippets] Manual insertion](https://wordpress.org/support/topic/manual-insertion-1/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180003)
 * Of course it does, that’s how the plugin works… It inserts the title, with some
   stars and a score… It puts it at the bottom of the content, but I wanted to see
   if I could put it below the comments box or something. But then I am worried 
   that google will ignore it if it’s down too low
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Special Recent Posts] Widget header code](https://wordpress.org/support/topic/widget-header-code/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years ago](https://wordpress.org/support/topic/widget-header-code/#post-4015020)
 * And yes, I tried adding it to the custom title of the widget, but it ignores 
   html tags
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[upPrev] Request: Disable on certain categories, or multi page posts](https://wordpress.org/support/topic/request-disable-on-certain-categories-or-multi-page-posts/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years ago](https://wordpress.org/support/topic/request-disable-on-certain-categories-or-multi-page-posts/#post-3852502)
 * Hi, where will the pro version appear? I’d like to use it as soon as it comes
   out
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Serious Canonical Issue with Paginated Posts](https://wordpress.org/support/topic/serious-canonical-issue-with-paginated-posts/)
 *  [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/serious-canonical-issue-with-paginated-posts/#post-3699767)
 * I just have to say, I have been following your posts fixing a lot of errors in
   this plugin that we count on.. My site relies heavily on paginated posts, and
   I have noticed a huge drop in google placement. Looking at my stats, I saw a 
   lot of little issues that didn’t seem like a big deal at the time, but I think
   they all add up.
 * Hopefully these fixes help improve things! Thanks a bunch!
 * I actually had a custom plugin created to show post titles of the “Next Page”
   link.. IE “Next page: This Content”… I see there’s a free one now
 * What I really wish for is the ability to set custom <title> tags for each page
   in a post.. So instead of just “Title of article – Page 2” we have “Title of 
   article – This content”. This should help readers as well as google. Ideally 
   the same could be done for meta tags.
 * If you know of anything like this, please let me know! I’d be willing to chip
   in for a plugin that does this.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[The Events Calendar] crippleware, leaves a bunch of crap in your DB](https://wordpress.org/support/topic/crippleware-leaves-a-bunch-of-crap-in-your-db/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/crippleware-leaves-a-bunch-of-crap-in-your-db/#post-7759744)
 * I appreciate that you are considering the feedback. I’m surprised that you didn’t
   think a full uninstall would be necessary – if everyone thought like that, databases
   would get pretty bloated!
 * I also appreciate the license offer, but I actually already found a good calendar
   plugin at codecanyon… The calendar I needed was very basic – I just needed to
   be able to display a calendar with a list of the same recurring events every 
   week. Since your plugin bars that feature from free users, it rendered the plugin
   useless for me… having only two events, but having to enter them each time made
   me want to look elsewhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Uninstallation](https://wordpress.org/support/topic/uninstallation-2/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/uninstallation-2/#post-3662594)
 * Thanks for replying
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Stuck on "Install Calendar Themes"](https://wordpress.org/support/topic/stuck-on-install-calendar-themes/)
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/stuck-on-install-calendar-themes/#post-3662563)
 * I got it to work by copying the folder manually, but then when I performed the
   requested upgrade, it broke the entire site with database errors.
 * I gave up on free calendar plugins and bought one on codecanyon that I am very
   happy with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Can't update to 0.9.2.7 (Unable to locate WordPress Plugin directory)](https://wordpress.org/support/topic/cant-update-to-0927-unable-to-locate-wordpress-plugin-directory/)
 *  [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/cant-update-to-0927-unable-to-locate-wordpress-plugin-directory/#post-3444516)
 * I was able to work around it by setting all the permissions in my plugin files
   to 777
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Can't update to 0.9.2.7 (Unable to locate WordPress Plugin directory)](https://wordpress.org/support/topic/cant-update-to-0927-unable-to-locate-wordpress-plugin-directory/)
 *  [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/cant-update-to-0927-unable-to-locate-wordpress-plugin-directory/#post-3444492)
 * I started getting this error too, after updating W3TC. Now I have to figure out
   why I can’t update or delete any plugins.
 * This W3TC update is worse than I even thought. Now it’s breaking WordPress completely!

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/lowlight/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/lowlight/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/lowlight/replies/page/2/?output_format=md)