By david hardouin on Tuesday, 26 November 2013
Posted in Technical Issues
Replies 11
Likes 0
Views 876
Votes 0
Hello,

I just bought your extension, and I never seen a so professional component ! THANK YOU

I just want to change the white background of the panel of pintter theme esaydiscuss, I would like to turn it, in #006697 according to my joomla template.

you can see the probleme at the following adress:
http://www.privat-miosavenir.fr/index.php?option=com_easydiscuss&view=categories&layout=listings&category_id=1&Itemid=232

I hope you could help me, thank you by advance.
David HARDOUIN
hey david,
in order to change the background of the area in the pic from white to your named colour simply add this to your template css file:


#discuss-wrapper .discuss-item {
background: #006697;
}



hope that helps
·
Tuesday, 26 November 2013 06:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for you fast answer, M. Heil, and sorry but I'm not very expert in php language...

Where do you mean, to add this line code, into the the css theme discuss (pinter) or in my joomla theme.

thank you very much
·
Tuesday, 26 November 2013 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alex,

THanks for sharing the solution on this.


=====================================================================================================================
Hello David,

Sorry for late reply to this,
Could you can provide your FTP access so we can help you applied this code (Alex help you did it that CSS code) for you?
·
Tuesday, 26 November 2013 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you,

How can I send you an access to my ftp website, in a private message... please

cordially
·
Tuesday, 26 November 2013 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

You can put the information in the optional information field below. Don't worry about privacy. Only Support team can view the information.
·
Tuesday, 26 November 2013 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I create one for you:



And Thank you again for your precious help...
·
Tuesday, 26 November 2013 16:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

I'm sorry that i didn't make it clearly on my previous reply, next time you can add that login credential information in the Site Detail there ( http://screencast.com/t/yV5kSBSCdj7M ), this table only our support team can see it.
I already help you applied that CSS code for you ( http://screencast.com/t/d5VxxHiNTwY7 ), when you try to check your page, you need to clear your browser cache and Joomla Cache, if not it will load back the cache page. Hope this help.
·
Tuesday, 26 November 2013 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much, that is exactly what I want ...

I'm sorry to abuse, but I didnt think I would have another one area appears like my first problem, and now I've under, the module who's consulting this page with the same problem...

If it disturb you, let me know how to do and where, and I'll do that !
Cordially, thank you
·
Tuesday, 26 November 2013 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

Don't worries about that We will glad to help you guys.
Please have a check, i already help you applied some hack in your file. (Remember clear your cache )
JoomlaFolder/templates/yoo_infinite/css/style.css
·
Tuesday, 26 November 2013 17:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much, Arlex ,for your fast help... IT WORKS VERY WELL !

If I have an update on my template, witch files did I have to replace on my FTP template ?
Thank you and have a good day.

David HARDOUIN
·
Tuesday, 26 November 2013 18:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello David,

I'm not sure that because the different template also have their own different css code, if you change it or update in your template next time, still facing this css issues, you also can send a post in our forum, we will glad to help you.
What i did for you just now is : JoomlaFolder/templates/yoo_infinite/css/style.css

#discuss-wrapper .discuss-item {
background: #006697 !important;
}

#discuss-wrapper .discuss-member-view .discuss-member-view-hd {
background: #006697 !important;
}

#discuss-wrapper .discuss-post-login {
background: #006697 !important;
}
·
Tuesday, 26 November 2013 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post