Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Calendar Image not dispalying

More
11 years 8 months ago #753 by gulam
Calendar Image not dispalying was created by gulam
Hi,

I just installed this extension on my site running j2.5.6. I can see the date, title and intro text but no image. I have head type: calendar, head alignment: left, width/height: 64.

Would appreciate any assistance.

Gulam

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

More
11 years 8 months ago #755 by admin
Replied by admin on topic Re: Calendar Image not dispalying
Hello,
I posted a fix in this thread, try it and let me know if it also fixes your issue.
Image issue thread

Olivier.

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

More
11 years 8 months ago #756 by gulam
Replied by gulam on topic Re: Calendar Image not dispalying
Thanks for your response.

I installed the version you posted in the thread but I still have the same problem. No calendar image.

webserver2.ebiz.co.tz/~sumatra

Gulam

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

More
11 years 8 months ago #757 by admin
Replied by admin on topic Re: Calendar Image not dispalying
Thanks for giving me the URL.
Your problem comes from the fact that the file demo-styles.css from the website's template overrides the .noimage property set in the module.
Either remove that file (if not needed) or add to the template:
.latestnewsenhanced_185 .newshead .calendar.noimage {
    display: block;
    visibility: visible;
}

Olivier.

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

More
11 years 8 months ago #758 by gulam
Replied by gulam on topic Re: Calendar Image not dispalying
Thanks, that worked perfectly!

However, if I put a module class suffix (for eg title1) then I lose the calendar. How do I overcome that?

One other question, in the commercial version, can I have 2 news items display and then slide for 2 other news items?

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

More
11 years 8 months ago #759 by admin
Replied by admin on topic Re: Calendar Image not dispalying
Adding a module class suffix replaces the module id with that suffix. So if you had .latestnewsenhanced_185 before, now you have .latestnewsenhanced_title1. You have to modify your CSS accordingly.

In the commercial version, the sliding animations handle the showing of one news item at a time. More animations will be added to handle the showing of 2 or more news items at a time, but they are not available yet.

Olivier.

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