RonaldS
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Deprecated: Creation of dynamic propertyHere the error code without the broken link plugin of WPMDEV active:
[22-Feb-2024 13:23:01 UTC] PHP Deprecated: Creation of dynamic property CssUtilities::$url_for_fix is deprecated in C:\xampp\htdocs\bizz247\wp-content\plugins\wp-fastest-cache\inc\css-utilities.php on line 415
Deadlock of DB is gone.- This reply was modified 9 months, 1 week ago by RonaldS.
Forum: Plugins
In reply to: [WP Fastest Cache] Deprecated: Creation of dynamic propertyAlso when there is not another optimization plugin active I get the “WordPress database error Deadlock” sorry.
Forum: Plugins
In reply to: [Polylang] After restore all lang pages are split-up in separate pagesOops I found it. In admin you can choose either show all languages (which I did and caused this issue) or select a language.
Now I’m aware of this issue is solved.What I don’t understand is what the function of show all languages is. Does this do something more then only showing all pages?
Solved by the system itself. Do not know how. But it works.
Hmm… Live I can see the correct data again. Strange.
On dev it still stays away.
Maybe something with cache, but I cleared the cache.After your update it works now fine. Thanks for your patient and actions.
I will test your suggestions later.I send you the invitation with creds for the site via satollo mail.
Doing this way does not give me a solution. The only way that you as dev can interpret my code is by edit it. But if you do not want it to see what I did with the multilanguage then I stay stuck in this issue.
Hope my customers will understand the dual languages in the forms.Stefano, you describe literally that I must use [newsletter form=”4″] in the documentation when working with multilanguage. Every lang gets there own form while the form depends of the translated text. It is very confusion now.
Can you please take a look into my site. I will send you the credentials via your privat mail. Please confirm if this is okay.- This reply was modified 5 years, 10 months ago by RonaldS.
Here example what I did.
4 = french
page:
[newsletter form=”4″]
subscription:
<p class=”textwhite fontbigger”><b>Register today.</b></p>
<p class=”textwhite”>Please fill-in your emailadress.</p>
<p class=”textwhite”>I can unsubscribe at any time.</p>
<p class=”textwhite”>{subscription_form_4}</p>
custom form:
<div class=”tnp tnp-subscription”>
<form method=”post” action=”https://www.site.com/fr/bulletin/?na=s” onsubmit=”return newsletter_check(this)”>
<input type=”hidden” name=”nlang” value=”fr”>
<div class=”tnp-field tnp-field-email”><input class=”tnp-input-field” type=”email” placeholder=”Email” name=”ne” required></div>
<br />
<div class=”tnp-field tnp-field-button”><input class=”fusion-button button-flat button-round button-large button-green” id=”button-full-width” type=”submit” value=”Inscription gratuite”>
</div>
</form>
</div>- This reply was modified 5 years, 10 months ago by RonaldS.
Yes I know. I did all that. But it does not work. See screenshots I give you before.
Every form has his own language.- This reply was modified 5 years, 10 months ago by RonaldS.
sure.
From the front site.
Not from admin part.I mentioned the emails that do not get the template:
1) Welcome aboard, {name}
2) Please confirm subscription
3) GoodbyeI use always the latest version of your plugin.