Title: Vcize's Replies | WordPress.org

---

# Vcize

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack update broke mosaic galleries](https://wordpress.org/support/topic/jetpack-update-broke-mosaic-galleries/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/jetpack-update-broke-mosaic-galleries/#post-5361186)
 * I know I’m coming back to this late, but I’ve disabled both bwp-minify and quick
   cache pro and still have the issue.
 * I actually tried disabling all plugins except jetpack and still had the issue(
   I’ve since re-enabled all of them except bwp-minify and quick cache pro).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow load speeds after domain name change](https://wordpress.org/support/topic/slow-load-speeds-after-domain-name-change/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/slow-load-speeds-after-domain-name-change/#post-4766793)
 * I forgot to mention that the change was the domain only. Same hosting, etc.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress looking at old DB username?](https://wordpress.org/support/topic/wordpress-looking-at-old-db-username/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/wordpress-looking-at-old-db-username/#post-4730409)
 * So it looks like it was the triggers. I dropped them and recreated them with 
   the new username and that appears to have fixed it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress looking at old DB username?](https://wordpress.org/support/topic/wordpress-looking-at-old-db-username/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/wordpress-looking-at-old-db-username/#post-4730392)
 * I searched the WP files and there’s nothing hardcoded other than wp-config.
 * However I did find this in my database import script:
 * /*!50003 CREATE*/ /*!50017 DEFINER=`olduser`@`localhost`*/ /*!50003 TRIGGER wp_postmeta_after_insert
   AFTER INSERT ON `wp_postmeta`
 * Do I just need to run that same statement (and the other similar ones) in phpmyadmin
   but replaced with ‘newuser’? Is there anything I need to do to delete that trigger
   created for olduser? Is there something I should have done differently when moving
   things over to avoid having this statement in my import file?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Tiled Galleries do not work](https://wordpress.org/support/topic/tiled-galleries-do-not-work/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tiled-galleries-do-not-work/#post-4227745)
 * The gallery is on this page: [http://www.earthwander.net/driving-the-connemara-loop](http://www.earthwander.net/driving-the-connemara-loop)
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Get a list of all custom taxonomies](https://wordpress.org/support/topic/get-a-list-of-all-custom-taxonomies/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/get-a-list-of-all-custom-taxonomies/#post-2696100)
 * Found it.
 * If anyone comes across this from google, the function is get_taxonomies.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [And/or statements in query_posts or wp_query](https://wordpress.org/support/topic/andor-statements-in-query_posts-or-wp_query/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/andor-statements-in-query_posts-or-wp_query/#post-2665031)
 * Thanks esmi.
 * ‘review_cat’ is my custom taxonomy.
 * It appears that we’re close. That will allow me to get a post or review with 
   a category of “featured”. However, what I’m looking to get is a post with a category
   of “featured”, or a review with a review_cat (custom taxonomy) of “top”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get query with custom posts and custom post types via custom taxonomies](https://wordpress.org/support/topic/get-query-with-custom-posts-and-custom-post-types-via-custom-taxonomies/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/get-query-with-custom-posts-and-custom-post-types-via-custom-taxonomies/#post-2606136)
 * Any ideas on this? Still can’t figure it out :\
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Peter's Collaboration E-mails] [Plugin: Peter's Collaboration E-mails] can't add new Groups](https://wordpress.org/support/topic/plugin-peters-collaboration-e-mails-cant-add-new-groups/)
 *  [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-peters-collaboration-e-mails-cant-add-new-groups/#post-2246632)
 * I am having the same issue.
 * When trying to create a new group the contributor dropdown box is empty. There
   is nothing to select (even though contributors show up in the dropdowns in other
   sections), so when trying to create the group it throws an error since contributor
   is not set.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JW Player for Flash & HTML5 Video] [Plugin: JW Player Plugin for WordPress] Centering and other effects through CSS](https://wordpress.org/support/topic/plugin-jw-player-plugin-for-wordpress-centering-and-other-effects-through-css/)
 *  [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-jw-player-plugin-for-wordpress-centering-and-other-effects-through-css/#post-2082325)
 * I take it this never happened? I just downloaded the player and have been pulling
   my hair out while trying to center the images.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All internal WP links redirect to homepage](https://wordpress.org/support/topic/all-internal-wp-links-redirect-to-homepage/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/all-internal-wp-links-redirect-to-homepage/#post-2269478)
 * Weird, nevermind.
 * It appears it was only happening with certain posts. I just deleted those posts
   and re-made them and everything is peachy now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All internal WP links redirect to homepage](https://wordpress.org/support/topic/all-internal-wp-links-redirect-to-homepage/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/all-internal-wp-links-redirect-to-homepage/#post-2269477)
 * My .htaccess appears fine to my nooby eyes:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Duplicate Category and Tags Slugs](https://wordpress.org/support/topic/duplicate-category-and-tags-slugs/)
 *  [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/duplicate-category-and-tags-slugs/#post-1708723)
 * Anyone ever find a solution to this? There’s no reason for it to stick a “2” 
   to the end of the tags since the URLs for tags and categories are different. 
   It makes no sense.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Open popup in parent window](https://wordpress.org/support/topic/open-popup-in-parent-window/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/open-popup-in-parent-window/#post-2156209)
 * This was supposed to be marked as the super popup pro plugin, not sure why it
   went to the generic page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twitter Follow Button Shortcode and Widget] Do not show followers does not work](https://wordpress.org/support/topic/do-not-show-followers-does-not-work/)
 *  Thread Starter [Vcize](https://wordpress.org/support/users/vcize/)
 * (@vcize)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/do-not-show-followers-does-not-work/#post-2125013)
 * Wow, talk about a quick fix.
 * How do I update? It’s not flagged as having an update on the plugin page and 
   the version on the wordpress page says 1.0 last updated on June 2nd, do I just
   need to wait for it to show up the plugin page?

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

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