jscher2000
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] Broken.. PCLZIP_ERR_BAD_FORMAT (-10)….Hi vickyt, in case your situation is like mine… you might have two backup folders in your hosting account.
You could check using an FTP client or a file manager in your web hosting control panel to view the contents of the /wp-content folder.
If you have more than one which starts with backupwordpress- you may need to either (1) delete the older folder or (2) exclude it from the list of backed up files. Where you view your backups, you can find an “Excludes” link and check there.
Forum: Plugins
In reply to: [BackUpWordPress] Can't get out installation processI’m not sure whether you are encountering an issue limited to this particular plugin, or one related to server configuration. The general problem of WordPress asking for FTP credentials to install a plugin seems to be an old one. Here are some sources on that:
- http://stackoverflow.com/questions/640409/can-i-install-update-wordpress-plugins-without-providing-ftp-access
- http://ww.wp.xz.cn/support/topic/plugin-install-asks-for-ftp-details?replies=8
- http://ww.wp.xz.cn/support/topic/wp-asking-for-my-ftp-credentials-to-install-plugins?replies=19
- http://ww.wp.xz.cn/support/topic/cant-install-plugins-without-ftp?replies=8
That said, it would be useful to know where/how WordPress stores files/database entries for interrupted plugin installation so those could be flushed out. (I didn’t find it in a web search.)
Forum: Plugins
In reply to: [BackUpWordPress] OMG 4GB backup filesWorking normally again as far as I can tell after adding an exclude.
Actually, after adding the exclude manually, the script added it as a default, so the script seems to have a built-in feature for this, but it wasn’t triggered automatically when I updated. I removed my (now duplicate) exclusion and all was well.
By the way, I’ve noticed the Close button does not seem to work correctly in 2.6.2, after submitting the change and recomputing the list of excluded files, it seems to stay open. Once the progress circle disappears, which I think indicates it is done saving changes, I hover my picture and use Edit My Profile to get back to the dashboard. There seems to be a bug here.
Hi StephenMCE, is it your blog that you want to modify?
Adding custom CSS may be a feature of your theme, or you might need to edit a file. I don’t actually use this plugin myself, so I’m not sure whether you can edit its CSS files.
Here is the CSS you want to introduce wherever you are able to do it:
@media print { .ai1ec-month-view a.ai1ec-event-container{ opacity: 1.0; } }If it’s not your blog, or you do not have access to edit it, or you just want to change what prints for you, please see the workaround on the Firefox support forum (linked above).