I want to obtain a calculated field showing 1 or more of 4 posible options:
Some fields are associated with one, some with more than one, and some with all. How could I do it? It shouldn′t be repeated. I mean: if two fields have the same options, it should show once.
Thanks in advance
]]>I am trying to do the following, but I can′t:
*If two CRITERIOS MAYORES are met, or if 1 CRITERIOS MAYORES and 3 CRITERIOS MENORES are met, or if none CRITERIOS MAYORES are met and 5 CRITERIOS MENORES are met, the following text should be displayed in the calculated field “Endocarditis infecciosa confimada”;
*If 1 CRITERIOS MAYORES and 1 CRITERIOS MENORES is met, or 3 CRITERIOS MENORES are met, the following text should be displayed in the calculated field: “Endocarditis infecciosa probable”.
*If none of the above, the text “Endocarditis infecciosa rechazada” should be displayed in the calculated field.
Could you help me with this?
Thanks in advance.
]]>About twice per week my website will become unable to be translated until I login to the back-end, upon which all translations immediately begin to work again.
When the translations fail, I receive the following error message at the top right corner of each page that fails to translate:
!trpst#trp-gettext data-trpgettextoriginal=5993#!trpen#0 Items#!trpst#/trp-gettext#!trpen
Upon logging into the site back-end, without needing to do any additional steps, the above error code will immediately disappear and the translation plugin begins working as intended.
Please let me know how this can be fixed so that the site always translates without my needing to log into it first.
]]>Your plugin seems to be just what I’m looking for but I have one question – is it possible to include a filter with just a text string (like the generic WordPress search field)?
Thanks!
]]>Can you please tell me how to change the text string “I don’t have an account” in the multi-step checkout button to “Checkout as guest”?
Thank you very much in advance.
]]>I would like to change the wording on the booking page from “select an hour” to “select a time”. However I do not want to install an unnecessary plugin to do translations.
Is it possible to change this wording somewhere on the backend via php?
Thank you.
]]>The following will change the first button
// Your code goes below
// Change text button
function my_gwolle_gb_button( $button ) {
// $button is a string
$button = ‘
<div id=”gwolle_gb_write_button”>
<input type=”button” value=”Klik og Skriv »” />
</div>’;
return $button;
}
add_filter( ‘gwolle_gb_button’, ‘my_gwolle_gb_button’, 10, 1 );
How do I change the text in the “submit” button ?
]]>Dankefür die Hilfe
]]>