Nilambar Sharma
Forum Replies Created
-
Forum: Plugins
In reply to: [Source Affix] align title to links?Actually, when selecting as comma separated, it was suppossed to be in same line and for List mode, starting from new line. This is fixed in the latest update. ??
Forum: Plugins
In reply to: [NS Category Widget] Please add Category dropdownThanks for the feedback. It will be added in next update.
Forum: Themes and Templates
In reply to: [Catch Evolution] making my sidebar narrowerYou can change the width of sidebar by giving style to
#secondary
. For example add this code in your custom CSS#secondary { width: 300px; margin-right:20px; }
Forum: Fixing WordPress
In reply to: Database import errorTry deleting the old database and importing again. Its showing error because the database already exists.
Forum: Fixing WordPress
In reply to: Headline/Title Font Too LargeAfter you activate that plugin, go to Appearance -> Custom CSS. In the text area, copy/paste the above code. Change the font size as you wish.
Forum: Fixing WordPress
In reply to: Headline/Title Font Too LargeInstall this plugin https://www.ads-software.com/plugins/simple-custom-css/
And add following CSS:
h1.site-title{ font-size:30px; } h2.site-description{ font-size:20px; }
Forum: Themes and Templates
In reply to: [Simple Catch] Letting users post articlesFor this feature, you have to use other plugins. Several plugins are available. eg, WP User Frontend, Frontier post, etc
You can check this link also.Forum: Themes and Templates
In reply to: [Catch Evolution] Featured imagesGo to Appearance->Theme Options. Under the tab ‘FEATURED POST SLIDER’, click ‘Featured Post slider options’. Enter post ID in the input boxes to show in the home page.
You can use this Catch IDs plugin for easily finding post IdsForum: Plugins
In reply to: pods() parameter where clauseTry this once.
$params=array("limit" => 15, "where" => "t.user_login = $username"); $obj=pods("user",$params);
Forum: Plugins
In reply to: [Limit Login Attempts] Locked outAs plugin saves your IP, your IP will be blocked until lockout time.
Forum: Plugins
In reply to: [Limit Login Attempts] no effects at allWhich version of WP are you using? It is working well with WP 3.7.1.
Forum: Plugins
In reply to: [Limit Login Attempts] May I Install in my WP?This means :
Warning: This plugin has not been tested in this version of WordPress
However, I am using it in WP 3.7.1 and it is working good.
Forum: Plugins
In reply to: [Limit Login Attempts] Limit login attempts questionThis plugin tracks record of IP from which logins are attempted. If once it is blocked, it blocks for all types of users.
Forum: Plugins
In reply to: [Date Today Nepali] Folders are messed upAll issues are fixed.
Forum: Plugins
In reply to: [Date Today Nepali] Folders are messed upI have updated the folder structure. Actually, I had put it in the wrong folder. Not it is corrected. Thanks for the feedback.