Vcize
Forum Replies Created
-
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
In reply to: Slow load speeds after domain name changeI forgot to mention that the change was the domain only. Same hosting, etc.
Forum: Fixing WordPress
In reply to: WordPress looking at old DB username?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
In reply to: WordPress looking at old DB username?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 ONwp_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
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled Galleries do not workThe gallery is on this page: https://www.earthwander.net/driving-the-connemara-loop
Forum: Hacks
In reply to: Get a list of all custom taxonomiesFound it.
If anyone comes across this from google, the function is get_taxonomies.
Forum: Fixing WordPress
In reply to: And/or statements in query_posts or wp_queryThanks 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”.
Any ideas on this? Still can’t figure it out :\
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.
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
In reply to: All internal WP links redirect to homepageWeird, 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
In reply to: All internal WP links redirect to homepageMy .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
In reply to: Duplicate Category and Tags SlugsAnyone 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
In reply to: Open popup in parent windowThis was supposed to be marked as the super popup pro plugin, not sure why it went to the generic page.
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?