saosangmo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Hack to remove JS, CSS, jQuery out of Form 7?Thank you for this great plugin.
I have solved this issue with your support.Forum: Plugins
In reply to: [Contact Form 7] Bug? Form name attribute is empty by defaulthi,
I use your version 4.2.1. this is code you mention in includes/functions.php.function wpcf7_format_atts( $atts ) { $html = ''; $prioritized_atts = array( 'type', 'name', 'value' ); foreach ( $prioritized_atts as $att ) { if ( isset( $atts[$att] ) ) { $value = trim( $atts[$att] ); $html .= sprintf( ' %s="%s"', $att, esc_attr( $value ) ); unset( $atts[$att] ); } } foreach ( $atts as $key => $value ) { $key = strtolower( trim( $key ) ); if ( ! preg_match( '/^[a-z_:][a-z_:.0-9-]*$/', $key ) ) { continue; } $value = trim( $value ); if ( '' !== $value ) { $html .= sprintf( ' %s="%s"', $key, esc_attr( $value ) ); } } $html = trim( $html ); return $html; }
But it still has error.
Forum: Plugins
In reply to: [Contact Form 7] Placeholder for form elements?Thanks for your support. I solved this issue.
Forum: Plugins
In reply to: [Yoast SEO] Heads up..Latest udpate today killed site.The stylesheet of the plugin lost after update
Forum: Plugins
In reply to: [Flexible Posts Widget] Can not limit numbers of postsDont mind, I have resolved my issue after tick on ‘Ignore sticky posts’ option.
Thank for your great plugin.
Forum: Plugins
In reply to: [WP-PostRatings] this plugin will work with no jQuery?Hi,
I mean I want to optimize my site for speed, I do not want to use jQuery and use your plugin.
I do not need ajax.Forum: Plugins
In reply to: [WP Super Minify] Conflict with SEO by Yoast?My all active plugins https://postimg.org/image/564c848ln/
Forum: Plugins
In reply to: [WP Super Minify] Conflict with SEO by Yoast?My screenshot: https://i57.tinypic.com/1zwnudc.png
Forum: Plugins
In reply to: [WP Super Minify] Conflict with SEO by Yoast?hi,
how can I send you my admin account?
You will check it if it is enabled?Forum: Plugins
In reply to: [WP Super Minify] Conflict with SEO by Yoast?hi,
It is being actived but it does not work.Forum: Plugins
In reply to: [Contact Form 7] No jQuery version?Thanks Takayuki Miyoshi for your great plugin.
Forum: Themes and Templates
In reply to: [Point] Change length of description in featuted posts?think ivan,
I work very well. I search around but I do not look into header.phpForum: Plugins
In reply to: [WP-PostRatings] Problem: Failed To Verify Referrer?Thanks for your quick reply. I have solved my issue.
Forum: Plugins
In reply to: [WP-PostRatings] Can not insert vote function to page?hi Lester Chan,
Thank you for quick support. I inserted the wrong position out site of condition in my template.
Now my site works well.
Forum: Fixing WordPress
In reply to: [resolved]Only one p tag in the whole postSorry, don’t mind, I have resolved it by myself.
I have some issues in internet connection.