Title: wexzone's Replies | WordPress.org

---

# wexzone

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Logged in User content](https://wordpress.org/support/topic/logged-in-user-content/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/logged-in-user-content/#post-13992951)
 * Is there a way to change the text of the current links?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IP2Location Redirection] Not working](https://wordpress.org/support/topic/not-working-2558/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/not-working-2558/#post-10393718)
 * no cache or reverse proxy, simple wordpress installation. It doesn’t redirect,
   but sometimes it redirects, but for all countries.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IP2Location Redirection] Not working](https://wordpress.org/support/topic/not-working-2558/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/not-working-2558/#post-10393690)
 * I tested via [https://www.locabrowser.com/](https://www.locabrowser.com/)
 * Now, it redirects from any IP, but it’s not following rules
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flickr Justified Gallery] CURL error](https://wordpress.org/support/topic/curl-error-11/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/curl-error-11/#post-8510274)
 * I modified this plugin a bit, because it was breaking my sites with this error.
 * I set CURLOPT_SSL_VERIFYPEER to FALSE in /flickr-justified-gallery/phpFlickr/
   phpFlickr.php where you make the CURL calls
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flickr Justified Gallery] Uncaught ReferenceError: fpDisableContextMenu is not defined](https://wordpress.org/support/topic/uncaught-referenceerror-fpdisablecontextmenu-is-not-defined/)
 *  [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-fpdisablecontextmenu-is-not-defined/#post-6712469)
 * I’m getting this error on every site that I use this plugin with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Change decimal and button text?](https://wordpress.org/support/topic/change-decimal-and-button-text/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-decimal-and-button-text/#post-6585480)
 * For now, we just have 2 ticket options, both are whole numbers, so I think this
   will do what we need. Thanks for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Change decimal and button text?](https://wordpress.org/support/topic/change-decimal-and-button-text/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-decimal-and-button-text/#post-6585478)
 * This is how I did it:
 * add_filter( ‘mt_money_format’, ‘mt_money_format2’, 10, 1 );
    function mt_money_format2(
   $price ) { $price = str_replace(“.00”, “”, $price); return $price; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Change decimal and button text?](https://wordpress.org/support/topic/change-decimal-and-button-text/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-decimal-and-button-text/#post-6585477)
 * How would I set up a filter to trim adjust the decimal places of the mt_money_format?
   I am not very familiar with how to make WP filters work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Change decimal and button text?](https://wordpress.org/support/topic/change-decimal-and-button-text/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-decimal-and-button-text/#post-6585475)
 * Do you have a list of text filters available?
 * I will play with it and see if I can get it to work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Templates for cart?](https://wordpress.org/support/topic/templates-for-cart/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/templates-for-cart/#post-6578740)
 * yeah, that’s what I found, didn’t know if I was looking at the right thing. I
   guess I’ll do what I can via css.
 * A few things, just as suggestions, you might look at in future versions:
    1. 
   making the cart/checkout/tickets form pages as templates
 * 2. adding buy now capabilities (preferably a shortcode) – I made a hidden form
   on the page to accomplish this, it could be done better
 * 3. Make it when someone adds to cart, it tallies (so, +1 for buy it now) the 
   quantities
 * 4. custom css in plugin settings
 * It’s a good plugin, I like it, nice and simple, but with a few tweaks it could
   be excellent.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Buy now button?](https://wordpress.org/support/topic/buy-now-button-4/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/buy-now-button-4/#post-6577623)
 * ok, I think I figured it out, I can do an invisible form around my buy it now
   button
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Buy now button?](https://wordpress.org/support/topic/buy-now-button-4/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/buy-now-button-4/#post-6577615)
 * Could I not pass the form values in a link something like this:
 * [http://mywebsite.com/cart/?qty=1&ticket=101](http://mywebsite.com/cart/?qty=1&ticket=101)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Tickets - Accessible Event Ticketing] Buy now button?](https://wordpress.org/support/topic/buy-now-button-4/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/buy-now-button-4/#post-6577613)
 * Yeah, it’s just a lot of steps. Go to ticket page, add to cart, enter name, review
   cart, checkout, then go to paypal.
 * I want to click a button, it adds 1 ticket to the cart, checkout and pay. I shouldn’t
   need 5 steps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Email Validation] not working?](https://wordpress.org/support/topic/not-working-1040/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/not-working-1040/#post-5715864)
 * I don’t have anything that affects checkout fields, just shipping rates and billing,
   stuff like that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] List view broken in Pro](https://wordpress.org/support/topic/list-view-broken-in-pro/)
 *  Thread Starter [wexzone](https://wordpress.org/support/users/wexzone/)
 * (@wexzone)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/list-view-broken-in-pro/#post-5685590)
 * Here’s the Medial library with EML deactivated: [http://imgur.com/G70VMv3](http://imgur.com/G70VMv3)

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

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