By trevorl on Saturday, 11 October 2014
Posted in General Issues
Likes 0
Views 721
Votes 0
Hi,

I am testing ES 1.38 with a custom artisteer template.. It seem that if I enable bullet points it passes the to Easy Social....

Please see the attached files. Can I edit css to stop this.

Also the points display box is not full height for some reason.

Your advices is much appreciated.
Hello trevorl,

I am really sorry for the delay of this reply as it is a weekend for us here.
Is it possible provide us with your Joomla backend and FTP access so we can help you check on this? Please advise.
·
Saturday, 11 October 2014 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you,

I have provided the details as requested.
·
Saturday, 11 October 2014 23:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Trevori,

I am really sorry for the delay of this reply as it is a weekend for us here.
I have checked in your site, it seems like your current template overridden something, can you try remove this code from your JoomlaFolder/templates/runbromleyv2/css/template.css and see how it goes?


//line 1946
.art-postcontent ul>li:before, .art-post ul>li:before, .art-textblock ul>li:before
{
content: url('../images/postbullets.png'); <- remove this


If work, can you consult with your template provider regarding this, maybe they have good solution regarding this.
·
Sunday, 12 October 2014 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, If I do that it removes all bullet points from articles as well, is there a specific list css for the activity stream??

Can you point me in the right direction for the display of the points total in the profile..
As you can see from the image the display is reduced... what EasySocial css directly relates to this.


Thanks
·
Monday, 13 October 2014 07:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi , just sorted the points height issue, by adding Height setting to ; .btn-block{display:block;width:100%;height:100%; in the base.min.css.

From what I can tell easy social is inheriting bullet points from the template .css on the theme like you said. what class id is responsible for bullet points or list style in easy social as I guess I could set it to display:none ??? do you think that would work?
·
Monday, 13 October 2014 08:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello trevorl ,

Sorry for late reply to this,
I have applied some fix in your site, please have a check.
·
Monday, 13 October 2014 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I had added .es-stream-list li:before{content: none!important;}
to style.css to remove it from stream ,

I see that you have now fixed it in drop down in stream options, however the drop down is now transparent or behind the image... What did you add to achieve this.
·
Monday, 13 October 2014 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I have the template people online - can you let me know what you changed? as there is a different problem now.

Thanks Trevor
·
Monday, 13 October 2014 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello trevorl,

What i did in your site is added following code in your file.
JoomlaFolder\components\com_easysocial\themes\wireframe\activities\default.activities.hiddenapp.php
JoomlaFolder\components\com_easysocial\themes\wireframe\stream\default.php
JoomlaFolder\components\com_easysocial\themes\wireframe\stream\item.php

<ul data-apps-list class="es-stream-list">
//replace with
<ul data-apps-list class="es-stream-list fd-reset-list">


JoomlaFolder\components\com_easysocial\themes\wireframe\activities\item.php
JoomlaFolder\components\com_easysocial\themes\wireframe\stream\default.item.php
JoomlaFolder\components\com_easysocial\themes\wireframe\stream\item.php

<ul class="dropdown-menu">
//Replace with
<ul class="dropdown-menu fd-reset-list">

JoomlaFolder\components\com_easysocial\themes\wireframe\styles\stream\default.less

// add this css
background: @esBackground;

May i know what is the different issues now? Please advise.
·
Monday, 13 October 2014 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much for getting back to me... if you click on the drop down ( stream item options , eg, bookmark, hide item, delete item) it is now transparent.. I have uploaded an image.
·
Monday, 13 October 2014 16:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello trevorl,

Oh, I forget compile the CSS styling, everything is working fine now.
·
Monday, 13 October 2014 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

Thank you so much, Brilliant!!

Are you talking about in Easy Social theme settings?
If I made a change to a template do I need to do this each time in ES settings?
·
Monday, 13 October 2014 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
hello trevorl,

You're welcome, What i did is compile it from your backend > easysocial > theme > Compile > click compile button.

Because I have modified the CSS class and styling, so have to compile it.

If you change the template, you no need do this compile again, because the compile is for Easysocial itself. Hope this help.
·
Monday, 13 October 2014 17:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I see, thank you what a star!

As usual Excellent support from Stackideas and Arlex!


Thank you
·
Monday, 13 October 2014 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
hello trevorl,

You're welcome, glad to heard your issues resolved.
·
Monday, 13 October 2014 17:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post