Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Problem On Follow Pages

  1. #1
    Senior Member skorpyo's Avatar
    Join Date
    Apr 2010
    Location
    Romania
    Posts
    119
    Thanks
    75
    Thanked 20 Times in 12 Posts

    Default Problem On Follow Pages

    Is this suppose to happen:


    Isn't it suppose to be aligned on the left...I mean the menu?! Why the hell is it like that?! Please help...thanks in advance...

  2. #2
    Admin & Development shibuya246's Avatar
    Join Date
    Jun 2009
    Location
    Tokyo, Japan
    Posts
    489
    Blog Entries
    2
    Thanks
    116
    Thanked 192 Times in 116 Posts

    Default

    Quote Originally Posted by skorpyo View Post
    Is this suppose to happen:


    Isn't it suppose to be aligned on the left...I mean the menu?! Why the hell is it like that?! Please help...thanks in advance...
    is this the same when you try on other themes as well?

  3. #3
    Senior Member baadier's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town, South Africa
    Posts
    263
    Thanks
    80
    Thanked 14 Times in 10 Posts

    Default

    give us a link and we can try and debug with firebug and see what css is causing that

  4. #4
    Admin & Development shibuya246's Avatar
    Join Date
    Jun 2009
    Location
    Tokyo, Japan
    Posts
    489
    Blog Entries
    2
    Thanks
    116
    Thanked 192 Times in 116 Posts

    Default

    Quote Originally Posted by baadier View Post
    give us a link and we can try and debug with firebug and see what css is causing that
    I have seen this happen before when I first activated the plugin, but it fixed itself when I cleared the HTML and CSS caches.

  5. #5
    Senior Member baadier's Avatar
    Join Date
    Jan 2010
    Location
    Cape Town, South Africa
    Posts
    263
    Thanks
    80
    Thanked 14 Times in 10 Posts

    Default

    I just checked the link i found in your profile http://web-mee.com/following/user/skorpyo/ and i checked the css for both yours and my site and theyre the same. You might try to clear the cache to see where that gets us(as shibuya mentioned above)

  6. #6
    Admin & Development shibuya246's Avatar
    Join Date
    Jun 2009
    Location
    Tokyo, Japan
    Posts
    489
    Blog Entries
    2
    Thanks
    116
    Thanked 192 Times in 116 Posts

    Default

    Quote Originally Posted by baadier View Post
    I just checked the link i found in your profile http://web-mee.com/following/user/skorpyo/ and i checked the css for both yours and my site and theyre the same. You might try to clear the cache to see where that gets us(as shibuya mentioned above)
    If that fails, copy the users.css file from the plugin users folder into your theme folder and change the following

    Code:
    .users_content {
        width: 80%;
        float: left;
    }
    to

    Code:
    .users_content {
        width: 80%;
        float: right;
    }

  7. #7
    Senior Member skorpyo's Avatar
    Join Date
    Apr 2010
    Location
    Romania
    Posts
    119
    Thanks
    75
    Thanked 20 Times in 12 Posts

    Default

    Thank you guys for the reply...but I found out that some other pages have the same problem.
    Please take a look at this page http://web-mee.com/saved-posts/user/skorpyo/ and also I seem to have a problem at the Journals(blog) page here http://web-mee.com/journal/user/skorpyo/ and here http://web-mee.com/journals/
    Please help...

  8. #8
    Admin & Development shibuya246's Avatar
    Join Date
    Jun 2009
    Location
    Tokyo, Japan
    Posts
    489
    Blog Entries
    2
    Thanks
    116
    Thanked 192 Times in 116 Posts

    Default

    Quote Originally Posted by skorpyo View Post
    Thank you guys for the reply...but I found out that some other pages have the same problem.
    Please take a look at this page http://web-mee.com/saved-posts/user/skorpyo/ and also I seem to have a problem at the Journals(blog) page here http://web-mee.com/journal/user/skorpyo/ and here http://web-mee.com/journals/
    Please help...
    ok, i think i remember now. try bringing the order for the users plugin up towards the top. it needs to be above journal, follow etc.

  9. #9
    Senior Member skorpyo's Avatar
    Join Date
    Apr 2010
    Location
    Romania
    Posts
    119
    Thanks
    75
    Thanked 20 Times in 12 Posts

    Default

    Quote Originally Posted by shibuya246 View Post
    ok, i think i remember now. try bringing the order for the users plugin up towards the top. it needs to be above journal, follow etc.
    Yep, worked...thanks a lot...but what about the Journals page...It looks bad...doesn't it?

  10. #10
    Admin & Development shibuya246's Avatar
    Join Date
    Jun 2009
    Location
    Tokyo, Japan
    Posts
    489
    Blog Entries
    2
    Thanks
    116
    Thanked 192 Times in 116 Posts

    Default

    Quote Originally Posted by skorpyo View Post
    Yep, worked...thanks a lot...but what about the Journals page...It looks bad...doesn't it?
    That does look odd. Try

    Code:
    #journal_posts div.journal_post_wrapper {
      clear:both;
      margin-bottom:2em;
    }
    instead of

    Code:
    #journal_posts div.journal_post_wrapper {
      margin-bottom:2em;
    }

  11. Thanked by:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Follow 0.5
    By shibuya246 in forum Plugin Downloads
    Replies: 11
    Last Post: Today, 03:25 AM
  2. disable html cache for admin pages?
    By cecilporter in forum How-To and Troubleshooting
    Replies: 5
    Last Post: 05-20-2010, 12:49 AM
  3. How do i exclude the sidebar from certain pages
    By baadier in forum How-To and Troubleshooting
    Replies: 4
    Last Post: 04-21-2010, 09:35 AM
  4. WampServer + PHP 5.3 - Pages hang or don't load at all
    By Nick in forum How-To and Troubleshooting
    Replies: 1
    Last Post: 12-03-2009, 02:32 PM
  5. [Docs] Internal Linking
    By Nick in forum Design and Layout
    Replies: 0
    Last Post: 10-23-2009, 01:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •