Fida Al Hasan
Forum Replies Created
-
Forum: Plugins
In reply to: [SB Login] code more recently viewedopen sb-login.php and find this line
if (sizeof($posts)>4) array_shift($posts);
. Here change the 4 with your desired number . I am using 4 thats why plugin widget showing 5 posts . I think you get it what I am saying .Forum: Plugins
In reply to: [SB Login] Disable link to dashboard (wish to)Go to sb-login/template/logged-in.php . Here remove this line
<li><a href="<?php echo site_url('/wp-admin/'); ?>"><?php _e('Dashboard','ninety'); ?></a></li>
. It will hide the Dashboard link.Forum: Plugins
In reply to: [SB Login] Can start to load another page to login a user?Answered in here : https://www.ads-software.com/support/topic/login-redirectoin?replies=2
Forum: Plugins
In reply to: [SB Login] Login RedirectoinGo to sb-login/template/login-form.php . There you will find a line like this
<input name="redirect_to" type="hidden" id="redirect_to" value="<?php echo nd_login_current_url(); ?>" />
. Here just change the value of your desire URL.Forum: Plugins
In reply to: [SB Login] code more recently viewedWhat did you meant by “more Recently Viewed Posts” ? Don’t get it.
Forum: Plugins
In reply to: [SB Login] w3 total cache@jankowalski It works with wp 3.6 and w3 total cache . Just don’t enable js minify in minify settings in w3 total cache . It breaks the plugin’s js and jquery . Here is a screenshot https://prntscr.com/1xfp3l
Forum: Plugins
In reply to: [SB Login] lost password function not working@helpdoc I checked now . Its working fine . What is your WP Version? If you having same problem please check your other plugins. They may be conflict.
Forum: Plugins
In reply to: [SB @Reply comment] Getting to "Reply Reply" instead of just "reply"Yes you can . Go to Appearance => theme . Than from available themes click anyother theme’s “Live Preview” . In live Preview go to any post and check is that showing double reply.
Forum: Plugins
In reply to: [SB @Reply comment] Getting to "Reply Reply" instead of just "reply"@kaetrin i checked again but in all my site its not showing double reply text :/ . Its ok . Maybe this plugin conflicting with your current theme . Can you please again check the plugin in another theme?
Forum: Plugins
In reply to: [SB Login] Responsive support?Ok i will try
You can see this https://codex.www.ads-software.com/Function_Reference/add_cap
Forum: Plugins
In reply to: [SB Login] Registration Tab not showing@benjoco10 do the same what EverettJohnMorgan said
Forum: Plugins
In reply to: [SB Login] Incompatible WP v3.6Forum: Plugins
In reply to: [SB Login] plugin brokenForum: Plugins
In reply to: [SB Login] CAPTCHA CODE DOESN'T WORK (UNSEEN)Your captcha plugin must have the ability to hook into SB Login plugin . Otherwise captcha won’t show in SB Login widget.