A A A

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Forums Displaying Wrong
Aug 26, 2010
10:48 pm
Rookie
Forum Posts: 1
Member Since:
Aug 27, 2010
Offline

Hey guys

 

I have recently installed the Simple Press plugin to my wordpress site. Everything is working great except for the layout. The Logout, Memers, Profile links are not lined up. The breadcrum tree is not floating left. When viewing a board the wrong information is the posts column and there is nothing in the views column. The add post page the smileys just go straight down instead of being right next each other. Think that is all the problems.

 

My forum can be found at http://mountainhollowgamecalls…..com/forum/

 

Thanks guys

Aug 26, 2010
10:53 pm

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

this is a problem caused usually by some outdated plugins…  you appear to have one that is converting \n chars to <br /> tags… and hence the poor display…  wp had a problem at one time that a bunch of plugins had to work around…  when wp was fixed, plugins that had the workaround in them, exhibited this problem…

so, need to figure out which plugin is mucking with the post content… start by disabling all plugins and seeing if the problme goes away… then reenable one by one until it breaks…

Aug 27, 2010
7:34 am
natebeast
Guest

Mr Papa said:

this is a problem caused usually by some outdated plugins…  you appear to have one that is converting \n chars to <br /> tags… and hence the poor display…  wp had a problem at one time that a bunch of plugins had to work around…  when wp was fixed, plugins that had the workaround in them, exhibited this problem…

so, need to figure out which plugin is mucking with the post content… start by disabling all plugins and seeing if the problme goes away… then reenable one by one until it breaks…


Hey Mr.Papa

I disabled all my plugins and there was no change on how to the forum displays. Would there something in my theme that would effect the forum?

Aug 27, 2010
8:01 am

SP Master
Forum Posts: 22211
Member Since:
Nov 9, 2008
Online

It's a possibility. Swap into the WP theme for a couple of minutes and try it.

Yellow Swordfish
Aug 27, 2010
8:46 am
natebeast
Guest

Yellow Swordfish said:

It's a possibility. Swap into the WP theme for a couple of minutes and try it.


Yea seems like it's a theme problem cause it looks fine with the default wordpress theme. I am not sure what would be causing this. I have checked the stylesheets and that isnt a problem. So i am not sure what else would cause it.

Aug 27, 2010
8:56 am

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

will be some js that your theme is loading… too many themes improperly load js…  wp provides an api for loading js to ensure things arent loaded twice and what not… when themes just flat load instead of using the api, problems can ensue…  it appears you have removed the forum, so I cant really tell any more at the moment…

Aug 27, 2010
9:16 am
natebeast
Guest

Mr Papa said:

will be some js that your theme is loading… too many themes improperly load js…  wp provides an api for loading js to ensure things arent loaded twice and what not… when themes just flat load instead of using the api, problems can ensue…  it appears you have removed the forum, so I cant really tell any more at the moment…


Sorry about that the forum is back up. I disable all my js files that were loading sadly nothing changed though.

Aug 27, 2010
9:24 am

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

hmmm… a couple of things…  for some reason your theme is choosing to load its own version of jquery…  wonder why it doesnt want to use the jquery version supplied with wp?  dont know if thats an issue or not… it does appear to be loading it properly, so thats good and the version number is correct…  and that shouldnt matter as far as the \n getting converted to <br /> anyways…  so think this is okay…

but your theme is loading a js

http://mountainhollowgamecalls…../onLoad.js

and not sure what it is doing… nor am I sure what the custom font replacement script is doing… is that part of the theme or a plugin?

Aug 27, 2010
9:32 am
natebeast
Guest

Mr Papa said:

hmmm… a couple of things…  for some reason your theme is choosing to load its own version of jquery…  wonder why it doesnt want to use the jquery version supplied with wp?  dont know if thats an issue or not… it does appear to be loading it properly, so thats good and the version number is correct…  and that shouldnt matter as far as the \n getting converted to <br /> anyways…  so think this is okay…

but your theme is loading a js

http://mountainhollowgamecalls…../onLoad.js

and not sure what it is doing… nor am I sure what the custom font replacement script is doing… is that part of the theme or a plugin?


I took a look at that onLoad.js its related to the theme. I stopped loading it and refreshed the forums but it still looks the same

Aug 27, 2010
9:36 am

SP Master
Forum Posts: 23688
Member Since:
Dec 10, 2006
Offline

so no plugins active now?  just the theme?  and the custom icon is back on…  plus

//

//

	<script type="text/javascript">
		$j = jQuery.noConflict();
		var themePath = 'http://mountainhollowgamecalls.com/wp-content/themes/mhgamecallsv1/'; // for js functions
		var blogPath = 'http://mountainhollowgamecalls.com'; // for js functions
	</script>
	<script type="text/javascript" src="http://mountainhollowgamecalls.....1.3.min.js"></script>
	<script type="text/javascript" src="http://mountainhollowgamecalls.....ent.min.js"></script>
	<!-- Drop down menus -->
	<script type="text/javascript" src="http://mountainhollowgamecalls.....js/menu.js"></script>
			<!-- Font replacement (cufon) -->
		<script type="text/javascript" src="http://mountainhollowgamecalls.....fon-yui.js"></script>
		<script type="text/javascript" src="http://mountainhollowgamecalls.....ht.font.js"></script>
		<script type="text/javascript" src="http://mountainhollowgamecalls.....ur.font.js"></script>
		<script type="text/javascript">
			Cufon.replace('h1, h2, h3, h4, h5, h6, #fancybox-title-main', { fontFamily: 'Vegur' });
			Cufon.replace('.pageTitle, #Showcase h1, #Showcase h2, #Showcase h3, #Showcase h4, #Showcase h5, #Showcase h6', { fontFamily: 'Vegur Light' });
			function modalStart() {
				Cufon.replace('#fancybox-title-main', { fontFamily: 'Vegur' });
			}
		</script>

	<!-- Input labels -->
	<script type="text/javascript" src="http://mountainhollowgamecalls.....bel.min.js"></script>
	<!-- Inline popups/modal windows -->
	<script type="text/javascript" src="http://mountainhollowgamecalls......1.pack.js"></script>

which is a lot, but not necessarily a problem… do any deal with page content or wp filters?

Forum Timezone: America/Chicago

Most Users Ever Online: 444

Currently Online: Yellow Swordfish, chaiavi, woody, prasanna, ndc
82 Guest(s)

Currently Browsing this Page:
1 Guest(s)

See All Online Activity

Top Posters:

-Radio-: 1251

Lee H: 606

Luffer: 535

Conrad_Farlow: 502

jim: 478

neon: 263

ovizii: 240

Tal: 240

Member Stats:

Guest Posters: 2625

Members: 7360

Moderators: 1

Admins: 2

Forum Stats:

Groups: 5

Forums: 16

Topics: 10888

Posts: 79519

Moderators: Brandon C (162)

Administrators: Yellow Swordfish (22201), Mr Papa (23688)