YENIER Nazim
Forum Replies Created
-
I have exactly the same question.
I would like to display labels (and not values) of radiolist items in user mails. Is that possible ?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change logo URL ?Forum: Themes and Templates
In reply to: [Twenty Sixteen] How to change logo URL of twentysixteen themeThat works !
Thanks a lot.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change logo URL ?I’ve just added it : it’s the round LaTOTALE button that appears on the header image :
https://www.latino.skiClicking on this button (logo) redirects you to home page.
I would like it redirect to another page (https://www.latino.ski/inscription)
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change logo URL ?I was talking about the logo that appears on the header image, when you add it on live customizing :
Dashboard -> Appearance -> Customize -> Site Identity -> Logo
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change logo URL ?Thanks for your advice Andrew. But what’s the link with my original question ?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change logo URL ?I just put HTML code for image in “Navigation Label” :
<img src="https://www.latino.ski/wp-content/uploads/2017/08/home-icon.png" alt="Accueil" width="40" height="30" />
- This reply was modified 7 years, 4 months ago by YENIER Nazim.
Thanks Zachary.
I installed 2017 theme 3 weeks ago and never had an update on it.
I’ve just enabled the light default style and it resolves the problem in short term effectively.
I’d certainly like to see this bug disappear totally and use Ninja Forms without being obliged to enable a default style.
Dear friends,
I want to round my calculation to an INTEGER.
Not to a two decimals.
If you read my example below, I wrote :
I have
– a radio list from which the client choose a service, let’s say for 169 euros (Calc : 169).
– a dropdown list from which the client choose a discount, let’s say – 15 % (Calc : 0.85)My calculation for the final price is :
{field:my_service} * {field:discount}For our example, this gives : 169 * 0.85 = 143.65 €
Now, I want to display 144 € on my form.
(not 143.65, but 144)How to do this in 3.0 ?
I have this bug then.
When I create a merge tag by selecting a field from the list, :calc is not added.
I have to add it manually.I manually changed the equation for my calculation variable
from
{field:votre_abonnement} * {field:reduction}
to
{field:votre_abonnement:calc} * {field:reduction:calc}
And now it works. My form calls PayPal page with the correct amount.
Is this normal ?
Hi @kbjohnson90,
You were able because you didn’t choose “Je souhaite payer en ligne (VISA, Maestro, CB, PayPal)” option.
In fact, there is a problem with PayPal plug-in.
Try it, you will see.
I don’t really understand.
I don’t have any number field to increment on my form.
I have
– a radio list from which the client choose a service, let’s say for 169 euros (Calc : 169).
– a dropdown list from which the client choose a discount, let’s say – 15 % (Calc : 0.85)My calculation for the final price is :
{field:my_service} * {field:discount}For our example, this gives : 169 * 0.85 = 143.65 €
Now, I want to display 144 € on my form.
This was very easy in 2.9 with the calculation field.How to do it in 3.0 ?
Hi @kbjohnson90
Sorry, it does not work.
I am trying to display a final sum, round to an integer, in an HTML field.
So I write this :
{calc:montant_final:0}My calculation doesn’t display anything.
I tried with {calc:montant_final:1}. Nothing is displayed either.So does only {calc:montant_final:2} work ?
If yes, this is a huge regression for sites selling services, like ours.
- This reply was modified 8 years, 2 months ago by YENIER Nazim.
Hi,
I uninstalled the Ninja Forms plug-in and all the add-ons.
I then re-installed them.
It worked. :/Now I am using THREE.
Thanks for your attention