XF 1.5 Need help

It's wired,

I cant login, even i login it redirect me to main page without logged in.

sometime the page change from default XF skin to installed theme FLATAWSOME too..
 
@erman6600 ,

Your server and XenForo is not problem.

But is template problem here
Code:
a:link,
a:visited
{
    font-size: 1px;
    color: #176093;
    text-decoration: none;
}

Go to admin panel login then > Appearance > Styles > Templates > EXTRA.css Edit here

Add code

Code:
a:link,
a:visited
{
    font-size: 13px;
}

Save it.
 
hold on, im moving my nameserver to other.
I can login! But your forum looks like html self from your own account.

You can create the new default style.
Appearance Styles > Styles > Create New Style

Title: Default Style Fix
Description: XenForo

Save it, then delete all style older, enable the default style fix.
 
Top Bottom