wexzone
Forum Replies Created
-
Is there a way to change the text of the current links?
Forum: Plugins
In reply to: [IP2Location Redirection] Not workingno cache or reverse proxy, simple wordpress installation. It doesn’t redirect, but sometimes it redirects, but for all countries.
Forum: Plugins
In reply to: [IP2Location Redirection] Not workingI tested via https://www.locabrowser.com/
Now, it redirects from any IP, but it’s not following rules
Forum: Plugins
In reply to: [Flickr Justified Gallery] CURL errorI 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
I’m getting this error on every site that I use this plugin with.
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Change decimal and button text?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
In reply to: [My Tickets - Accessible Event Ticketing] Change decimal and button text?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
In reply to: [My Tickets - Accessible Event Ticketing] Change decimal and button text?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
In reply to: [My Tickets - Accessible Event Ticketing] Change decimal and button text?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
In reply to: [My Tickets - Accessible Event Ticketing] Templates for cart?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 templates2. 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
In reply to: [My Tickets - Accessible Event Ticketing] Buy now button?ok, I think I figured it out, I can do an invisible form around my buy it now button
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Buy now button?Could I not pass the form values in a link something like this:
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Buy now button?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
In reply to: [WooCommerce Email Validation] not working?I don’t have anything that affects checkout fields, just shipping rates and billing, stuff like that.
Forum: Plugins
In reply to: [Enhanced Media Library] List view broken in ProHere’s the Medial library with EML deactivated: http://imgur.com/G70VMv3