Amsterdammer
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] New version broke calculationAwesome! Thanks for the quick fix.
Forum: Plugins
In reply to: [Calculated Fields Form] New version broke calculationWith or without an operator doesn’t seem to make any difference in output. I’ve been using PREC() mostly.
It’s just as you mentioned. 100/200 shows = 0.005 instead of 0.5
Forum: Plugins
In reply to: [Calculated Fields Form] New version broke calculationSame goes for me. The issue occured since today’s update.
For someone who never uses “Custom CSS” (but my own), I didn’t even think of that.
Thanks Tobias!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sort by Title no URLYou could start links with
<a title=the-title>to sort your rows any way you want.Thank you very much <3
Forum: Plugins
In reply to: [Calculated Fields Form] Input field with spinner button?Thank you for your answer.
In response to your solution:
Range of 1-10 is no problem, but mine is 1-100+. So I was forced to use normal input fields instead.However, my ideal solution would be a slider with a minus(-)/plus(+) button on both sides of the slider. I’ve seen several websites using that approach and it works like a charm.
TL;DR
Instead of or in addition to my previous suggestion (up/down spinner button inside input field), would you consider adding a plus/minus button to a slider control?Best regards.
Sorry for the late response. In my case, that piece of code went into:
T2 Templates > Widget Star Rating > Item
Forum: Plugins
In reply to: [WooCommerce] Auto populate value fields in checkout billing/shipping areayou forgot to add this:
$current_user = wp_get_current_user();Forum: Plugins
In reply to: [Plugin: Woocommerce] how to ONLY show tax below subtotal?Think I’m going blind.
Just had to remove
<strong><?php echo $woocommerce->cart->get_total(); ?></strong>Even when set to no image and resize to 0x0 (the default) it show a blank 32×32 image linking to the post.
The code shows this
<img alt=”The of Post” src=”” width=”38″ height=”38″>I was just working on this. Your problem helped me find a solution, and I thank you for that π
IMG:
<img src="%IMAGE%" alt="%IMAGE%" width="38" height="38">Clickable IMG to post/page:
<a href="%PERMALINK%" title="%TITLE%"><img src="%IMAGE%" alt="%IMAGE%" width="38" height="38"></a>Also, leave image resize at default.