By Imran Abdulhaq on Sunday, 30 October 2016
Posted in General
Likes 0
Views 174
Votes 0
Dear Team,

How to achieve notification and conversation as a menu item (as shown in the demo).

Can you please let me know how to do it.

I found the notification in menu item and added it but it's not working.

please find the attached screenshot.

Thanks,
Imran
Dear Team,

When I Change the notifications to restricted users it's working

But how to add conversation to the menu item.
as I could find the conversation in the menu item type.

Thanks,
Imran
·
Sunday, 30 October 2016 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Team also want to know hoe to change the font size of the whole easydiuss component
·
Sunday, 30 October 2016 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
PFA screenshot
·
Sunday, 30 October 2016 19:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,


But how to add conversation to the menu item.
as I could find the conversation in the menu item type.

I am a bit lost here actually. Did you meant that you wanted a menu item that go directly to conversation page? If yes, you can create it by choosing "inbox layout" for you menu item as shown http://prntscr.com/d1365w and http://prntscr.com/d12vwx. If not, can you explain more thoroughly on your need?

Dear Team also want to know hoe to change the font size of the whole easydiuss component


#ed .ed-post-item__title > a {
font-size: 30px !important;
}

Place customs codes on this path ...\templates\protostar\html\com_easydiscuss\css\custom.css. Please give it a try and see how it goes.
·
Monday, 31 October 2016 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for you Help

can I also know how to add the welcome module as a menu item of account?

PFA screenshot.
·
Monday, 31 October 2016 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,


can I also know how to add the welcome module as a menu item of account?

Unfortunately, it is impossible to achieve that currently . Sorry for any inconvenience.
·
Monday, 31 October 2016 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Team,

I have added the
·
Wednesday, 07 December 2016 20:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Team,

I have added this code on
public_html/templates/favourite/html/com_easydiscuss/css/custom.css

#ed .ed-post-item__title > a {
font-size: 20px !important;
}

But still its not working

Thanks,
Imran
·
Wednesday, 07 December 2016 20:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have add some css code on this path .../templates/favorite/css/custom.css and should works fine now.

#ed.ed-post-item__title > a {

font-size: 20px !important;

}

#ed .ed-forum-item__title > a {

font-size: 20px !important;
}
#ed .m-post-title__link {

font-size: 20px !important;
}



Please give it a try and see how it goes.
Note: In case you doesn't want your post on module shown "20px" you can remove code below

#ed .m-post-title__link {

font-size: 20px !important;
}


Please give it a check and see how it goes
·
Thursday, 08 December 2016 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Warith,

How to change username front size as in top member module.
please refer screen shot.

and also let me know if i can change the font family by the following command.

#ed.ed-post-item__title > a {

font-family:Trebuchet MS ; font-size: 20px !important;

}

#ed .ed-forum-item__title > a {

font-family:Trebuchet MS ; font-size: 20px !important;
}
#ed .m-post-title__link {

font-family:Trebuchet MS ;font-size: 20px !important;
}

Thanks,
Imran
·
Thursday, 08 December 2016 14:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have made some modifications and it working fine now
·
Thursday, 08 December 2016 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Its working
·
Thursday, 08 December 2016 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 08 December 2016 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post