dushyant28
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Validation errors slide behind content below.solving problems on the fly!
Forum: Plugins
In reply to: validation message appears behind other elements Contact form 7solving problems on the fly..
Forum: Fixing WordPress
In reply to: adding z-index to contact form 7Thanks for no replies, solved it myself.
Forum: Plugins
In reply to: [Accordion Shortcodes] Adding images and pdf to content areaWorks, Thanks!
Forum: Plugins
In reply to: [Accordion Shortcodes] Content flowing out of pageresolved, it was a foundation problem.
and, Thank-you very much for creating such a wonderful plugin !Forum: Plugins
In reply to: [Accordion Shortcodes] Content flowing out of pageThe content must push the page I guess.I do not know how to use jquery. If someone could help me, it would be great. Thanks.
Forum: Plugins
In reply to: [Accordion Shortcodes] Default StylingI added the shortcodes after some text and everythings looks normal now.
Forum: Plugins
In reply to: [Accordion Shortcodes] linking accordion menusHi Phil,Thank-you! Works fine.
Forum: Fixing WordPress
In reply to: Trouble updating to wordpress 4.3Followed. Thank you very much!
Forum: Fixing WordPress
In reply to: Unable to update to wordpress 4.3Thank you for your reply, but I have very little knowledge about web servers. My site is hosted locally on my computer as of now using bitnami.
The error lines are as follows if they might give a hint about the problem:on line 117
$response = wp_remote_post( $url, $options ); if ( $ssl && is_wp_error( $response ) ) { trigger_error( __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ) . ' ' . __( '(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)' ), headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE ); $response = wp_remote_post( $http_url, $options ); }and on line 1597
private function stream_body( $handle, $data ) { $data_length = strlen( $data ); if ( $this->max_body_length && ( $this->bytes_written_total + $data_length ) > $this->max_body_length ) { $data_length = ( $this->max_body_length - $this->bytes_written_total ); $data = substr( $data, 0, $data_length ); } if ( $this->stream_handle ) { $bytes_written = fwrite( $this->stream_handle, $data ); } else { $this->body .= $data; $bytes_written = $data_length; } $this->bytes_written_total += $bytes_written; // Upon event of this function returning less than strlen( $data ) curl will error with CURLE_WRITE_ERROR. return $bytes_written; }Help will be much appreciated, Thanks.
Forum: Fixing WordPress
In reply to: Customizing pluginwasn’t aware of the a plugin support forum.Thank you!
Forum: Fixing WordPress
In reply to: Adding an extra sidebar filethanks!
Forum: Fixing WordPress
In reply to: What is the difference between static and dynamic sidebar?Understood, thank you very much!
Forum: Fixing WordPress
In reply to: linking accordion menu links in main menu drop downthanks Tapan! trying it out.