Title: Sysadmin's Replies | WordPress.org

---

# Sysadmin

  [  ](https://wordpress.org/support/users/palanthir/)

 *   [Profile](https://wordpress.org/support/users/palanthir/)
 *   [Topics Started](https://wordpress.org/support/users/palanthir/topics/)
 *   [Replies Created](https://wordpress.org/support/users/palanthir/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/palanthir/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/palanthir/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/palanthir/engagements/)
 *   [Favorites](https://wordpress.org/support/users/palanthir/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/palanthir/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/palanthir/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Protect WP Admin] NOT compatible with WP 5.6](https://wordpress.org/support/topic/not-compatible-with-wp-5-6/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/not-compatible-with-wp-5-6/#post-13898610)
 * I do not maintain this plugin, I did not develop it and I am not the creator.
   Anyway I am sysadmin. The best idea in this situation is to login via ssh, or
   ftp to each server which hosts website , go to the location in public_html ->
   wp_content -> plugins , find the name of this plugin (it will be a directory 
   called probably protect wp admin or similar) , do not remove it, but instead 
   rename it (change the name of this plugin directory). I hope I explained it well.
   Then try to login using your login slug or wp-login.php and you should be able
   to login to your wordpress. I hoper I explained it enough clear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protect WP Admin] I still have hackers with this enabled](https://wordpress.org/support/topic/i-still-have-hackers-with-this-enabled/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/i-still-have-hackers-with-this-enabled/#post-12630948)
 * Hi,
 * They got smarter. Use Wordfence plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protect WP Admin] Doesn’t work with add on sites or if WP address and site address is different](https://wordpress.org/support/topic/doesnt-work-with-add-on-sites-or-if-wp-address-and-site-address-is-different/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [7 years ago](https://wordpress.org/support/topic/doesnt-work-with-add-on-sites-or-if-wp-address-and-site-address-is-different/#post-11478520)
 * RewriteEngine On
    RewriteBase / RewriteRule ^index.php$ – [L] RewriteRule ^newadmin/?
   $ /wp-login.php [QSA,L] RewriteRule ^newadmin/register/?$ /wp-login.php?action
   =register [QSA,L] RewriteRule ^newadmin/lostpassword/?$ /wp-login.php?action=
   lostpassword [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L]
 * In this case you have to change the rewrite rule and provide a location for the
   wordpress. Above there are default .htaccess entries. Try to change it on your
   own.
 * For Example:
 * RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www.)?example.com$ RewriteRule ^(/)?
   $ my_subdir [L] RewriteRule ^index.php$ – [L] RewriteRule ^newadmin/?$ /wp-login.
   php [QSA,L] RewriteRule ^newadmin/register/?$ /wp-login.php?action=register [
   QSA,L] RewriteRule ^newadmin/lostpassword/?$ /wp-login.php?action=lostpassword[
   QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-
   d RewriteRule . /index.php [L]
 * I am not an expert, but you must try to change it on your own, to be able to 
   set this properly. Or maybe owner of the plugin will be able to help.
 * I was using these sites:
    [https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory](https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)
   [https://stackoverflow.com/questions/2322559/htaccess-wordpress-exclude-folder-from-rewriterule](https://stackoverflow.com/questions/2322559/htaccess-wordpress-exclude-folder-from-rewriterule)
   [https://codex.wordpress.org/Multisite_Network_Administration](https://codex.wordpress.org/Multisite_Network_Administration)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protect WP Admin] Reset Plugin](https://wordpress.org/support/topic/reset-plugin-4/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [7 years ago](https://wordpress.org/support/topic/reset-plugin-4/#post-11447851)
 * Now you can go to plugins and see does it see the plugin as inactive. If yes,
   you can remove the plugin from WordPress level. You welcome. Have a nice Easter.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protect WP Admin] Reset Plugin](https://wordpress.org/support/topic/reset-plugin-4/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [7 years ago](https://wordpress.org/support/topic/reset-plugin-4/#post-11447155)
 * The only solution in this case is go to wp-content/plugins folder and rename 
   Protect Your Admin folder to Protect Your Admin Old or even damaged-plugin. It
   does not matter how you rename the folder. After that try to login via [https://www.mywebsite/wp-login.php](https://www.mywebsite/wp-login.php)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protect WP Admin] Reset Plugin](https://wordpress.org/support/topic/reset-plugin-4/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [7 years ago](https://wordpress.org/support/topic/reset-plugin-4/#post-11446721)
 * Hi,
 * The only way is to get to the server and remove the part responsible for this
   redirect in .htaccess file. You will see the name you provided instead the wp-
   login.php in this file. It should look similar to this. newadmin is a replacement
   for wp-login.php in this case. .htaccess whould be located in public_html folder
   on your server. If you have an access to ftp through WinSCP (remember to show
   hidden files), you can access this file, edit it and change.
    BEGIN WordPress
   RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteRule ^newadmin/?
   $ /wp-login.php [QSA,L] RewriteRule ^newadmin/register/?$ /wp-login.php?action
   =register [QSA,L] RewriteRule ^newadmin/lostpassword/?$ /wp-login.php?action=
   lostpassword [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L]
 * END WordPress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maintenance Mode by Supsystic] counter wrong displays](https://wordpress.org/support/topic/counter-wrong-displays/)
 *  Thread Starter [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/counter-wrong-displays/#post-8673257)
 * Fixed, but I had to edit frontend.octo.css file. I added line-height: normal !
   important; to the existing part of the css code (there is this style already).
   The file is located in wp-content/plugins/coming-soon-by-supsystic/modules/octo/
   css
 * Sincerely yours
    -  This reply was modified 9 years, 3 months ago by [Sysadmin](https://wordpress.org/support/users/palanthir/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive jQuery Slider] few sliders](https://wordpress.org/support/topic/few-sliders/)
 *  Thread Starter [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/few-sliders/#post-5781086)
 * I duplicated options in admin panel responsible for slider settings, but have
   no idea how to duplicate slides options to have second slider position in admin
   panel menu on the left side and have the possibility to add slides for the second
   slider.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive jQuery Slider] Responsive jQuery slider plugin](https://wordpress.org/support/topic/responsive-jquery-slider-plugin/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-jquery-slider-plugin/#post-5281885)
 * <?php if (is_home()){ ?>
    <div id=”slider”> <?php if (function_exists(“chr_responsive_jquery_slider”)){
   chr_responsive_jquery_slider(); }?> </div> <?php }else{ ?> <img src=”[http://domainurl.com/wp-content/uploads/2014/11/header.png”&gt](http://domainurl.com/wp-content/uploads/2014/11/header.png”&gt);
   <?php } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Pagination?](https://wordpress.org/support/topic/pagination-116/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/pagination-116/#post-4674140)
 * I can try to add a pagination by myself (I will hard code it) but need to know
   how to call this function. I need this today, not tomorrow. Any answer will be
   helpful and I will appreciate it. I don’t need the check box in admin panel, 
   All I want is to display numbers below like 1,2,3
 * I want to display for example three post (one below the other) and under these
   three posts i need pagination 1,2,3 which will let user, to see older posts on
   the next page.
 * Here is the example how should it look like (without pagination below)
 * [http://tolek.newcontent.kylos.pl/aktualnosci](http://tolek.newcontent.kylos.pl/aktualnosci)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Translation](https://wordpress.org/support/topic/translation-280/)
 *  Thread Starter [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/translation-280/#post-5526677)
 * Thanks a lot! I’m going to translate it to polish language and will share maybe
   on Monday via the website, where you gave the option to share it through zip 
   file containing po i mo files, uploaded on some server.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive jQuery Slider] progress bar](https://wordpress.org/support/topic/progress-bar-10/)
 *  Thread Starter [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/progress-bar-10/#post-5498042)
 * I found the solution. I removed this: `<div id="progress"></div>` from file responsive-
   jquery-slider.php 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slideshow] Logo Slideshow Broken with 3.3](https://wordpress.org/support/topic/logo-slideshow-broken-with-33/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/logo-slideshow-broken-with-33/#post-2783022)
 * Probably there is something wrong in your template. Or eventually your host provider
   doesn’t accept some function, which this plugin uses. But unfortunatelly I can’t
   write what functions does it use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slideshow] [Plugin: Logo Slideshow] how to add text bottom of image](https://wordpress.org/support/topic/plugin-logo-slideshow-how-to-add-text-bottom-of-image/)
 *  [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-logo-slideshow-how-to-add-text-bottom-of-image/#post-2940245)
 * Try to edit logo-slider.php file. There is everything. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Breadcrumb] breadcrumb .current_page css class](https://wordpress.org/support/topic/breadcrumb-current_page-css-class/)
 *  Thread Starter [Sysadmin](https://wordpress.org/support/users/palanthir/)
 * (@palanthir)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/breadcrumb-current_page-css-class/#post-3417014)
 * I made it :
 *     ```
       <style type='text/css'>
       		.breadcrumb {
       			margin-top: 20px;
       			font-size: 12px;
       			font-weight: bold;
       			color: #4d74bc;
       		}
       		.breadcrumb a{
       		text-decoration:none;
       		color:#464646;
       		font-family:Segoe UI;
       		font-size:12px;
       		line-height:18px;
       		text-align:left;
       		}
       		.breadcrumb a:hover{
       		color:#4d74bc;
       		}
       		.breadcrumb a:active{
       		color:#4d74bc;
       }
       		}
       	</style>
       ```
   

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/palanthir/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/palanthir/replies/page/2/?output_format=md)