WPChimp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WPChimp Countdown] front page content is not changingDid this work after fixing the other issue?
Forum: Themes and Templates
In reply to: [WPChimp Countdown] Fatal errorMy pleasure. I’m happy to hear that it worked.
I’m going to mark this thread as resolved.
Best regards,
FlorinForum: Themes and Templates
In reply to: [WPChimp Countdown] Fatal errorYou can move everything between lines 2 and 22 to the bottom. Or check out this code: https://gist.github.com/anonymous/9385662
Hope it works!
Forum: Themes and Templates
In reply to: [WPChimp Countdown] front page content is not changingI think the two problems are related, but I’m not 100% sure. Let’s see if this still doesn’t work after fixing the other error.
Forum: Themes and Templates
In reply to: [WPChimp Countdown] Fatal errorHi,
That is a bug in the theme. I’ve released an updated version (1.1.1) that should fix this. The update should be available for download soon.
As a workaround, you can edit admin/controls.php and move the first class in that file to the bottom of the file.
Also, can you tell me what version of PHP you are running?
Best regards,
FlorinYou can try one last thing. Enable debugging (if it’s not on already). Edit wp-config.php and change this line:
define('WP_DEBUG', false);to
define('WP_DEBUG', true);Check the admin for any errors. Revert the config change after this.
The path looks ok, so the files seem to be in the right place.
The FTP error would be best diagnosed and resolved by the hosting company or somebody familiar with your setup.
Can you compare the permissions on the theme’s style.css with one of the files from your WordPress installation (eg. wp-config.php)? Maybe it’s a permission issue.
Hi,
Let’s do some troubleshooting.
Can you post the path to the theme’s style.css file on your server (with the WordPress installation directory and other sensitive info redacted)?
Do you see any error message or warning in the admin or on the front-end?
Best regards,
FlorinForum: Fixing WordPress
In reply to: Failed to connect to FTP ServerFor WPChimp Countdown you should have the following directory structure on your server: [wp install dir]/wp-content/themes/wpchimp-countdown/[theme files]
If you have that and the theme still isn’t working, please post in the theme’s support forum (esmi’s link: http://ww.wp.xz.cn/support/theme/wpchimp-countdown/).