Support Forum

Permalinks not updating

28 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Ike: Could you try using IE and/or Chrome on your PC?

Although… William: Ike and I are both ‘guests’. Could this be something you have installed that only an Admin runs which might be affecting things? Could you log out of your site and look at the popups?

WM William MacQuinn
William MacQuinn
Member

Also Windows 7 ie, chrome and firefox.

The about box does look fine though

WM William MacQuinn
William MacQuinn
Member

Yellow Swordfish said
Ike: Could you try using IE and/or Chrome on your PC?

Although… William: Ike and I are both ‘guests’. Could this be something you have installed that only an Admin runs which might be affecting things? Could you log out of your site and look at the popups?

Guests can’t do anything.  The about pop out looks fine as admin and guest.  

I will happily give you admin login so you can see for yourself.

IK Ike
Ike
Member

We are looking at the ‘edit post’ popup, which uses the ui-dialog class, the same as all the other popups and should show the problem.

I’ve just checked in IE and Chrome and it looks fine, so it might be a good idea to PM Admin login to myself and Yellow Swordfish.

WM William MacQuinn
William MacQuinn
Member

Ike said
We are looking at the ‘edit post’ popup, which uses the ui-dialog class, the same as all the other popups and should show the problem.

I’ve just checked in IE and Chrome and it looks fine, so it might be a good idea to PM Admin login to myself and Yellow Swordfish.

PM sent
 

IK Ike
Ike
Member

OK, having logged in as Admin, I can see the issue straight away, and the ‘edit post’ popup previously looked at – is affected when logged in as Admin, not guest.

I will just ask you to confirm as Andy asked, if you are running any plugins that only have an effect on Admins, as the ui-dialog (popups) appearance could be the result of some kind of js conflict.. chat.js maybe? They don’t appear to be suffering any CSS problem I can see…

I don’t know enough about js to be sure, maybe Andy can offer some insight, but I would definitely recommend temporarily disabling plugins until you find the cause.

WM William MacQuinn
William MacQuinn
Member

Thanks for looking.

I just disabled every plugin except simple-press.  Same thing.

YS Yellow Swordfish
Yellow Swordfish
Member

OK – when your custom theme was forked from the default theme, someone added the rule:

#spMainContainer {
    margin: 0 -50px -10px;
}

to the CSS rules. It is that -50px that is doing the damage in the UI dialog. Is it necessary?

WM William MacQuinn
William MacQuinn
Member

I have no idea if it is necessary, I paid for it to be made.  I believe it was Brandon C who did it for me.

WM William MacQuinn
William MacQuinn
Member

Thanks for taking the time to look.  Hopefully it will get sorted.

WM William MacQuinn
William MacQuinn
Member

Yellow Swordfish said
OK – when your custom theme was forked from the default theme, someone added the rule:

<br />
#spMainContainer {
    margin: 0 -50px -10px;
}
<br />

to the CSS rules. It is that -50px that is doing the damage in the UI dialog. Is it necessary?

Thanks Swordfish!  I removed that piece of the code and it’s working properly.  Just hoping it did not mess something else up I did not find yet.

MP Mr Papa
Mr Papa
Member

good news…  I think it would be quite apparent if the styling of something else was changed… perhaps it was needed for previous version of WP as they have been repeatedly changing jquery ui dialog css…