Title: Hungrynow's Replies | WordPress.org

---

# Hungrynow

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Flatter] How to change the speed of the slider?](https://wordpress.org/support/topic/how-to-change-the-speed-of-the-slider-2/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/how-to-change-the-speed-of-the-slider-2/#post-9540387)
 * I have read the documentation for this version of Owl Carousel and tried everything
   that looks likely but I still cannot slow down the slider. Please help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add Register button to main menu](https://wordpress.org/support/topic/how-to-add-register-button-to-main-menu/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/how-to-add-register-button-to-main-menu/#post-9512632)
 * Thank you for replying!
    I admit I’m a little confused now. I have already added
   a login/logout link to my menu with this code in my functions.php:
 *     ```
       add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2);
       function add_login_logout_link($items, $args) {
               ob_start();
               wp_loginout('index.php');
               $loginoutlink = ob_get_contents();
               ob_end_clean();
               $items .= '<li>'. $loginoutlink .'</li>';
           return $items;
       }
       ```
   
 * What I would like now is an additional menu item to register that shows when 
   the login link shows. (Button was the wrong terminology, sorry, I just want a
   standard menu item). So how can I do this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NovelBlue] Remove arrows from slider](https://wordpress.org/support/topic/remove-arrows-from-slider-2/)
 *  [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-arrows-from-slider-2/#post-9508035)
 * Got it! Just add this to the !Additional CSS section:
 *     ```
       .flex-direction-nav .flex-prev, .flex-direction-nav a {
       display: none;
       }
       ```
   
    -  This reply was modified 8 years, 11 months ago by [Hungrynow](https://wordpress.org/support/users/hungrynow/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Users] I received email myself](https://wordpress.org/support/topic/i-received-email-myself/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/i-received-email-myself/#post-9506493)
 * Thank you for the explanation, that’s great! As long as it’s by design and not
   spamming the other admin, I’m happy 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [“Apologies but no entries were found” when submitting a comment](https://wordpress.org/support/topic/apologies-but-no-entries-were-found-when-submitting-a-comment/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/apologies-but-no-entries-were-found-when-submitting-a-comment/#post-9288697)
 * From the raw access logs and Wordfence history I see that when this user tried
   to submit their comment they were directed to /wp-comments-post.php which resulted
   in a 404 error.
 * so why would the “post comment” button go to /wp-comments-post.php ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [“Apologies but no entries were found” when submitting a comment](https://wordpress.org/support/topic/apologies-but-no-entries-were-found-when-submitting-a-comment/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/apologies-but-no-entries-were-found-when-submitting-a-comment/#post-9288632)
 * Thanks for replying. The user has already tried from both their home and work
   computer so this is very odd. It’s every time they press “post comment”.
 * Please can you look at my edit above, do you think it’s possible for something
   weird in the “website” field to cause this problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [“Apologies but no entries were found” when submitting a comment](https://wordpress.org/support/topic/apologies-but-no-entries-were-found-when-submitting-a-comment/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/apologies-but-no-entries-were-found-when-submitting-a-comment/#post-9288538)
 * This is the only user who has reported the problem. Other people – and I, whether
   signed in or not – can post comments normally without problem.
 * Edit: could this error be caused by typing something invalid into the “website”
   field of the comment form? In the screenshot (actually a photograph of the screen)
   the user sent me it looks as though there’s something in that field but I can’t
   make it out. It looks ghosted…
    -  This reply was modified 9 years, 1 month ago by [Hungrynow](https://wordpress.org/support/users/hungrynow/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Brigsby] After updating the theme today the image slider isn’t showing](https://wordpress.org/support/topic/after-updating-the-theme-today-the-image-slider-isnt-showing/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/after-updating-the-theme-today-the-image-slider-isnt-showing/#post-9100116)
 * I have restored the previous theme files from backup and the slider is back. 
   It’s a busy site so I couldn’t experiment with it but, in case it’s relevant,
   we have only put one image in the slider (slide 1) in order to use it as a static
   image. Firebug was showing the image slider div but the page wasn’t rendering
   it.
 * Anyway, we’re using the previous version of the theme until this is resolved.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SSL Mixed Content Fix] Still have two sites, http and https](https://wordpress.org/support/topic/still-have-two-sites-http-and-https/)
 *  [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/still-have-two-sites-http-and-https/#post-8983989)
 * I hope it’s ok that I reply. jelliotto10, it looks like you haven’t set up the
   http to https redirect in your .htaccess file. This plugin fixes the insecure
   content in your website, it dose not handle redirections. The tutorial I’ve used
   is [http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/](http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/)
   and the lines you should add to your .htaccess are probably these, making sure
   of course that you replace [http://www.yoursite.com](http://www.yoursite.com)
   with your actual URL:
 *     ```
       RewriteCond %{SERVER_PORT} 80
       RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R,L]
       ```
   
 * It’s vital that you save a copy of the original file before making any changes
   since the potentiall for breaking your site is very high. If there’s a problem
   just switch back the original file.
    -  This reply was modified 9 years, 4 months ago by [Hungrynow](https://wordpress.org/support/users/hungrynow/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Above The Fold CSS] No results](https://wordpress.org/support/topic/no-results-26/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/no-results-26/#post-8957915)
 * If you can see it then I guess it must be a cache issue… I’ve also installed 
   WP Speed of Light which is the only thing with cache but I’ve used its clear 
   cache option and deactivated the plugin to no avail…. HOWEVER I can see the code
   when I use a different browser!!
 * Sorted! Thank you so much for your fast response!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Above The Fold CSS] No results](https://wordpress.org/support/topic/no-results-26/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/no-results-26/#post-8957897)
 * Yes, I’ve tried it with the responsive option both yes and no, same thing. The
   website I’m trying it on is [http://parsleymonster.com/](http://parsleymonster.com/)
   which is a test website running the same theme and child theme as the production
   site that I need it for.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] How to remove Custom Sidebars column from post list?](https://wordpress.org/support/topic/how-to-remove-custom-sidebars-column-from-post-list/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-custom-sidebars-column-from-post-list/#post-8957627)
 * That’s worked!! Thank you Kasia 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image limit on FTP backup?](https://wordpress.org/support/topic/image-limit-on-ftp-backup/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/image-limit-on-ftp-backup/#post-8939196)
 * OK, it turns out the problem was caused by the number of files exceeding the 
   recursion limit for FTP. I could only see and therefore download the first 10,000
   files found by the FTP client. I now have in my possession the (15,000) original
   files from a backup provided by my host and I’m hoping I can get some feedback
   on my proposed solution, please.
 * I have already combined the files from the complete backup of the uploads directory
   with the files that have been added since that backup was taken and I have compressed
   the whole thing into a tar.gz archive. If I upload that archive to wp-content/
   uploads and extract it in cPanel File Manager, I figure it should automatically
   overwrite the existing files whilst replacing the missing ones. **Is that correct?
   Does that seem like the best solution?**
 * My first idea was to simply upload them in stages via ftp, selecting the “Skip”
   option for all duplicates, but I don’t know what strange behaviour I might encounter
   when Filezilla tries to skip more files than the recursive limit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Scan terminated with 502 error](https://wordpress.org/support/topic/scan-terminated-with-502-error/)
 *  Thread Starter [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/scan-terminated-with-502-error/#post-8922274)
 * Apologies, it’s working now! Looks like it really was just a temporary connection
   problem. Marking solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Free Wordfence plugin has killed my web site](https://wordpress.org/support/topic/free-wordfence-plugin-has-killed-my-web-site/)
 *  [Hungrynow](https://wordpress.org/support/users/hungrynow/)
 * (@hungrynow)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/free-wordfence-plugin-has-killed-my-web-site/#post-8922205)
 * Hi have you got this fixed yet? Which came first, your Wordfence installation
   or your WordPress update? If the former, I suggest you speak to GoDaddy as their
   idea of updating WordPress for you often involves wiping parts of your previous
   installation. This could explain the error you’re getting.

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

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