EnderWiggin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Construction Mode] missing social icons with updateThat worked! Thanks for your help!
Forum: Plugins
In reply to: [WP Construction Mode] missing social icons with updateAlso how do I hide the WP login link?
Forum: Plugins
In reply to: [Fast Secure Contact Form] missing field/button labelsMaybe my WPML can translate the strings, in which PHP files are these strings located?
Can someone please link to the answer or explain how to remove the buttons from a single post? I examined the custom fields but don’t see anything to disable.
Forum: Plugins
In reply to: [WP Construction Mode] Not workingI re-installed and now it works, but now I am having an issue with the email address, I enter in an address, save, but the field refreshes empty. No email icon on the page.
Forum: Plugins
In reply to: [BruteProtect] Constant "site down/slow" alerts but site is upWith the plugin in active, it can’t see that code.
Are you talking about the Bruteforce plugin?
Resolved!
Never mind, it must have been a problem with the server and the hosting company, for Duplicator works fine now. Sorry for the false alarm
Hello Cory,
I am having the same problem (never ending install) but when I tried a manual install, there was no change, after 30-45 minutes it still claims to be “processing files & database”. Note that in the past (over a month ago), I was able to completely install my 600MB-700MB website within a few minutes on this same server without any problems.
Forum: Fixing WordPress
In reply to: Changing php.ini for wordpress on 1and1 hostingThat works for me too, thanks!!
Forum: Installing WordPress
In reply to: Issues with 1and1 and FilezillaWhen I manually install WP onto my 1&1 server space, I just follow these instructions from 1&1.
Is this what you are doing?
Forum: Installing WordPress
In reply to: WordPress 4.0 updates automatically?I just checked the backup of my 3.9.2 wp-config.php file and there are none, so I will add the following to ensure this never happens again.
fine( ‘WP_AUTO_UPDATE_CORE’, minor );
Thanks for your help.
Forum: Installing WordPress
In reply to: WordPress 4.0 updates automatically?That is what I thought about major update versions. And I installed WP manually, so it shouldn’t have done this. I will have to set it not to update automatically if this happens again.
Forum: Installing WordPress
In reply to: как вернуть старую темуПожалуйста, оставьте свои вопросы на английском языке.
Forum: Plugins
In reply to: [Image Widget] Image-widget align?I am having the same problem and I’m trying to adjust the image position horizontally via css but not having any luck. I tried the below but I am not getting the results I would expect. And adding padding-left or right, or margin-left or right decreases the size of the image and widget container…
#widget_sp_image-12 {
float: left !important;
}