nessachu
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Changed page names not showing on widgetFound the solution! I realized that the plugin, All in One SEO was setting the menu label name. So if I didn’t update the menu label name in the All in One SEO plugin for each page, it would continue to show the old menu label name in the Advanced Sidebar Menu widget.
I would like to know how to do this as well! Please help.
Forum: Plugins
In reply to: [Contact Form DB] [Plugin: Contact Form 7 to Database Extension] Delete dataHi Michael, I just installed the plugin (it’s great!) But I’ve found that I am unable to delete entries from my database. I’m using the FS Contact Form. Every time I check entries to delete, or even attempt to delete all this form’s data, it does not work. It doesn’t delete any entries. Your help would be appreciated. Thanks!
Forum: Plugins
In reply to: [User Access Manager] [Plugin: User Access Manager] problem with redirectsI am having the same problem at wywalk. I added the code here http://wordpress.pastebin.com/CGJCT5si and it fixed the redirection problem with the plugin. BUT my custom templates broke. Anybody know a fix for this?
Hi fxfuture, can you let me know where you insert the code you provided? I want to make a page that shows all my galleries as well, but not sure where your code should be placed. Thanks!
Forum: Alpha/Beta/RC
In reply to: 3.1 RC3: Uppercase custom post type problemsI also came across this thread, “Permalinks 404 with custom post type.” that might be useful for some.
It’s important to note that you CANNOT have a page and post type of the same name. The above thread talks about this and some other solutions. Hope that is helpful as well.
Forum: Alpha/Beta/RC
In reply to: 3.1 RC3: Uppercase custom post type problemsThis is partially related to this thread. I used @dennis_f’s code above and it did help me fix the uppercase problem. Thanks Dennis!
But I ran into an additional problem with permalinks afterwards where all my custom post type single views would return 404 errors.
I realized afterwards that I had named a page and a post-type the same name, and the permalinks were getting confused as to which was which. So all my custom post type single views were broken. I had to rename my custom post type name in order to get them to work with custom permalinks.
Ideally, it would be nice to be able to have a page and a custom post type of the same name so that the permalinks would be consistent. For example, I want to make a “Services” page and query custom post type “services” within it. That would allow a seamless slug between my page and my custom post type single views. It used to work, but now, it confuses the permalinks.