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

Leave a review

file Number of hits not showing

More
11 years 10 months ago #478 by peterspie
Number of hits not showing was created by peterspie
Hello, I have enabled the "Show hits" label", but I don't see the hits.
I am using Joomla 2.5.3, and Jcomments. Disabling Jcomments doesn't solve the problem. Maybe you can help me?
Regards, Peter

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

More
11 years 10 months ago #480 by admin
Replied by admin on topic Re: Number of hits not showing
Hello Peter again :-)
I think you can try using CSS to show the hits (the calendar's height is too small).
Do something like:
.datearea .calendar { height: 80px; }
and you should be able to see the hits.

Olivier.

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

More
11 years 10 months ago #486 by peterspie
Replied by peterspie on topic Re: Number of hits not showing
Hello Olivier,
thanks for your fast response and clear answer.
I am sorry to tell that this is not working.
My ccs is now:
.datearea .calendar {
    background: url("../images/datebg.png") no-repeat scroll center top transparent;
    padding-top: 8px;
}
.datearea .calendar {
    color: #000000;
    height: 80px;
}
The css-file is the basewithimage.css
I have tried to change the font-color (maybe that was the problem), but no, no change.
Do you have any ideas?

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

More
11 years 10 months ago #491 by admin
Replied by admin on topic Re: Number of hits not showing
Are you sure you have not disabled the hits at the article level and/or at the general parameters level? If hits are disabled to start with, they won't show with the plugin either, even if enabled.

Olivier.

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

More
11 years 10 months ago #493 by peterspie
Replied by peterspie on topic Re: Number of hits not showing
I just checked the settings, and something strange happens. If I aneble the settings per article, it doesn't work. If I enable the general settings, then the hits will show. But if I then disable the settings at the article again, the hits still show. I will look further into this. One remark, I now have two counters showing. Do you have any idea how this can be?

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

More
11 years 10 months ago #494 by admin
Replied by admin on topic Re: Number of hits not showing
Well, you are learning about Joomla! :-) It is the way it is supposed to work. General settings, menu settings then article settings... a lot of places to check out. Menus have precedence over everything, then articles have precedence over general settings.

About the issue (2 counters), it is because the plugin only disables standard Joomla! information and replaces it. When using a template that overrides Joomla! standard information, the plugin cannot know what it has to disable, therefore showing its information alongside the template overridden information.

Just use CSS to hide the information that you do not want to see. (display: none)

Olivier.

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