By Jennifer Gress on Wednesday, 28 May 2014
Posted in Technical Issues
Likes 0
Views 787
Votes 0
Hello!

I have recently installed the blog categories module for EasyBlog.

Weirdest thing - none of the category links work except the last one on the list. When the module was set to "Popular" the last link worked. When I changed it to category order, the last link works only.

Joomla 3.2.3
EasyBlog 3.9.15790
EasyBlog Category Module 3.8.3 and the date says 2010 so either you don't change the XML regularly or I have downloaded a really old one since about a week and a half ago.

Do you have any suggestions as to how to make the links work on the categories? Or should I be opening up a ticket?

Thanks in advance!
jenn
Hello Jennifer Gress,

I have consult with Nick and based on what he has mentioned before:
I've fixed it for you. The issue is because the css hack you have included in your template css file. I've modified it and you have to remove '!important' from this line in ../components/com_easyblog/assets/css/module.css :

I believe he only modified your template custom css file and he told you in his reply to:
remove '!important' from this line in ../components/com_easyblog/assets/css/module.css
. And seems like you have removed all easyblog module related css code in your template css as you have mention in your previous reply:
i've removed everything from my custom css file regarding easyblog modules.
. Hence all the additional css code added by Nick has been removed.

I have helps you fix this issues on your site. Can you please take a look and confirm back to me?
Hope this will work.
Thanks.
·
Thursday, 29 May 2014 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jennifer Gress,

Sorry for late reply to this,
That should be okay when you open a post thread regarding this issues here.
Can I have your Joomla backend and FTP access so we can help you check on this? Please advise.

By the way, I have a little bit lost here, can you elaborate more details regarding this "When the module was set to "Popular" the last link worked. When I changed it to category order, the last link works only." ? Like provide some screenshot and how to reproduce the "last link" in your site?
·
Wednesday, 28 May 2014 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
I'll get an ftp and backend user set up for you shortly. I'm in a migration so there's a live site in the root...

If you go to the link dev.breadandroses.org/index.php/blog you will see that the last category listed can be clicked and the rest of the categories cannot. The Blog Category Module is in the right sidebar.

More in a bit...just have to do a few things first. Thanks for the awesome response time.

jenn
·
Wednesday, 28 May 2014 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
okie dokie. accesses below.

if you change the files, please let me know which files you changed so that i can keep a copy. i would hate to overwrite your changes with an update down the line...unless of course, it will be fixed in an update so i don't have to worry about it.

thanks!
jenn
·
Wednesday, 28 May 2014 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jennifer,

I've fixed it for you. The issue is because the css hack you have included in your template css file. I've modified it and you have to remove '!important' from this line in ../components/com_easyblog/assets/css/module.css :
.ezb-mod .mod-item + .mod-item{border-top:1px solid #ccc;margin:10px 0 0 !important;}


Hope this helps.
·
Wednesday, 28 May 2014 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
hello,

thanks for fixing the category module. however...

i've removed everything from my custom css file regarding easyblog modules. here's the thing now, the latest blog posts module is now totally messed up and unreadable. even with my custom css code with or without !important it's messed up and unreadable. even without the custom css code at all it's messed up and unreadable.

here is the code i had in the custom css file to tighten up the space between the titles of the latest blog post module:

/*easyblog latest blog post module - tighten up between posts*/
body .ezb-mod .mod-item + .mod-item {
margin: -30px 0 0 !important;
}


the latest blog post module is posted on the home page and i've published it to the blog page too so that it's easier to see and troubleshoot.

so while i do need the category module to work, i also need the latest blog post module to work.

what did you do to "fix" the category module? let's maybe undo that and start over to see if we can get them both to work and look decent too?

by the way, you can get to the other template files from the template manager on the backend. but please let me know which files you change. that is important.

thanks in advance,
jenn
·
Wednesday, 28 May 2014 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jennifer,

Sorry for late reply to this,
I have checked in your site, it seems like when i comment it with your custom code then everything is work fine now. check my attachment screenshot below.

/*easyblog latest blog post module - tighten up between posts*/
/*
.ezb-mod .mod-item + .mod-item {
margin: 0 0 !important;
}

.ezb-mod .mod-item {
padding: 0px 0 !important;
line-height: 1px;
} */

Please have a check before make sure you cleanup your Joomla cache and browser cache.
·
Thursday, 29 May 2014 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
hi,

ok. looks like we're back to the beginning to me.

so now that both of those are commented out in my custom css file, i now have the problem i had a couple of weeks ago where the latest blog post titles have too much space between them that i had solved with the -30 you see in my code in a previous thread. and of course now i have no ability to override anything cuz they are just commented out entirely.

can i just not have those titles in the latest blog post module be any closer together or the category module won't work? is that how it is?

and will you please help me to understand what other file you altered to fix the category module originally? if you didn't alter any file, will you please just tell me that? or maybe you don't know cuz it was someone else?

thanks for your help and responses.
jenn
·
Thursday, 29 May 2014 02:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jennifer Gress,

I am sorry for the late reply.
I am sorry for the confusion caused earlier. If I understand you correctly, you want to tighten up space between post in module isn't? If yes, can you give this a try?
Please remove !important in this ../components/com_easyblog/assets/css/module.css .
.ezb-mod .mod-item + .mod-item{border-top:1px solid #ccc;margin:10px 0 0 !important;}


Then put this code in currently using Joomla template. Because if you put in the module.css this will be replaced by the latest update if you run update.

/*easyblog blog category post module - tighten up between posts*/
div#ezblog-categories.ezb-mod .mod-item
{
overflow: hidden;
padding: 0 !important;
position: relative;
}
/*easyblog latest blog post module - tighten up between posts*/
.ezblog-latestpostnopaddingbottom .mod-post-meta
{
display: table-row-group !important;
}



If this is not the issue, can you please explain more, so that we are able to understand you correctly.
Hope this will help.
Thanks.
·
Thursday, 29 May 2014 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
hello,

thanks for your reply. i'm about off to bed on my side of the planet but here's what i'm thinking right now.

i want to start over.

can you please talk to Nick and find out what he did to "fix" the category module? what file or files did he change? or if i just reinstall the blog category module will it remove whatever he did to the site? (this is my biggest problem with "just give me access." i've asked many times what file was changed - i even asked to be told when i gave the access initially.)

once i can determine that and take all the code out of my custom css file, i'll start over and i won't change anything with all the excessive padding until i figure out the functionality piece first.

so while i sleep, will you please talk to Nick and find out what file or files changed when he "fixed" the category module? then we can take it from there.

thank you very much in advance,
jenn
·
Thursday, 29 May 2014 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
hi!

there was some commented out module css in the custom css file as of last night placed there by one of you and this morning after (not enough) sleep, i removed it.

what is there now is sufficient and fine for the site. i figure there must be some change that was made somewhere because the space between each of the titles in the latest blog post module is less than it was prior with no override. i won't ever know exactly where that change was made but will figure it out if ever it is overriden by an update.

the category module works. thank you!
the latest blog post works. thank you!

we'll call this solved. it was mainly confusing more than anything else.

thanks for your help.
jenn
·
Thursday, 29 May 2014 23:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jennifer Gress,

I am sorry for the late reply.
You're welcome. Glad to hear your issue have been resolved.
By the way, can you refers to: http://stackideas.com/forums/category-links-in-categories-module-don-t-work-except-one#reply-147963 to know what has been fixed.

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.
·
Monday, 02 June 2014 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post