Title: btees's Replies | WordPress.org

---

# btees

  [  ](https://wordpress.org/support/users/btees/)

 *   [Profile](https://wordpress.org/support/users/btees/)
 *   [Topics Started](https://wordpress.org/support/users/btees/topics/)
 *   [Replies Created](https://wordpress.org/support/users/btees/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/btees/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/btees/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/btees/engagements/)
 *   [Favorites](https://wordpress.org/support/users/btees/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/btees/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/btees/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/btees/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Reply-to doesn’t work anymore in Gmail](https://wordpress.org/support/topic/reply-to-doesnt-work-anymore-in-gmail/)
 *  [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/reply-to-doesnt-work-anymore-in-gmail/page/4/#post-11530886)
 * I’m still seeing this issue on a number of my sites.
 * I’m using Gsuite.
 * Setting the from field to a non-alias address hasn’t worked for me (My from address
   has been [contactform@mydomain.com](https://wordpress.org/support/users/btees/replies/contactform@mydomain.com?output_format=md)
   for years)
 * What has worked for me is setting the From field to [your-email] <[your-email]
   >
 * Can anyone see any issue with this? I’ve set filters in my gmail accounts so 
   it won’t be flagged as spam there, but will there be any other issues?
    -  This reply was modified 7 years, 3 months ago by [btees](https://wordpress.org/support/users/btees/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Login Styler - White Label Admin Login Page for WordPress] Html special chars not rendering properly in custom css](https://wordpress.org/support/topic/html-special-chars-not-rendering-properly-in-custom-css/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/html-special-chars-not-rendering-properly-in-custom-css/#post-11498551)
 * Haha, ok, the wordpress forum is converting the special characters I put in.
 * The plugin is outputting the single quote as & #039
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Supermap Display All Property Types](https://wordpress.org/support/topic/supermap-display-all-property-types/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/supermap-display-all-property-types/#post-11429694)
 * I get the same results using property_type.
 * It seems that for some reason if a per_page value isn’t set it’s only showing
   a very small amount of only one property type (Sales in this case)
 * I’ve set it to 500, which seems to be a good enough work around in my specific
   case
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Popup – Video Lightbox for YouTube, Vimeo & MP4] No autoplay](https://wordpress.org/support/topic/no-autoplay-5/)
 *  [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/no-autoplay-5/#post-11342117)
 * Autoplay for soundcloud (via the embed code from soundcloud.com) still works 
   in chrome but not in this plugin.
 * If you replace:
    `<iframe src="https://MYWEBSITE.COM/?vp_soundcloud=https://soundcloud.
   com/MYSOUNDCLOUDACCOUNT/EPISODENAME&auto_play=true" allowfullscreen="" allow="
   autoplay"></iframe>` with: `<iframe allow="autoplay" src="https://w.soundcloud.
   com/player/?url=https://soundcloud.com/MYSOUNDCLOUDACCOUNT/EPISODENAME&auto_play
   =true"></iframe>` It works.
 * To that end replace line 137 in /js/YouTubePopUp.jquery.js with:
    `var iframe_element
   = '<iframe allow="autoplay" src="'+data_embed_sc+'" allowfullscreen></iframe>';`
 * and line 137 in /features/shortcode.php with:
    `$embed_sc_url = 'https://w.soundcloud.
   com/player/?url=' . $atts["url"] . $sc_auto;`
 * and line 129 in /features/shortcode.php with:
    `$sc_auto = '&auto_play=true';`
 * Note to people who aren’t the plugin developer: If you’re making the above changes
   you’ll likely need to rename the video-popup plugin folder and then re-enable
   the plugin as the .js file above seemed to be cached otherwise and your changes
   won’t take effect.
    -  This reply was modified 7 years, 5 months ago by [btees](https://wordpress.org/support/users/btees/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Comma in Area Field = No Search Results](https://wordpress.org/support/topic/comma-in-area-field-no-search-results/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/comma-in-area-field-no-search-results/#post-11231469)
 * It might be worth mentioning somewhere in the documentation that you don’t support
   something as common as a comma.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Property - WordPress Powered Real Estate and Property Management] Comma in Area Field = No Search Results](https://wordpress.org/support/topic/comma-in-area-field-no-search-results/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/comma-in-area-field-no-search-results/#post-11228516)
 * Widget Configuration:
    [http://i65.tinypic.com/bip7xt.png](http://i65.tinypic.com/bip7xt.png)
 * Setup of specific property listing:
    [http://i65.tinypic.com/2qvy2i9.png](http://i65.tinypic.com/2qvy2i9.png)
 * Area Dropdown:
    [http://i66.tinypic.com/dpuu4l.png](http://i66.tinypic.com/dpuu4l.png)
 * The default search url the widget creates is:
    [http://mysite.com/listings/?wpp_search%5Bpagination%5D=off&wpp_search%5Bstrict_search%5D=false&wpp_search%5Bproperty_type%5D=sold%2Csales%2Clettings&wpp_search%5Barea%5D=Dalkey%2C+Co.+Dublin&wpp_search%5Bprice%5D%5Bmin%5D=&wpp_search%5Bprice%5D%5Bmax%5D=&wpp_search%5Bbedrooms%5D%5Bmin%5D=&wpp_search%5Bbedrooms%5D%5Bmax%5D=](http://mysite.com/listings/?wpp_search%5Bpagination%5D=off&wpp_search%5Bstrict_search%5D=false&wpp_search%5Bproperty_type%5D=sold%2Csales%2Clettings&wpp_search%5Barea%5D=Dalkey%2C+Co.+Dublin&wpp_search%5Bprice%5D%5Bmin%5D=&wpp_search%5Bprice%5D%5Bmax%5D=&wpp_search%5Bbedrooms%5D%5Bmin%5D=&wpp_search%5Bbedrooms%5D%5Bmax%5D=)
 * This results in no results:
    [http://i65.tinypic.com/2us8yo1.png](http://i65.tinypic.com/2us8yo1.png)
 * When the Area selected in the dropdown does not contain a comma, it displays 
   results.
 * Likewise if you manually replace the url encoded comma (%2C) in the search query
   above with a space (%20) you get the expected results:
 * [http://i63.tinypic.com/ic4k0o.png](http://i63.tinypic.com/ic4k0o.png)
    -  This reply was modified 7 years, 5 months ago by [btees](https://wordpress.org/support/users/btees/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Does the pro version support paid event listings?](https://wordpress.org/support/topic/does-the-pro-version-support-paid-event-listings/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/does-the-pro-version-support-paid-event-listings/#post-10939949)
 * Thanks for the info
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Payment to list event with Pro?](https://wordpress.org/support/topic/payment-to-list-event-with-pro/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/payment-to-list-event-with-pro/#post-10132003)
 * Hi [@a2withkids](https://wordpress.org/support/users/a2withkids/) how did you
   set up your payment system?
 * Is it through another plugin or by customizing php on event manager?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriber Discounts for WooCommerce] Exclude sale items](https://wordpress.org/support/topic/exclude-sale-items/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/exclude-sale-items/#post-9924867)
 * The issue is that you’ve used the value ‘exclude_sale’ where you need to use ‘
   exclude_sale_items’.
 * When I change the value in create-discount.php it solves the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriber Discounts for WooCommerce] Exclude sale items](https://wordpress.org/support/topic/exclude-sale-items/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/exclude-sale-items/#post-9832359)
 * Curiously if I look at the coupon meta in the database exclude_sale has a value
   of yes. But it’s not ticked on the wordpress backend and the coupons are still
   usable with sale items.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriber Discounts for WooCommerce] Exclude sale items](https://wordpress.org/support/topic/exclude-sale-items/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/exclude-sale-items/#post-9793899)
 * Hi Scott,
 * I’ve enabled the option in the plugins settings but it doesn’t seem to take effect
   when a new coupon is created.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriber Discounts for WooCommerce] Exclude sale items](https://wordpress.org/support/topic/exclude-sale-items/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/exclude-sale-items/#post-9741326)
 * Wow, speedy update. thank you so much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Price, Sale Price not saved in postmeta](https://wordpress.org/support/topic/price-sale-price-not-saved-in-postmeta/)
 *  Thread Starter [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/price-sale-price-not-saved-in-postmeta/#post-9731049)
 * A further note:
 * Changing the regular and/or sale price of variables also reflects on the frontend
   but not on the database under _max_variation_regular_price, _max_variation_price,
   _max_variation_sale_price, _min_variation_regular_price, _min_variation_regular_price,
   _min_variation_price etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce Products Price Bulk Edit] Products and categorys are not showing](https://wordpress.org/support/topic/products-and-categorys-are-not-showing-2/)
 *  [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/products-and-categorys-are-not-showing-2/#post-9244739)
 * I’m having this same issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Display Products by Tags] Tag Combinations](https://wordpress.org/support/topic/tag-combinations/)
 *  [btees](https://wordpress.org/support/users/btees/)
 * (@btees)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tag-combinations/#post-9090462)
 * I know it’s ages ago, but in case anyone else is looking for it.
 * I believe what you’re looking for is something like:
 * I have lots of red products and I have lots of big products, but I only want 
   the shortcode to show products that are both big AND red.
 * In that case use this shortcode:
 * [product_tag tags=”big, red” operator=”AND”]

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/btees/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/btees/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/btees/replies/page/2/?output_format=md)