hoandt
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Profile URL got username duplicatedI got:
https://vnconsumer.com/profile/username/usernameInstead of
https://vnconsumer.com/profile/username/
Could be my plugin problem.
THank you!
Forum: Plugins
In reply to: [WP Fastest Cache] gclid paramenter includedIt’s better show the cache version, because the content is the same.
Google only wants the gclid value for their tracking system.
Forum: Plugins
In reply to: [WP Fastest Cache] gclid paramenter includedHi Emre.
It’s a Google parameter appended automatically to URLs when running Google Adwords.
You can google any keywords and click on any ads on the search results to see what I mean (please click on rich ones :))
I didn’t notice this until I clicked on my own ads and it took 10 seconds to load. I remove the ?gclid=123ab off my final url and everything’s ok again.
Google uses it to pass information back and forth between Google AdWords and Google Analytics.
Here is my solution:
inc/cache.php
I added an OR condition to remove_google_analytics_paramters function.
preg_match(“/gclid/i”, $this->cacheFilePath)
Of course, I’d prefer an option for this in next update.
Hoan.
Forum: Reviews
In reply to: [WooDiscuz - WooCommerce Comments] Good Plugin but conflictedHi team,
I was using WooDiscuz as a discussion board, which is for visitors asking questions. Like I said, it’s a very good plugin, nice design and fast load.
I have to uninstall it because it cause somehow it converts all other “reviews” comment_type to “woodiscuz_review” comment_type.
The review plugin I’m using is WooCommerce Product Reviews Pro. I have to replace your plugin with YITH one, and they are good together. I prefer WooDiscuz but I had no choice.