MyBB Community Forums

Full Version: The circular icons are not shown
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
^ if you revert global.css stylesheet then you might lose colors of the theme.
please do not use revert without keeping a copy of the style codes.

if you need direct help & if you can wait a couple of days then
you may PM me temporary access to forum admin panel & files (FTP)
Okay. But before that I have an only one question.

Please tell me the name of the circle icon picture file (may be .png or .gif) which is not displayed in my forum.

If you can know the name of the file used for the icon, I might be able to solve the problem.
Its not only the filename, you are missing many css declarations. This is not the only problem you have.
(2017-09-01, 05:16 PM).m. Wrote: [ -> ]if you need direct help & if you can wait a couple of days then
you may PM me temporary access to forum admin panel & files (FTP)

The problem is still not solved. If you can fully solve this problem, I will cooperate fully with you.
Do I need to tell my server's user name and password on PM?
Any reply?
you can add below style properties at the bottom of global.css of the active theme
[edit through themes section of forum admin panel & edit in advanced mode]
.forum_status {
	height: 30px;
	width: 30px;
	background: url(images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offlock {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

after saving changes to the stylesheet,
you may have to hard refresh your browser (eg. press CTRL + F5) on forum index page

looks like some other codes are missing in the templates & stylesheets
[unable to check them right now ..]
Thanks!

I have inserted your strings in the bottom of global.css (also see attachment) according to you. Then I pressed Ctrl + F5 key.

However, The circular icons are still not shown. Sad  my forum url is http://oldestpeopleforum.jp/MyBB/index.php
[attachment=39315] I need your help...
(2017-09-16, 04:23 PM)Record_116 Wrote: [ -> ]Thanks!

I have inserted your strings in the bottom of global.css (also see attachment) according to you. Then I pressed Ctrl + F5 key.

However, The circular icons are still not shown. Sad  my forum url is http://oldestpeopleforum.jp/MyBB/index.php
 I need your help...

This is what your stylesheet picked up:

.forum_statusツ�{
ツ�ツ�ツ�ツ�height:ツ�30px;
ツ�ツ�ツ�ツ�width:ツ�30px;
ツ�ツ�ツ�ツ�background:ツ�url(../../../images/forum_icon_sprite.png)ツ�no-repeatツ�0ツ�0;
ツ�ツ�ツ�ツ�display:ツ�inline-block;
}

.forum_onツ�{
ツ�ツ�ツ�ツ�background-position:ツ�0ツ�0;
}

.forum_offツ�{
ツ�ツ�ツ�ツ�background-position:ツ�0ツ�-30px;
}

.forum_offlockツ�{
ツ�ツ�ツ�ツ�background-position:ツ�0ツ�-60px;
}

.forum_offlinkツ�{
ツ�ツ�ツ�ツ�background-position:ツ�0ツ�-90px;
}ツ�

Ensure you copy and paste .m.'s snippet directly and paste it into your global.css of your active theme, or you can manually remove those characters ( the ツ� characters)
OMG! The circular icons are now exists in my forum.
This problem that I could not solve for more than a month was solved.


http://oldestpeopleforum.jp/MyBB/index.php


Wires and .m., thank you very much and sorry to yours time. again, thanks!.
Pages: 1 2 3