AntoineCourtin
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hello,
To fix it simply add this to your functions.php
add_action('init', function () { remove_action('ampforwp_after_post_content', 'ampforwp_truepush_markup'); remove_action('ampforwp_before_post_content', 'ampforwp_truepush_markup'); }, 11);
- This reply was modified 4 years, 1 month ago by AntoineCourtin.
- This reply was modified 4 years, 1 month ago by AntoineCourtin.
- This reply was modified 4 years, 1 month ago by AntoineCourtin.
Hello,
To fix it simply add this to your functions.php
add_action('init', function () { remove_action('ampforwp_after_post_content', 'ampforwp_truepush_markup'); remove_action('ampforwp_before_post_content', 'ampforwp_truepush_markup'); }, 11);
- This reply was modified 4 years, 1 month ago by AntoineCourtin.
Hello,
To fix it simply add this to your functions.php
add_action('init', function () { remove_action('ampforwp_after_post_content', 'ampforwp_truepush_markup'); remove_action('ampforwp_before_post_content', 'ampforwp_truepush_markup'); }, 11);
- This reply was modified 4 years, 1 month ago by AntoineCourtin.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Results problemHi, thanks for your help.
I have a problem if I use the “Show exact matches only”.
My products have a taxonomy for the brand.
- Brand Pen blue 44 mm
- Other Shoes red 44
Actually if I type “Brand Pen” the result is good.
If I turn on the exact matches only and if I type result : “Brand Pen blue 44 mm” there is no result =/
Viewing 4 replies - 1 through 4 (of 4 total)