help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

WANTED: Add-on JEM for Acymailing 8

Re: WANTED: Add-on JEM for Acymailing 8

10 months 2 days ago
#31700
My tests did not work well with the basic module because Outlook did not hide the bullets. I created an override of the basic module
/responsive/default.php
and replaced the ul and li with divs with classes.  I can now customise the formatting with Acymailing's custom.css.

Please Log in or Create an account to join the conversation.

Re: WANTED: Add-on JEM for Acymailing 8

10 months 2 days ago
#31701
you write using the JEM Basic Module. Thanks.
I normally use the JEM Banner Module.

But anyhow, I would like to get an add-on which leads directly to the result.
For acymailing 8 there is an exemple and explanations how to develop an add-on.
Because we don't know how many of our JEM users use acymailing 8, we don't know if it make sense to look for a dev who is experienced with JEM and with ACYMAILING

Please Log in or Create an account to join the conversation.

Re: WANTED: Add-on JEM for Acymailing 8

10 months 2 days ago
#31702
But anyhow, I would like to get an add-on which leads directly to the result.
Me too, but as I am not a developer and I have a very picky customer who wants his site to look like it looked in Joomla 2.5 and I therefore already had to make an override for the banner module, for me this was a good temporary solution.
Attached my override, might be useful for some users until there is a plugin.

My custom.css in Acy:
Code:
/* NEW JEM */ #jemmodulebasic .event {     margin-bottom: 15px!important; } #jemmodulebasic .date {     font-size: 14px!important; } span.event-title a {     color: #498787 !important;     font-weight: bold !important;     font-size: 14px !important; }

FYI: As for dynamic content in general, Acymailing 9 is very buggy, so even custom.css for dynamic content (articles or articles category) is not working in Outlook. I have a support ticket with Acy developers, but still no solution.

Attachments:

The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: WANTED: Add-on JEM for Acymailing 8

8 months 3 weeks ago
#31816
Here is another user who is disappointed that JEM does not work with Acymail ...

(Acymail 5 is quite outdated for a number of yers now ... though it was easier to handle in my opinion).

Please Log in or Create an account to join the conversation.

Re: WANTED: Add-on JEM for Acymailing 8

8 months 3 weeks ago
#31817
I am not a developer, but there is a instruction/example, how to create an addon for Acy9.
[For those who don't know Acymailing 9: as Starter you don't need an abonnement. So everyone can try free. If you then want more features, you can update. For JEM even the starter version works fine.]

Please Log in or Create an account to join the conversation.

Re: WANTED: Add-on JEM for Acymailing 8

8 months 3 weeks ago - 8 months 3 weeks ago
#31818
As jojo said, inserting JEM module works perfect. I'm now using wide module btw. Herewith my acymailing custom.css
Code:
/* NEW JEM */ .jem-event-details > h2 { line-height: 18px!important; } .jem-event-details > h2 > a { font-size: 14px !important; color: #498786!important; font-weight: bold!important; } .jem-event-details { margin-bottom: 15px!important; } .jem-event-info.time { font-style: normal!important; font-size: 14px!important; } .jem-event-info { font-size: 14px!important; font-style: italic!important; }
This one you can change according to your preferences/site colours.
And override attached. Put it in your_template/html/mod_jem_wide

Attachments:

Last edit: 8 months 3 weeks ago by Pinkeltje.
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Time to create page: 0.549 seconds