Dhul Wells
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Limiting the Number and Size of FilesYou have to set
@ini_set( 'max_file_uploads' , '3' );
Forum: Developing with WordPress
In reply to: html block and shortcode blockWhat’s the reason for doing this when there’s a shortcode block?
Forum: Fixing WordPress
In reply to: Site shuts down- This reply was modified 3 years, 2 months ago by Dhul Wells. Reason: My complete answer
Forum: Fixing WordPress
In reply to: Custom plugin conflict with admin customise pageThere isn’t enough information here. But, how does your plugin conflict with the wp-admin customize page? If you have a plugin which is running cron jobs then that plugin shouldn’t be doing anything but adding a filter to ‘cron_schedules’
Can you paste your plugin code?
Thanks.
Forum: Fixing WordPress
In reply to: keep me logging outVisit the following URL:
https://api.www.ads-software.com/secret-key/1.1/salt/
Copy the values there and replace with the existing ones in your wp-config.php file. If the problem exist after doing this let me know.
Forum: Fixing WordPress
In reply to: Auto SaveHi,
To turn off autosave add this to your wp-config.php right before
/* That's all, stop editing! Happy blogging. */
define( 'AUTOSAVE_INTERVAL', 86400 );
It will only fire the AJAX autosave once per day, and unless you spend an entire day writing a post this should be the equivalent to off. Let me know if you need any futuher assistance.
- This reply was modified 8 years, 2 months ago by Dhul Wells.
Forum: Fixing WordPress
In reply to: Which CSS File To ChangeThe latest version of WordPress now how a built in CSS editor for small edits such as this one. It is located at Apperance->Edit CSS. Let me know if you require any additional assistance.
- This reply was modified 8 years, 2 months ago by Dhul Wells.
Forum: Networking WordPress
In reply to: Website not accessible.Can you paste your .conf file for this site?
Forum: Fixing WordPress
In reply to: The cheapest woocommerce memberships/subscription solutionUltimate Member with the WooCommerce integration.
Forum: Fixing WordPress
In reply to: Allowing CommentsI see the option to comment on each site except myeyesarewatchingyou.com. For that one uncheck the option “Users must be registered and logged in to comment” in Settings > Descussion.