On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

In preparation for the release of Simple:Press Version 4.0, the Support Forum has moved to a new site dedicated to the plugin. This will also be the future home for Simple:Press Forum.


Version 3.1.4 will still be available for download here in the short term.


For the support forum - and to visit our new site and to get details of version 4.0, click on the logo to take you to simplepressforum.com

This forum is currently locked - access is read only
Current User: Guest
Please consider registering

 
Search Forums:


 




Display Issues and Login Errors

UserPost

9:39 pm
14 Sep 2008


PerspectivesMag

Member

posts 9

1

First and foremost I would like to thank you for this great forum, it is convenient and not rivaled by any other forum plugin I've tried.

Unfortunatley though, I've seem to run into a few errors while trying to impliment the Forum onto my website. After following the instructuions given on installation I ran into a few issues.

The forum navigation is stuck on the left side and goes down as opposed to across as it should. There are I'm guessing boreders around things that shouldn't be bordered, and other general display issues I ran into. I know it has to be a result of the layout I'm using, which does not help my situation because as it seems, the information given with the plugin to correct many of these issues has not been really helpful with the current Theme I'm using. That, ir it's my lack of Coding skill showing again. I also have some issues with logging in.

When I attempt to login as an administrator it takes me to my wordpress administration page, and when I go back to the forum it says I'm not logged in. So I tried making another account to see if there was a difference… The registration worked fine, but once I logged in with the given password I had the same issue, it would log in but would say I'm logged in as guest right after. Sorry if that was a lot to read, I've been trying to figure it out on my own but I might as well come here, hope someone can help. It's much appreciated, I'd love to be able to actually work on the site and get it up and running… :P

Thanks in advance for your time. The url to the forum is: http://www.perspectiveshift.net/?page_id=285

Take Care

10:00 pm
14 Sep 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

2

You have a plugin conflict…  a plugin is converting \n chars to a <br />…  Are you by chance running Contact Form 7? 

They put a hack in place for a wordpress issue that has since been corrected but they havent removed the hack and iit messes up the current wpautop order and does the unfortunate conversion… 

10:11 pm
14 Sep 2008


PerspectivesMag

Member

posts 9

3

Thanks for the speedy reply.

 It helped with the display issue, however, the login is still not working correctly for me. I can't log in as an administrator, or as the other general member account I created. Any idea as to why that might be happening?

11:36 pm
14 Sep 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

4

You've stil got some display issues around table borders and you are also displaying the link labels as well as the graphic buttons.

As to login I can't think of a reason off hand why you should have a problem. So - let's start with plugins. Are you running any plugins that operate on login or regustration?

11:52 pm
14 Sep 2008


PerspectivesMag

Member

posts 9

5

I don't believe so. I was just messing around with the Forum to see if it was something else, but I guess not.

My current activated plugins are as follows:

All In One SEO Pack

Dragon Design Site Map Generator

Drop Cap First Character

FireStats

FlickrRSS

Google Adsense Widget

PageLinks To

Simple Press Forums

Unavtivated Plugins:

Akismet

Hello Dolly

Popularity Contest

and Site Unavailable

None of these plugins really go hand in hand with the WP Login/Register system.

11:59 pm
14 Sep 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

6

in your wp general settings page, are both the wordpress url and blog url the same as far as www?  that is, both include or both dont include it?  that can mess up cookies…

12:02 am
15 Sep 2008


PerspectivesMag

Member

posts 9

7

No, they were two different URLs. I changed that now and visited the forum and it says I'm logged in. So I believe that works now. Thanks :P

12:04 am
15 Sep 2008


PerspectivesMag

Member

posts 9

8

So it seems as though the forum is now fully functional… Which is the most important thing, but any ideas on the lingering display issues?

12:08 am
15 Sep 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

9

your wp theme is adding extra styling (mainly borders) to tables and their elements…  if you are not using tables on your site, I would just remove them from the style.css

look in the area of lines 51, 52 and 53 for table, tr and td styling…

if you want to leave those in your theme, you will need to override them in the spf skin… if you do this, make sure you create your own instead of just modding the one you are currently using (see the online help in your spf admin area)…

12:11 am
15 Sep 2008


PerspectivesMag

Member

posts 9

10

Hmm… Alright, I'll check that out. Thanks for your help. I appreciate it. :)

12:15 am
15 Sep 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

11

I use that structure theme (an older, heavy modded version) on one of my sites (http://cruisetalk.org)…  I think to get rid of the extra styling, I simply added the following lines to the end of the css file (actually its in another that I include after the base style file to allow my mods without changing the theme file (wp has child themes now which does the same)

.post tr, .post td{
border: none;
}

12:25 am
15 Sep 2008


PerspectivesMag

Member

posts 9

12

Hmm. I tried to comment out the border information on style.css under images and it had no effect, I also added said code and got no difference. The format of this layout as far as code has me pretty much confused. I might have to make multiple edits but I'm not quite sure where yet.

1:29 am
15 Sep 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

13

after removing all those table, tr and td entries, did you clear your browser cache?  you might not be seing the changes..  when I remove those styles from your site (with firebug), it gets a whole lot better…  I would remove the entire styling for table, tr, td, etc…

2:12 pm
15 Sep 2008


PerspectivesMag

Member

posts 9

14

Hmm… Okay. I'll give it a try in a few hours when I get a chance. I just don't want to remove more than needed and then have a whole different set of issues :P

3:38 pm
15 Sep 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

15

the structure theme doesnt, or at least didnt when I first grabbed it, use tables anywhere itself….  so unless you have added tables on pages or posts, you should be okay…

10:23 pm
16 Sep 2008


PerspectivesMag

Member

posts 9

16

Alright, thank you so much for all the help, I really appreciate it.  I'll get on it as soon as I get the chance. :)



Reply to Topic: Display Issues and Login Errors

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 8 + 10        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

8 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 2068

Posts: 14091

Members:

There are 1003 members

There are 837 guests


Yellow Swordfish has made 5252 posts

Top Posters:

Mr Papa - 1602

-Radio- - 558

ovizii - 114

jfv - 82

angelic007 - 72

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.4 (Build 357)