Echtzeit
Forum Replies Created
-
Yes, I tried everything. Changing the .htaccess and deleting (renaming) the Sucuri folder. But nothing worked.
Today I had an idea and checked with the browser tools, to see if there was a captcha hidden some where. And what do you know, there is.
As you can see, the display tag read “hidden” and I changed it to “inherit” which made it appear.
The headline reads: “Enter something special” but I have no idea what I should put into the box.
Like I said before, I know I activated a captcha checkox in the Sucuri options and I’m unable to log in since.
What do I need to enter in that darned textbox? I’m locked out of my page for month now.
First of all, thank you very much for trying to help me. Renaming the plugin folder was the first thing I tried, but it doesn’t work. Since I changed the standard wp-admin to something else, the regular wp-admin doesn’t work, even if Sucuri is deactivated.
And since I let Sucuri make that change, I have no clue how it is implemented or how I can revert it.
http://www.homebrewwelt.com is my domain name. I simply activated two check boxes in the settings and I’m using the WordPress plugin. Does the WAF service cost money?
Forum: Plugins
In reply to: [WordPress Related Posts] Related posts are visible, but not clickableSorry, I had some trouble with malicious scripts. It’s all fixed now.
Could you please have another look?
Forum: Plugins
In reply to: [Category Icons] Missing Argument 2 for wpdb::prepareYes, thank you so much Tadesse! But I still get an error, maybe you can help me?
Warning: Missing argument 2 for wpdb::prepare(), called in /public_html/wp-content/plugins/category-icons/category_icons.php on line 919 and defined in /public_html/wp-includes/wp-db.php on line 992
I’ve copy+pasted your exact lines.
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsOMG, I’m SO HAPPY right now. It FINALLY works again!!! Thank you so, so much! I just love the way the widget looks, it’s perfect like this 🙂 You don’t know how much you want something, until it is taken away from you 😉
Do you have any explanation what the reason for this malfunction was? Cause I sure like to know it!
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsNope, no difference from the code before, still no icons, but everything else is correct.
I’ve gone back and tried the other examples from you again, and only the first two tries (the tutorial and the one after that) show the icons.
Couldn’t you maybe try to improve on those two, by just adding the postcount and the hierarchy?
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsSorry, here are the results:
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsOk, the categories are back in the widget, but the icons are still missing.
Execute the query in phpmyadmin? Did that, and this is the result:
#1046 - No database selectedDid I do that correct?
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsSo the complete code should look like this now?
add_filter('widget_text', 'do_shortcode'); add_shortcode('caticons_listing','bm_caticons_listing'); function bm_caticons_listing() { echo '<ul class="theicons">'; put_cat_icons(wp_list_categories('title_li=&echo=0&show_count=1'),'small=false'); echo ''; }Cause if that is correct, it now remedies the concerns I had before, but now the categories are shown outside the widget AND there are no icons…
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsAlmost, but still not quite there 🙁
Have a look for yourself: http://letsgetdigital.de/
Everything underneath “Genre” up to the next icon is a child category, but it’s not shown correctly (indented).
Also, I tried to add
'show_count' => 0,to
// order the categories $r = array('orderby' => 'name', 'order' => 'ASC', 'hierarchical' => true, 'echo' => 0, 'hide_empty' => 0); $depth = 0 ; $order = bm_caticons_walk_tree(get_categories( $r ), $depth, $r ); $order = explode(',',$order);but it just won’t show the number count.
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsOddly enough, this actually works! I can’t thank you enough.
Only ONE tiny thing missing, though. I need the categories to display hierarchical and I’ve tried tampering with the code, but couldn’t get it to work. Could you tell me how to do this?
After that I’m most definitely gonna buy you a coffee 😉
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsI have it installed on two other blogs and it works just fine. It did work here too for more than a year, until I changed that setting.
Deactivating and reinstalling did nothing.
I’m trying to replicate what the widget does in a different widget (that can handle php), but find it rather hard, cause I’m not a programmer.
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsYeah. Everything concerning the plugins works as intended (as far as I’m using it).
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Widget stopped displaying iconsChanged it to 1, deleted the widget in the sidebar and added it again. Nothing has changed.