help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
AcyMailing plugin incomplete code and bad lay-out in Outlook
Re: AcyMailing plugin incomplete code and bad lay-out in Outlook
7 years 2 weeks ago
Aha. Template summary is not what I expected. I thought it would display the summary ($event->introtext;) in addition to the baisc event things. Summary is interpreted as a summary of the event display.
The vertical spacing (extra white lines) is strange within Office Outlook.
I discovered that when i replace all <p> with nothng and </p> with <br/><br/> the excerpt (summary) text above the 'readmore' is correctly displayed. It does not work when text is centered. So I need to develop a more complex php to transport the text to the newsletter in a form that is compatible with the e-mail readers.
The vertical spacing (extra white lines) is strange within Office Outlook.
I discovered that when i replace all <p> with nothng and </p> with <br/><br/> the excerpt (summary) text above the 'readmore' is correctly displayed. It does not work when text is centered. So I need to develop a more complex php to transport the text to the newsletter in a form that is compatible with the e-mail readers.
Please Log in or Create an account to join the conversation.
Re: AcyMailing plugin incomplete code and bad lay-out in Outlook
7 years 2 weeks ago
Ok, please try. And if you want to share your solution with others, you're welcome!
Please Log in or Create an account to join the conversation.
Re: AcyMailing plugin incomplete code and bad lay-out in Outlook
7 years 2 weeks ago
I will try. The < p > attributes also cause wrong display in Outlook for the 'event' display. There is more whitespace there then on the preview and mobile device.
Please Log in or Create an account to join the conversation.
Re: AcyMailing plugin incomplete code and bad lay-out in Outlook
7 years 2 weeks ago
Extra white space lines are added by MS Outlook. After long reseacrh I found out what caused this:
The event starts with a title that is a link. It is (in events and summary) build as:
<a ...><h2>title</h2></a>.
Moving the <a>..<a/> within the <h2> ... </h2> solves this !! Display in MS Outlook is now according the preview.
I'm working on an 'exerpt' version that I will send in
The event starts with a title that is a link. It is (in events and summary) build as:
<a ...><h2>title</h2></a>.
Moving the <a>..<a/> within the <h2> ... </h2> solves this !! Display in MS Outlook is now according the preview.
I'm working on an 'exerpt' version that I will send in
Please Log in or Create an account to join the conversation.
Re: AcyMailing plugin incomplete code and bad lay-out in Outlook
7 years 2 weeks ago
Which outlook do you use. Important to know if this is with every outlook
Please Log in or Create an account to join the conversation.
Re: AcyMailing plugin incomplete code and bad lay-out in Outlook
7 years 2 weeks ago
Which outlook do you use. Important to know if this is with every outlook
Please Log in or Create an account to join the conversation.
Time to create page: 0.644 seconds