Dugonja
Forum Replies Created
-
You should consider moving stats to main WP Dashboard as a widget. It can stay there constantly and there will be never need for someone to close it. It will have more views then it has now and it will not be annoying.
- This reply was modified 11 months, 4 weeks ago by Dugonja.
You indeed are right and your plugin is more serious than I thought it is.
It has bunch of other useful options.
I was wrong and I updated my rating.
Forum: Themes and Templates
In reply to: [Miniva] How do i pay monthy for a website not for a whole yearYou should use WordPress.com. Wordpres.org is for self hosted WordPress.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] chosen checkbox categories not visibleI am having the same issue.
Forum: Plugins
In reply to: [PHP Code Widget] Deprecated warningUntil plugin author updates the plugin, you can fix the notice by manually changing line 62 in execphp.php
add_action('widgets_init', create_function('', 'return register_widget("PHP_Code_Widget");'));to
add_action( 'widgets_init', function() { register_widget("PHP_Code_Widget"); } );- This reply was modified 6 years, 3 months ago by Dugonja.
Forum: Themes and Templates
In reply to: [Suki] Sidebar Widget Title HeadingsFew updates passed headings in sidebar are still H2. You don’t need to allow custom level headings just lower the sidebar headings to H4 or H5 instead of H2.
Forum: Plugins
In reply to: [Classic Editor] Logic bug in Classic Editor 1.0Indeed. If we installed classic editor it should be completely default editor. We installed it to replace Guttenberg one.
- This reply was modified 7 years, 5 months ago by Dugonja.
Edit Ah I see there is 1.3 version now.
It’s working. Thanks.
- This reply was modified 7 years, 5 months ago by Dugonja.
You were indeed right. Upping memory limit and raising max_input_vars by double sorted this error.
I now get similar error…
Deprecated: Non-static method TablePress_Row_Filter::_remove_not_filtered_columns() should not be called statically in /home/KORISNIK/public_html/wp-content/plugins/tablepress-row-filter/tablepress-row-filter.php on line 104
- This reply was modified 7 years, 5 months ago by Dugonja.
I did it long time ago. Your plugin is really great and useful.
Indeed it worked.
Forum: Reviews
In reply to: [Background Image Cropper] Auto installIt’s unrelated to this plugin. Your site is hacked, and hacker mask his backdoor and stuff inside folder of this plugin in order to hide his work. It does that automatically again after you delete it.
I bet you have rogue administrator user. Try using Wordfence plugin to scan your site, use High settings.
Forum: Plugins
In reply to: [Quick Adsense] Fatal error: Can’t use function return valueDowngraded back to 2.2.
I see that author in 2.3 version are again trying to introduce VI ads. Wondering is the author of new quick-adsense same as the guy from 4 years ago before this updates start going.
Forum: Plugins
In reply to: [Quick Adsense] Erorr activateI downgraded to
https://downloads.wordpress.org/plugin/quick-adsense.2.0.1.zip…
Ad settings are not preserved, so you need to resetup it again :(.
- This reply was modified 8 years, 2 months ago by Dugonja.