wilfried1954
Forum Replies Created
-
Hello,
Sorry I forgot to mention. I’m using MailPoet 3 version 3.8. I’m using it on WP version 4.9.7 with theme twenty-seventeen. There are no other plugins active because I use this website only for MailPoet.
Thank you, Wilfried
Forum: Plugins
In reply to: [qTranslate X] How to remove text in language switcherYes. I did test it a while ago. The page is not very clear (for me) but helps a lot. Thank you for feedback.
Best regards, Wilfried
Forum: Plugins
In reply to: [qTranslate X] How to remove text in language switcherSet the language options in the menu: #qtransLangSw?LM&title=Language&colon=hidden¤t=hidden#
This shows it.
Change it according as explained in this page: https://qtranslatexteam.wordpress.com/faq/
Regards, Wilfried
- This reply was modified 6 years, 8 months ago by wilfried1954.
Hello,
I found out why Thunderbird report possible scam. However I do not now how to solve it.The reason: I have a link to my website on the botom of my mail. The URL and the text are the same: URL: https://uwbemiddelaars.be and the text also.
But in the mail it is different:
<a href="https://bemiddelaars.vlaanderen/rvb?mailpoet_router&endpoint=track&action=click&data=WyIxIiwiOGY0YzJjIiwiNCIsImQwZGQxY2E4ZDc2ZiIsZmFsc2Vd" target="_blank" rel="noopener noreferrer">https://uwbemiddelaars.be</a>
The href points to the site where Mailpoet is installed instead of the URL of the link I did edit.
How can I solve this so that the link in the mail is like it should be:
<a href="https://uwbemiddelaars.be">https://uwbemiddelaars.be</a>
- This reply was modified 6 years, 8 months ago by wilfried1954.
Forum: Plugins
In reply to: [qTranslate X] 302 redirection instead of 301 on default languageYou are right. I hope someone takes over so that it stay working on newer versions of WP.
Best regards, WilfriedForum: Plugins
In reply to: [qTranslate X] 302 redirection instead of 301 on default languageAbandoned? For me it works very well.
I hope it stay, otherwise some people (including me) are in trouble.
Best regards, WilfriedForum: Plugins
In reply to: [Calculated Fields Form] nice to haveThank you.
What about an alias? Now it shows in the calculated list the <%fieldnamexx%>(labelname)
That is good but I have many forms where the label text is the same, so again confusing.
The alias could default have the same text as the label name, but if it could be changes this should be a great help developping forms.
Just an idea ??
Best regards, Wilfried
Forum: Plugins
In reply to: [Calculated Fields Form] import / export formsThank you, I try it that way. The help does not mention it is not available in the free version. So I was confused.
Best regards, WilfriedForum: Plugins
In reply to: [qTranslate X] Translate Tagline in Twenty Seventeen themeHi,
Good that it worked. For the word ‘Menu’ it should be the same way I guess, but where does it come from? I assume you have to search in the *.php files and make there the same modifications with the [:xx] languages.
Hope someone else can advice here where to edit to not get you for a long search…
rgds, Wilfried
Forum: Plugins
In reply to: [qTranslate X] Translate Tagline in Twenty Seventeen themeHi,
I think you have to edit it like this: [:en]English text[:fr]French text[:nl]Dutch text[:]
Does that work?
Regards, Wilfried
Forum: Plugins
In reply to: [Calculated Fields Form] tooltip very large and emplty (but good on preview)Hi,
Thank you, this works perfect!
Best regards an thanks, Wilfried
Forum: Plugins
In reply to: [Calculated Fields Form] tooltip very large and emplty (but good on preview)Hello,
Sorry I was not aware of this. I published the page on: https://familialebemiddeling.net/alimentatie-indexeren/
Best regards, Wilfried
- This reply was modified 6 years, 9 months ago by wilfried1954.
Forum: Plugins
In reply to: [Calculated Fields Form] value depending on 2 fieldsHi,
I think I have found a proper solution with a multidimensional array. I share it of course. This should work very fast because it need only index pointer in array.
I placed a HTML content field on the form with global array in it:
<script> var index = [ [10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], [30.4, 40, 50, 60, 70, 80, 90, 100, 200, 333, 222, 111], // etcetera ]; </script>
Then the result code to get the right number depending on the dropdown values:
index[fieldname2][fieldname3]
Best regards, Wilfried
Forum: Plugins
In reply to: [Calculated Fields Form] value depending on 2 fieldsHi,
Thank you for fast answer. However I did not explain myself very good, English is not my native language. I try again.
I need a list of every month in the last 20 year. Every month has a certain value. I have to make calculations with that value.
I could make a dropdown list but this is not user friendly: user should choose an item in a dropdown list with 20 * 12 = 240 items. So better I make 2 lists: 1 for the months and one for the years.
My first idea is to make a long case statement, something like this:
switch (year) { case 2000: switch (month) { case 1: return 101.01; case 2: return 105.22; // and so on for 12 months of 2000 case 2001: switch (month) { case 1: return 108.11; // and so on for 12 months of 2001 case 2002: // and so on for every month in 20 year
So every combination of month + year gives a certain value.
My 2 questions are:
1. This will be a very long case statement. Is there a better way?
2. Where do I place the code? This add-on is very new to me.- This reply was modified 6 years, 9 months ago by wilfried1954.
- This reply was modified 6 years, 9 months ago by wilfried1954.
Forum: Plugins
In reply to: [qTranslate X] WordPress 4.9.6 compatibility?Hi,
I have qtranslatex on WP 4.9.6 without any problem. So I don’t think there is a compatibility problem with WP. Could be with theme?
If I check your site there are indeed some pages showing German when I set language to English. Eventually you can check if the problem is the theme by setting a default theme and see if problem is persistent.
Regards, Wilfried