By muhanad on Saturday, 09 November 2013
Posted in General Issues
Replies 7
Likes 0
Views 1K
Votes 0
Hello Support,

I just noticed that there are some odd starts on some of the icons in both easyblog and komento and not sure if they are supposed to be there or not


Please check the attached images.

Regards,
Hello Muhanad,

Sorry for the late reply as it's the weekends. The "+" is not suppose to be there. It's some class with the template or something else. However I have added the fixed in your template CSS file
#EasyBlogMediaManager button:after {
content: none;
}
#section-kmt button:after {
content: none;
}

Hope this helps.

Thanks!
·
Saturday, 09 November 2013 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adelene,

Many thanks for implementing the fix u guys rock:D

any ideas on the komento one?
·
Saturday, 09 November 2013 19:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhanad,

Sorry for the late reply. These codes
#section-kmt button:after {
content: none !important;
}

Should fix the Komento ones. I can't save anything in you FTP and also I am getting this in your backend

>> Extension record not found in database Extension record not found in database Extension record not found in database

Please place it at the end of the

JOOMLA/templates/rt_afterburner2/css/rt_afterburner2-custom.css

file replacing the codes
#section-kmt button:after {
content: none;
}

Also please clear your Joomla cache and try again Hope this helps.

Thanks!
·
Sunday, 10 November 2013 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adelene,

i found both codes in rt_afterburner2-custom.css but the issue remains for some reason


Regards,
·
Tuesday, 12 November 2013 02:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Salam Muhanad,

I am so sorry for this delayed respond.

I already inspected your issue, and I already put the CSS hacks in this CSS file:
yourjoomlafolder/templates/rt_afterburner2/css/rt_afterburner2-custom.css

You can find the hacks at the top of the source code as below:
body #section-kmt .button:after
{
display: none !important;
}

Hope this will help, please let me know if you need further assistance. Thank you.
·
Tuesday, 12 November 2013 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ikram,

Yes thank you but the issue remains although the code was implemented.


Regards,
·
Tuesday, 12 November 2013 17:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhanad,

Sorry for the late reply. I checked your issue and the + isn't there anymore http://screencast.com/t/nPiCrPwkqq6Q Where else are u seeing it? Please advice.

Thanks!
·
Tuesday, 12 November 2013 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post