newoldschool
Forum Replies Created
-
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Huge entry in wp_optionsHello, did you find any more info about this?
Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] Massive option in wp_optionsHello, did you find any more info about this?
Hi, thanks for the update, good to hear that you detected what is causing the issue.
For now what I′m doing is using just images and text to create a much simpler email, like a “one column” email without tables or multiple columns layouts.
I will use that for now, but I would love to hear that we can use again that editor with confidence.
We will continue testing Armember, and in a few months once my clients begins to create incomes from the site, hopefully we will buy the premium version that has very interesting features we would like to use.
Hi, ARmember is not saving the table the way you show in your example.
I′ve uploaded a video showing you, it′s in the same folder as before, or you can use this direct link: https://www.dropbox.com/s/zsg2pe1oct61g1q/Screen%20Recording%202021-09-08%20at%2003.57.56.mov?dl=0So, if ARmember is forcing mi to save tables this way, then this is the problem.
Tables should be like:
<table><tbody><tr><td>TEXT</td></tr></tbody></table>But instead the table is changed automatically to:
<table>
<body>
<tr>
<td>TEXT</td>
</tr>
</tbody>
</table>maybe this is a clue?
thanks for your helpWhy did you marked this as solved? this is not solved.
Hi, thanks for your response, but did you check the screenshots I shared?
There are no “enters” in my content.
In my screenshots you can see that one example shows clearly that I tried using a super simple table, no enters, just a line of text and a table, but those strange BR spaces are still showing when the email is delivered.It′s like the plugin is adding those BR tags, just before sending the email, those BR are NOT visible in the editor.
Any ideas?
Thanksokay thank you
I′ve just tried the pluging called Ultimate Member, and the email feature is working perfectly fine with tables.
No BR tags added.But I like ARmember much more, I really hope we can find a fix to this in the short term.
If anyone needs a solution for this, try using !is_user_logged_in()
so for the elements I want to be shown when a user is logged in I′m using is_user_logged_in()
and for those elements I want to be shown to non-logged users I′m using
!is_user_logged_in()did you find a solution for this?