luckyray
Forum Replies Created
-
Forum: Plugins
In reply to: [WeShare Buttons] share buttons not showingThank you, @e-mailit.
It’s now working.But it seems that when sharing it only use the page title and there is no excerpt. And there is no url shortening. And it doesn’t support multiple Google+ pages within one Google Account.
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X conflict with AppointmentsThank you for your reply, @gunu.
After examining the code of Appointments plugin, I found that there is some code as below:
if ( $this->use_cache() ) {
if ( has_filter( ‘wpautop’ ) ) {
$this->had_filter = true;
}
remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );
}I am not sure the purpose of doing this, but after commenting out the remove_filter statement, the problem is gone. I still don’t know why the mqTranslate worked fine with the Appointments plugin without my change.
To my surprise, this problem has gone away this morning when I browse my website, but I didn’t do anything! And When I tested yesterday it got the problem even I purged the cache and disabled the cache plugin. Any way, the good thing is it works now!
The “WordPress SEO by Yoast” v2.0 comes out today, anyone has update experience to share?
Forum: Plugins
In reply to: [qTranslate X] qTranslate-X conflict with AppointmentsThank you for your reply, @gunu.
I did tick the “Compatibility Functions” checkbox in the settings. But it seemed make no difference.
I am using qTranslate-X along with the WordPress SEO plugin (by yoast team), with the “WordPress SEO & qTranslate-X” plugin installed on my site.
It seems everything is good except the static home/front page. I can set the “SEO title” and “Meta description” in the static page for different language, and after saving the changes I can see something like “[:en]Acupuncture Melbourne | BEST Acupuncture & Chinese Medicine Clinic | Melbourne Acupuncturist | Acupuncture Forest Hill[:zh]墨尔本中医 | 倍思堂中医针灸诊所 | 肩颈痛腰痛中医调理IVF支持[:]” appears in the “SEO Title” in the “All Pages” view. But in the browser my site title still showing the old English one, no matter I toggle the language.
Anyone using “WordPress SEO” along with qTranslate-X has the problem?
I just tried to migrate my website (https://www.bestacupuncture.com.au/) from mqTranslate to qTranslateX, but I had to roll back because the qTranslateX seemed to have different behavior in terms of handling new lines (paragraph). By looking into the html source, I noticed that mqTranslate uses the <p> html tag, but qTranslateX just use plain text CR/LF new line. So the pages looked messy after the migration and I chose to roll back.