ant999
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Disabled text box at top left of siteCan anyone else see the code for the annoying text box in top left of this site? You should be able to see it in the html source code but I don’t know where it is to remove it. http://ebestcleanse.com
Many thanks
Forum: Themes and Templates
In reply to: [Pinboard] Disabled text box at top left of siteThere was malicious code put on my site which is why I contacted hosting by the way.
Forum: Themes and Templates
In reply to: [Pinboard] Disabled text box at top left of siteYes I did that. That css code removes the search box from the header. It;s nothing to do with the annoying box.
I have discovered it is not theme related, my hosting company wrongly informed me. The box is still there with 2012 theme.
I did look at html source code, couldn’t see code you’re referring to.
Forum: Themes and Templates
In reply to: [Pinboard] Disabled text box at top left of siteThank you for your quick reply Christine.
Please can you paste the code you have seen in source code? Do you mean this custom css code:
/*to remove search form from header*/
/*#header #searchform {
display: none;
}*/It was commented out.
To answer your other questions:
Did you modify the theme in any way?
No I haven’t.I disabled all plugins last week and the problem did not go away.
Also checked widgets, there is no search box in header section.I would like to know the answer to this also.
Forum: Plugins
In reply to: [WooCommerce] Make phone number not requireAdding the code above worked for me. The phone number is no longer compulsory at checkout. I added it to the bottom of my functions.php file. The internal 500 error sounds like you had a problem with your htaccess file.
Forum: Themes and Templates
In reply to: [Catch Box] Menu does not load on phonesSorry, I’ve found the culprit. A page maker plugin caused the problem. Closing this.
Forum: Plugins
In reply to: [Online Backup for WordPress] Decrypt backup failureHi, with version 3.0.1 if decrypt via Local Backups then choose one of the backups stored on the server, I get the following error:
“The activity failed: The file integrity check failed. The file may be corrupt or the encryption details validated but were actually incorrect (there is a small chance of this happening.)”
The good thing is I can backup locally without encryption with 3.0.1 so this should work.
Oh and regarding
> You may be looking at an online backup and not a normal backup as it’s not normal for it to compress 423MiB into 555 KiB.
You were quite right! I was looking at online backup not local. I am not sure if the backup size matched the downloaded .enc file size as the file has been overwritten since.
Forum: Plugins
In reply to: [Online Backup for WordPress] Decrypt backup failureThanks Jason. I have just checked the Activity log. The backup size is 555.28 KiB and total size is 423MB. I am not sure how to compare the backup size to what was downloaded as the .enc file only shows the total size which is 416MB on disk. I have just upgraded to 3.0.1 so will repeat the process again and let you know.
Forum: Plugins
In reply to: [Online Backup for WordPress] Decrypt backup failureThanks for your reply. I repeated the download of the backup. No errors were reported. I then uploaded the encrypted file via FTP to the ../decrpyt location I specified above, there were no errors with this either and the number of bytes uploaded matched the number of bytes of the original file. The problem is with the decryption it seems. It only partially reads the file which is why get the error:
The backup could not be decrypted; the following error was encountered during decryption: Partially read 286676 of 8388608 bytes from encrypted data file for decryption.
I’ve tried several times. Is there anything else I can do without having to disable encryption?