Alexandre
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DownloadManager] 404 error when using Download Nice PermalinkThat worked. Thank you Lester.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Parse Error since updateJust updated to PHP 5.3.26 and it works now.
whiletrue, you should look into making it backwards compatible (if at all possible), however.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Parse Error since updateSame error here. Broke the whole blog. Even admin. Had to restore version 2.3 of the plugin from backup.
PHP 5.2.17.
WordPress 3.5.2.
Really Simple Twitter Widget 2.3.1.1.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Fatal Error v 2.0.4“Erase cached data (use it only for a few minutes, when having issues)” seems to have worked for me. Thanks.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Thank You PageThank you takayukister!
Your answer to senlin solved my problem. My theme was missing the
<?php wp_footer(); ?>in the footer.php file.Problem solved.
Forum: Fixing WordPress
In reply to: is_home() not workingPut
<?php wp_reset_query(); ?>before the conditional tag. Worked for me.I found this here: http://forums.digitalpoint.com/showpost.php?p=7646656&postcount=2
Forum: Plugins
In reply to: Crop from LEFT or RIGHT of image instead of just centerIs there a way to do this from my theme’s functions.php?
I don’t want to mess with the WordPress installation as I’d have to modify it every time a new version came out…
It also seems more elegant to do it through options in the theme, rather than hack WP includes.
Any help is greatly appreciated.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Thank You PageI’d really appreciate some help on this issue as well. Any ideas how to get the Additional Settings field to work with a “Thank You” page?
Thanks everyone!
Forum: Fixing WordPress
In reply to: Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10)I was having the same problem. Turns out I had maxed out the storage space I had acquired on the server my site is hosted on. Noob mistake, I know…
It’s working now.