fu-sin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] After the update to 4.7I have no jetpack. No idea why my post was placed here. I’ve used the Replay button under @johnogg message (5 days ago).
Forum: Plugins
In reply to: [WP Gallery Custom Links] After the update to 4.7Hi @johnogg,
the old links to the target pages no longer exist after the update. And they can’t be set again. All of them were replaced by the links to the pictures.Forum: Plugins
In reply to: [WP Tiles] Custom links for gallery tiles?Hi baumlol,
I’d like the feature you describe native in WP-Tiles too, but as long as you can use the “WP Gallery Custom Links” plugin.Forum: Fixing WordPress
In reply to: How to remove godaddy from dashboard menuLook directly into your WP installation folder. The same ebene with wp-config.php file etc.
Forum: Fixing WordPress
In reply to: How to remove godaddy from dashboard menuAny time. ??
Forum: Fixing WordPress
In reply to: How to remove godaddy from dashboard menuWell, there is only one plugin you can remove but GoDaddy will still stay in your dashboard.
This solution works for me:
0. first make a backup! :)))
1. uninstall the GoDaddy-plugin
2. remove the file /gd-config.php
3. comment out or remove this line in the “wp-config.php”:
require_once( dirname( __FILE__ ) . '/gd-config.php' );
4. delete the directory “mu-plugins” (wp-content\mu-plugins)Good luck!
Forum: Themes and Templates
In reply to: [Point] Menu Not Working ResponsiveThe same issue if using with a child-theme. It works after copying of the /js directory to the child but only with the pages. Something seems to be missing.
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] The new SI Captcha update seems to be brokenHey Mike,
I have the same error with version 2.7.6.4 and WordPress 3.4.1.
Problem was solved by setting permissions to 777 for existing TEMP directory in wp-content/plugins/si-captcha-for-wordpress/captcha..
Thanks for your response! I’m going to ask my provider for the solution. To avoid this errors for the moment I’ve downgrade your plugin back to 3.1 and have no errors now.
I’ve got the similar errors after the last update (to the version 3.1.2):
Warning: session_start() [function.session-start]: open(/tmp/sess_4ef8ffc3107a78e6818a8df5f5817fe6, O_RDWR) failed: Permission denied (13) in .../wp-content/plugins/si-contact-form/si-contact-form.php on line 1803 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-content/plugins/si-contact-form/si-contact-form.php on line 1803
And I can’t log out untill I disable the plugin. Then I got the error site looking like that:
Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-login.php on line 349 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-login.php on line 361 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 686 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 687 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 688 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 689 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 690 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 691 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 694 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 695 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 696 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 697 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 700 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 701 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 702 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 703 Warning: Cannot modify header information - headers already sent by (output started at .../wp-content/plugins/si-contact-form/si-contact-form.php:1803) in .../wp-includes/pluggable.php on line 866 Warning: Unknown: open(/tmp/sess_4ef8ffc3107a78e6818a8df5f5817fe6, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line
(WordPress version: 3.3.1)