Hungrynow
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Flatter] How to change the speed of the slider?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
In reply to: How to add Register button to main menuThank 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
In reply to: [NovelBlue] Remove arrows from sliderGot 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, 8 months ago by Hungrynow.
Forum: Plugins
In reply to: [Email Users] I received email myselfThank 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
In reply to: “Apologies but no entries were found” when submitting a commentFrom 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
In reply to: “Apologies but no entries were found” when submitting a commentThanks 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
In reply to: “Apologies but no entries were found” when submitting a commentThis 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 8 years, 10 months ago by Hungrynow.
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
In reply to: [SSL Mixed Content Fix] Still have two sites, http and httpsI 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/ and the lines you should add to your .htaccess are probably these, making sure of course that you replace 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, 1 month ago by Hungrynow.
Forum: Plugins
In reply to: [My Above The Fold CSS] No resultsIf 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
In reply to: [My Above The Fold CSS] No resultsYes, 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/ which is a test website running the same theme and child theme as the production site that I need it for.
Thanks!
That’s worked!! Thank you Kasia 🙂
Forum: Fixing WordPress
In reply to: Image limit on FTP backup?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.
Apologies, it’s working now! Looks like it really was just a temporary connection problem. Marking solved.
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.