By Lior Hamuel on Sunday, 24 August 2014
Posted in General Issues
Replies 11
Likes 0
Views 428
Votes 0
Strict Standards: Non-static method modEasyBlogCategoriesHelper::accessNestedCategories() should not be called statically in /home/insirenc/public_html/shisystems/modules/mod_easyblogcategories/tmpl/default.php on line 18


how can i fix it?

Thanks!
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. Download the attached file below and upload it into /modules/mod_easyblogcategories/
·
Sunday, 24 August 2014 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank You! that works.
i have 2 quick questions:
1. how can i disable the categories Avatar completely?
2. the categories module show the list of categories with a lines how can i remove the lines?

Thanks!
·
Monday, 25 August 2014 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lior,

You can disable the category avatar in the module settings. As for the lines, I am not really sure if I understand you here. Would it be possible for you to provide us with the link to this particular page that you are referring to?
·
Monday, 25 August 2014 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
yes look the attached url:
there is a a line below each category

and i want to disable the categories avatar from the whole blog site!
·
Monday, 25 August 2014 04:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lior,

You can disable the Category avatar in Backend>Setting>Layout>Avatars: http://screencast.com/t/rJ8fY2BI . As for the line between categories, can you provide a screenshot? Because I don't see any categories list in the URL.
·
Monday, 25 August 2014 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
look at the image...
·
Tuesday, 26 August 2014 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lior,

If I understand you correctly, you want to remove the line in categories module isn't? You can use this css code to override the styling. Please put it in your current Joomla template and see how it goes.

.ezb-mod .mod-item{
border-top: none !important;
}


Hope this will help.
Thanks.
·
Tuesday, 26 August 2014 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
that works. thanks!!!

Great Support!
·
Tuesday, 26 August 2014 14:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lior,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Tuesday, 26 August 2014 15:33
·
0 Likes
·
0 Votes
·
0 Comments
·
so the problem is that this custom CSS affecting other EasyBlog modules
how to i custom only this module (using class suffix) ?
·
Wednesday, 03 September 2014 04:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lior,

I am sorry for the late reply.
Can you try use this code and override back the previous css code. Please give it a try and see if this issue is resolved?

#ezblog-categories.ezb-mod .mod-item {
border-top: none !important;
}

Hope this will help.
Thanks.
·
Wednesday, 03 September 2014 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post