MyBB Community Forums

Full Version: Template not managed for guest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello developers,

I have less knowledge about developing.My forum has a template problem for guests.Only footer meet this problem.please go there and tell me what to do.

Forum URL :
http://www.lkguru.com/index.php

I attached a screenshot with this.Please anyone help me to fix this.

Regards
smxonline

bump...
I do not see any reason for it showing differently for the guests and the members.
anyway, you can remove background image for #footer .footer_menu in global.css

and please put back copyright for the theme
(2013-05-17, 08:35 AM).m. Wrote: [ -> ]I do not see any reason for it showing differently for the guests and the members.
anyway, you can remove background image for #footer .footer_menu in global.css

and please put back copyright for the theme

If you look attachments carefully.u will get what's happened?
^ give a test user account and wait for someone to check it
(2013-05-17, 11:53 AM).m. Wrote: [ -> ]^ give a test user account and wait for someone to check it

#footer .footer_menu {
	width: 250px;
	background: url(images/thecure/style/footer_menu_main.jpg) 100% 0 no-repeat;
	float: left;
}

I will place it.sorry.It's my bad..
you can comment out that background image or try using 200% for it in global.css