tk421jag
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Bundles: Change default message?Thanks. I already sent in a ticket and never heard back from anyone. I’ve been trying to tackle this for the last week. I didn’t get an email or notification that the ticket was received but I sent it in yesterday.
Forum: Plugins
In reply to: [WooCommerce] Product Bundles: Change default message?Yes that is correct. Thank you for the response.
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] ADMIN-AJAX.PHP load time very slowI’m also having this issue.
I’m running PHP 7.4+ and still having this issue. Is there some configuration in the php.ini file that needs to be tweaked or something? This is breaking a lot of sites. I can’t update past PHP 7.4 right now. But according to this thread, it should be working. Anyone?
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?Ok. I think at this point, it’s likely not something with this plugin. I apologize for wasting your time, but I do appreciate all of the help. I’m going to dig a bit further into what one of our developers did when they set this theme up. I think there are some rewrites somewhere that I don’t know about.
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?Nope. No pages or post named ‘people’.
I’m stumped. I don’t know what would be causing this. Even though we are using a custom theme, it’s using all of the normal wordpress files. Nothing crazy.
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?No filtering, and not template redirects.
Only other plugin I’m using is Advanced Custom Fields. I’ve deactivated that and we still get the issue.
This is a custom theme using Foundation framework by Zurb.
Does this plugin edit or alter any other files that maybe we have protected for some reason?
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?Ok, followed your instructions. I do get a list of authors on the test-page. And they are showing the correct link slug I’m going for:
example.com/people/firstname-lastname
However, I’m getting that annoying 404 when I click on any of them. :-/ Each one of these authors has a post published on the website. Several actually. And everywhere that the author is listed, it’s showing the correct URL with slug.
I’ve checked the user profile page, and visited the permalinks page.
Am I missing something?
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?We are manually typing them in to the browser, which should work. Right?
Not using any functions. At least not yet. We’re just trying to get the URL structure set throughout the website before doing any major development.
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?Update -> We were able to get this URL to work using this plugin:
example.com/author/firstname-lastnameBut as soon as we changed “author” to “people”, it stopped working.
After changed the slug we visited the users page and saved that. Then visited permalinks page, just in case. But we still got a broken URL with this format:
example.com/people/firstname-lastnameSo removing “people” and going back to the default “author”, but keeping firstname-lastname works.
example.com/author/firstname-lastname
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?Thanks for these instructions. We’ve tested this several times on our end and have not gotten it to work with 3.8.1. We’ve run through your instructions above several times with no luck.
example.com/people/author-slug still doesn’t work for us. π Doesn’t matter what configuration the username is. We’ve tried the default username, firstname-lastname, but nothing works.
As soon as we deactivate the plugin, we can get back to the default author path: example.com/author/author-slug
I’ll keep working on it, but I can’t imagine what the issue would be.
Forum: Plugins
In reply to: [Edit Author Slug] Working in WordPress 3.8.1?Thank you for replying so quickly.
I’m actually getting ‘people’ to show up, which is great.
I’ve got it set to show firstname-lastname, but I’m getting a 404. I’ve tried keeping it to just the default, using the username, and I still get a 404.
There are no other plugins that would be interfering with this as this is a fairly fresh install.
I’ve got my permalinks set to http://mywebsite.com/sample-post/
Any ideas would be great. Thanks so much for your help.