Damn!
Forum Replies Created
-
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] On Selected PagesThanks a lot for the prompt response.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Google Rich CardsDid that. Thank you. ??
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] On Selected Pagesfound it. Now I have a different query, How do I change the text that appears after voting. It says “You’ve already voted this article with 5” and I need to change the “article” to “calculator” since I’m using the rating for a calculator and not an article. any ideas?
Forum: Plugins
In reply to: [Calculated Fields Form] Add one more decimalHi,
You could try this, the calculated field has a setting called “Symbol to display at the end of calculated field”, just type a 0 in it and it’ll display 0 at the end of the calculated value.
thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] Dynamic Calculated Fieldor is it possible to make one section of the form to eval dynamically while other sections stay otherwise?
Forum: Plugins
In reply to: [Calculated Fields Form] Slider’s numeric fieldFixed the button stretching issue myself. If anyone is interested I changed the
display: inline-block;
todisplay: block;
in the template css and addedwidth: 100%;
.Only the first question remains unanswered now.
Forum: Plugins
In reply to: [Calculated Fields Form] Slider’s numeric fieldAlso how do I make a button stretch to the entire span of the form? I tried this piece of code but it doesn’t work.
<style> .my-button { display: block; width: 100%; } </style>
added “my-button” in the css layout keyword of the button.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to group 3 fields?thanks a lot.
- This reply was modified 8 years, 6 months ago by Damn!.
Forum: Plugins
In reply to: [Calculated Fields Form] Template modificationThanks a lot, That worked.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to group 3 fields?I’m using version 1.0.113
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to group 3 fields?(function(){ if(fieldname1+fieldname2+fieldname3 > 100 ) alert( 'The sum of fields: A, B, and C cannot be greater than 100' ); })()
The above code triggers the alert twice, is it possible to make it alert once?
Also how to force a Div container to align right?
Sorry for asking too many questions.
Thanks in advance.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to group 3 fields?Hello,
Thank you, It worked. One more thing, Is it possible to add a % symbol after the slider’s numeric field? because i’m trying to make the slider show percentages.
Thanks in advance.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to group 3 fields?hello,
can you tell me how to set the values of sliders according to the results from a calculated field. Lets say i have calculated field with a result of 50, i want the slider to also point 50.
Forum: Plugins
In reply to: [Calculated Fields Form] Is it possible to group 3 fields?thank you, Is there anyway I can do this with the help of 3 Sliders?
Forum: Fixing WordPress
In reply to: How to make a page act like a post?hello again,
If anyone is interested I just resolved the above issue by copying a piece of code(content inside the while loop specifically) from single.php to page.php in the theme editor.
thank you.