|
Arise
|
|
| Ads |
Posted on 06/20/13 11:32
|
Bot Agent
Posts: n^x
Joined: Always
|
|
| IP: localhost |
|
|
| Domi |
Posted on 12/12/11 01:56
|

Venue Admin

Posts: 150
Joined: 24/08/05
|

The second theme ive made.
I panic fixed this one because PHP-Fusion need a standard theme that worked with just about any setup in true PHP-Fusion spirit.
-- View this Addon -- |
| |
|
|
| chrissyboy |
Posted on 04/30/12 14:27
|

Newbie

Posts: 2
Joined: 12/05/10
|
I'm using v7.02.05 and your theme affects the use of the editor when editing news and also affects incorrect page loading when going to the games page
Having said that all mod themes i have tried since up grading to the latest version of php fusion behave the same.
Have you any idea's what that could be? i dont think its your theme as all modded themes are behaving the same. |
| |
|
|
| Domi |
Posted on 05/03/12 07:03
|

Venue Admin

Posts: 150
Joined: 24/08/05
|
Hello, since its something everything does you need to ask the question and php-fusion.co.uk, iam not sure what it could be, maye people have some experience of it. |
| |
|
|
| outlaw16151 |
Posted on 02/16/13 16:13
|

Junior Member

Posts: 26
Joined: 15/06/12
|
domi i am using the Enigma theme, i am getting a scroll bar at the bottom of the site and of course, the other themes are doing it too, what can i do to fix this, the scroll bar is anoying |
| |
|
|
| Domi |
Posted on 02/17/13 08:49
|

Venue Admin

Posts: 150
Joined: 24/08/05
|
You can run this from either your landing page after header includes.
Or you can include it in your theme, after the render page function.
Codeecho "<script type='text/javascript'>
/* <![CDATA[ */
$(document).ready(function() {
$('body').css('overflow-x', 'hidden');
});
/* ]]> */
</script>";
|
| |
|
|
| outlaw16151 |
Posted on 02/17/13 13:32
|

Junior Member

Posts: 26
Joined: 15/06/12
|
hey dude that did the trick, boooya ........ i have some panels popping out, when i go to the Mochi Games on my site |
| |
|