bubbleswp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: This file exceeds the maximum upload size for this site.Managed to solve this.
The problem was I was putting the code for the .ini file into texteditor on a mac then saving as a .rtf file, uploading to my hosting then renaming to a .ini file.
My mistake was saving as a .rtf file, you need to save as an ascii file.
In text edit go format/make text plain then save as Unicode 8, then transfer to your hosting and rename.
Initially it wouldnt work but that is because my hosting is using php5 so I renamed the file as php5.ini and hey presto.
Forum: Fixing WordPress
In reply to: This file is too big. The maximum upload size for your server is 8MI am having the same problems.
Trying to change the limit from 2meg to 20 meg.
I have changed the php.ini file and added it to every directory.
Added the code suggested by Samuel B to the .htaccess file
My hostings default for upload limit is 32 meg.
Any ideas?
Forum: Fixing WordPress
In reply to: Preview not displaying correctlyHi
I have tried deactivating all plugins, that didnt work.I have made my own design for the theme.
I put the post in a CSS div with a class that I made, when the post is diplayed on the website it uses this class which gives it a fixed width, it doesnt apply this div and class to the preview post.
Im presuming that I need to add this classed div to a page somewhere.