Alkorr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dropdown Categories Menu for Tags not working anymoreDoes anyone have an idea why the Dropdown doesn’t work anymore? Maybe WP dropped the ability to support tags? Thank you for your help!
Ok, then I’m not the only one with this issue! I hope the people working on this great plugin will read this thread. Because this ‘bug’ is very annoying, nobody except the Administrator can see the fields and add Focus Keywords :\
Forum: Fixing WordPress
In reply to: Dropdown Categories Menu for Tags not working anymoreI just did what you suggested and it still doesn’t work π
Forum: Fixing WordPress
In reply to: Dropdown Categories Menu for Tags not working anymoreHi _Y_Power, thank you for your answer, this is what I should do but deactivate all plugins is complicated… Before doing that, did you try the code I posted? Does it work for you? Because a friend used it on his site and it doesn’t work for him either so the problem must be somewhere else :\
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Show conditional textThat’s exactly what I was looking for, thank you so much! In fact I thought I HAD TO use one of the field from the form to add text. I never thought (hence why I didn’t even try, my bad…) that your plugin could be so easy to use.
Thank you for your patience, it’s much appreciated! π
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Show conditional textHi, yes I did but maybe I missed it out… In fact I’d like to show a notice (text only) when a group is selected. ‘text’ is a field, not plain text to add below the group <:)
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Adding CSS Class to a groupOk I should have tried that before asking, it works fine now, thanks again π
Fantastic, it works prefectly now, thank you so much! π
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Adding CSS Class to a groupHi Jules, thank you for the tip, I just did that and it works. Unfortunately, the div is NOT conditional so it applies whether the group appears or not :\
Thank you!
Hi Benjamin, thank you for your quick reply. I installed the ‘Members’ plugin (which is a great plugin, BTW) and I deleted the βai1ec_event_assistantβ user role.
FYI, here the info on this ‘ghost’ user role:
-
General
Read: GrantCustom
delete_ai1ec_event: Deny
edit_ai1ec_events: GrantIt solved one problem, it removed the βai1ec_event_assistantβ user role that was showing in the user role permissions from another plugin. But βai1ecβ is still showing in wp_***_user_roles and in mw_adminimize. I hope you will be able to find a way to remove it completely from the DB. Thanks again!
Forum: Plugins
In reply to: [Dashboard Widgets Suite] Use user nickname for default name in user notesGreat, thanks! π
Sure, I have another suggestion: once a note has been saved, when I edit it, I can’t change the role required to view the note anymore. It could be useful because when you realize you didn’t choose the right role, you can’t edit and change it, you have to create a whole new note. <:)
May I suggest another idea? It would be to add a ‘Sticky’ Option so an old but still relevant and important note could stay on top of the others for more visibility.
That’s it, these are only suggestions, like I said this plugin is already working fine π
Forum: Developing with WordPress
In reply to: Archive for Parent Taxonomy not working (404 error)Hi bcworkz! It took me a couple of days to try the code you provided, with no success at all, I’m afraid… Not that your code doesn’t work but something is wrong somewhere on my side, I guess. I did everything you explained but I still get a 404 error on http://www.mywebsite.com/books/ even though http://www.mywebsite.com/books/thriller works just fine.
I searched Google for 2 days with no success neither but I found some debug code (debug_rewrite_rules) I added to my functions.php to know which template is loaded and even if I don’t know much about how it works, something caught my attention:
-
On http://www.mywebsite.com/books/thriller I get :
Matched Rewrite Query: topics=thriller
Loaded Template: archive.php
Which is fineBut on http://www.mywebsite.com/books/ I get :
Matched Rewrite Query: category_name=books
Loaded Template: 404.php‘books’ is supposed to be a taxonomy, so why it is called a category: category_name=books meanwhile on the ‘thriller’ archive page I get topics=thriller? Shouldn’t it be topics=books instead of category_name=books? Is it why it doesn’t load the archive page? Is it searching for another page? I created a taxonomy-books.php as well but I still get a 404 error…
There is defintely something wrong, and the more I’m searching, the less I understand what it could be. Sorry to be so tedious but when I created my taxonomy I thought the archive for taxonomy (parent+children) would work out of the box but it doesn’t. I’m quite lost here <:)
Forum: Developing with WordPress
In reply to: Archive for Parent Taxonomy not working (404 error)Hi bcworkz, thank you very much! These are useful tips, now I understand how it works. I’m gonna use your Query, I have one question though: I use the archive.php default template, is it possible to alter the loop from the archive page to make it work for the taxonomy as well, without having to create taxonomy-books.php? I don’t know much of coding, my question may be dumb, forgive me if it is <:)
Thanks again for your great help bcworkz! π
Forum: Developing with WordPress
In reply to: Archive for Parent Taxonomy not working (404 error)Well, I tried archive.php and taxonomy-books.php but none of them work… I’m quite lost to say the least. Any idea anyone? <:\
Forum: Developing with WordPress
In reply to: Archive for Parent Taxonomy not working (404 error)Hi Steve, thanks for your reply! My site is only accessible with my IP for the moment… I tried Books instead of books and it still doesn’t work π