liane
Forum Replies Created
-
Thank you, but this happened 3 months ago, and when it didn’t work, I had to use another product.
Forum: Themes and Templates
In reply to: [OceanWP] Social Sharing Plugin PHP Fatal ErrorNo more PHP errors, great!!!
Forum: Themes and Templates
In reply to: [OceanWP] Social Sharing Plugin PHP Fatal Errorthanx for your answer and your good work.
use an image hosting site like imgbb and post the link
In the meantime, you can use the Rainmaker plugin, it works quite well with the current ES 4.0.10 and you can change the text at will.
yes, given the many limitations of email CSS, it would be nice to be able to do
<img src="{{POSTIMAGE_LINK}}" style="max-width=100%;">
With 4.0.9, the multisite problem has gone, thanks
yes, and you can also add this for Edge:
.es-field-wrap input::-webkit-input-placeholder { color: transparent; }
I second this request.
For the placeholder, you can use CSS as a workaround to hide it:
.es-field-wrap input::placeholder { color: white; }
but…
{{EMAIL}} is emptyto fix that:
change line 164 in includes/class-es-mailer.php from
$email = isset( $keywords['$email'] ) ? $keywords['email'] : '';
to
$email = isset( $keywords['email'] ) ? $keywords['email'] : '';
- This reply was modified 5 years, 11 months ago by liane. Reason: show fix
OTOH… I can confirm that with 4.0.8:
- Emails are now being sent again
- {{POSTIMAGE}} is now properly sent with the mail
ok, there is no more error 500… but the thank you message is not displayed, and nobody is subscribed.
ok, there is no more error 500… but the thank you message is not displayed, and nobody is subscribed.
ok,
please let me know if you have trouble replicating any of these issues, I’d be happy to provide more details or admin acces for you to try.
Well, I just checked the French translation, and 77% of all suggestions are in waiting state, many as old as 2016!