bestwpress
Forum Replies Created
-
Forum: Plugins
In reply to: [Yandex Metrica] Get post views for single postHi, Mustafa.
Any news on this?
Forum: Plugins
In reply to: [Yandex Metrica] Get post views for single postThank You for quick answer, Mustafa.
Looking forward to the quick ) implementation of this function.
Forum: Plugins
In reply to: [WooCommerce Cloak Affiliate Links] Not workin on catalog/archive pageThanks for the quick response, Eric.
Yep. Now it’s working.
Do not have time to answer here after I found the solution. Now, here it is:In my /theme-folder/woocommerce/content-product.php I have link with:
esc_url( $product->product_url )
I just changed it to
esc_url( $product->add_to_cart_url() )
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Feature RequestHi.
Need the same feature (range slider as for tissue density), but can’t fin any instructions how to implement it.
Can you help me with this issue?
Thanks in advance.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Broken home page when using WP_queryThanks for the quick response.
Well, the problem was on line 106 https://github.com/garex/wp-testing/blob/master/src/Facade.php#L106 with “pre_get_posts” filter instead of direct WP_Query().
Now all works fine.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Respondents results controlThanks for the answer. I am sure that it is not a problem for MYSQL, but how about disk space usage? Also, I like to keep my databases clean.
Not sure if I should create a new topic. Have another question, more important.
I have custom home page with custom queries. When i activate your plugin, these queries do not work. Take a look at code here: https://pastebin.com/sdNARkMi working only part of the code from line 48 to 62.
After plugin activation, the lines from 87 to 112, and from 10 to 42 – does not work.
Could you please explain why this happens, and how to fix it?