k_nitin_r
Forum Replies Created
-
Hi!
Are you using a ‘network’ (WordPress-MU) blog?
I haven’t been able to get the multiple user listings when testing in my environment with a standard WordPress setup.
-Nitin
Hi Dan!
The KNR Author List Widget v2.0.3 is available in the WordPress Plugin Directory at:
https://www.ads-software.com/extend/plugins/knr-author-list-widget/I’ve looked up the issue and, yes, the field name for the author limit was hard coded so WordPress didn’t save the author limit widget setting. This has been fixed in KNR Author List 2.0.2.
Forum: Plugins
In reply to: KNR Authors List More Authors Linkjacdesigner,
Version 2.0.1 of the KNR Author List plugin has been released. Try upgrading and see if it solves the problem you are experiencing.
Hi!
Are you using version 2.0.1 of the KNR Author List widget?
Version 2.0.0 did have some issues so if you aren’t using the latest version, upgrade and check if that solves the problem.
-Nitin
Forum: Fixing WordPress
In reply to: WordPress 3.3.1 Update Failed Message on Dashboardesmi,
Thank you for your reply.
I check the WordPress update and one of the files didn’t get updated – I checked the file size of the files updated in WordPress 3.3.1 and one of the files had a different file size. After updating the file, I ran the upgrade and it reported the database was already upgraded. Finally, I deleted the “.maintenance” file from the WordPress directory to get the error message off.
-Nitin
Forum: Fixing WordPress
In reply to: [Newbie] a function who send the request to another pageJean,
You cannot use the add_submenu_page to send a redirect because a part of the page has already been sent to the browser making the request.
This is by-design (I had saying this statement just as much as you hate reading it). It is the way the API works so you just have to find an alternate way to do what you want to do.
Forum: Themes and Templates
In reply to: How to get rid of Archives and Meta in twenty eleven themermcarv,
I found this YouTube video titled “WordPress Widgets: What They Are & How to Use Them” that may help you in understanding widgets:
https://www.youtube.com/watch?v=rUYJ27uuEeg
(Note: I neither created the video, nor did I get a chance to watch it yet)Many themes add widgets by default because an empty space along the side(s) of a page is not what the theme author intended. Placing an empty text widget into a sidebar does not necessarily create an empty space for some themes because the empty elements show up on the page too, but that varies from theme-to-theme.
If you do not want the archives and the meta section, put in the widgets that you do want from the Dashboard > Appearance > Widgets and you should be good to go.
Forum: Plugins
In reply to: [Hacklog Down As PDF] Down As PDFAs suggested in my previous post, the fix involves seting the domain name in generate.php, line 39. I created a video on making the fix to the plugin at:
https://www.n4express.com/blog/?p=158Forum: Plugins
In reply to: [Hacklog Down As PDF] Down As PDFThe “Please do not leech” message occurs at line 41 of generate.php. When checking for a valid referrer, the URL “www.your-domain.com” is hardcoded into the source code on line 39. If you skip the execution of the conditional from line 40 to line 42, the PDF does get generated.
Forum: Themes and Templates
In reply to: Switching between twenty ten and twentyelevenThe TwentyEleven theme is a completely different theme – it has a different name, so it does not affect the TwentyTen theme in any way. You can have both installed on your WordPress installation and can easily switch between them using the Appearance-Themes page.
Forum: Fixing WordPress
In reply to: WordPress hogging all CPUcocoa,
I followed your path to Quick Cache. I’ve tried Super Cache in the past and although it was great for anonymous users, it didn’t do much for logged-in users. I had a quick go with Total Cache but didn’t want to take the time to go over all the settings. Quick Cache was easy to setup; it can cache for logged-in users too but do remember to change the setting.
Quick Cache took my CPU time down considerably.
Forum: Installing WordPress
In reply to: Installing WordPress with 1and1 issue – Can't view the siteonespriggan,
Try putting up an index.html page on your website and check if it is accessible from your browser by typing in the domain name. If it is, try putting up a simple PHP page by pasting in something like: <?php echo ‘Hello’; ?> into index.php (and delete index.html). If that works fine too, troubleshoot the problem with running WordPress by ensuring that all warning messages are enabled.
Forum: Plugins
In reply to: [Axact Author List Widget] "The plugin does not have a valid header."Hi!
I believe WordPress keeps track of the filename that it loads for a plugin. Version 2.0 of the plugin moves the header and the widget code into a different file for better structured code.
I believe all you would need to do is re-activate the plugin. Give it a try and post back to the forum if you need any help.
Hi!
The new version of the KNR Author List Widget (v2.0.0) supports multiple instances.