Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-14-2013, 11:29 PM
dirtysouth dirtysouth is offline
 
Join Date: Aug 2013
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Please Help urgent!

Hey guys I am developing a forum and came across an issue which I dont know how to fix.

This issue happened when I installed VbNotification, I removed the mod from products but the problem still persists.

Issue:

Doc_width and Margin only change the size of the header+footer but not the forum table it self.

I have tried to reinstall the theme and disable all plugins, problem still persists.

Thanks
Attached Images
File Type: png ds.png (314.7 KB, 0 views)
Reply With Quote
  #2  
Old 08-14-2013, 11:36 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtysouth View Post
Hey guys I am developing a forum and came across an issue which I dont know how to fix.

This issue happened when I installed VbNotification, I removed the mod from products but the problem still persists.


Issue:

Doc_width and Margin only change the size of the header+footer but not the forum table it self.

I have tried to reinstall the theme and disable all plugins, problem still persists.

Thanks

When you remove a product you must also remove the files associated especially '.xml' files. If that doesn't work you should visit the author's site. If it is a problem the question would probably be already posted (hopefully answered) there.
Reply With Quote
  #3  
Old 08-14-2013, 11:56 PM
dirtysouth dirtysouth is offline
 
Join Date: Aug 2013
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the demo forum with the problem, I have deleted all xml files and so forth but no luck at all. http://209.217.249.85/~dirty/forum.php
Reply With Quote
  #4  
Old 08-15-2013, 12:13 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtysouth View Post
Here is the demo forum with the problem, I have deleted all xml files and so forth but no luck at all. http://209.217.249.85/~dirty/forum.php
While I am snooping at this. Check your 'additional.css' template and check to see if there isn't additional CSS there modifying your style.

When you removed the XML files. You only removed the 'xml' files for that product right?

--------------- Added 14 Aug 2013 at 18:16 ---------------

Quote:
Originally Posted by dirtysouth View Post
Here is the demo forum with the problem, I have deleted all xml files and so forth but no luck at all. http://209.217.249.85/~dirty/forum.php
I do not know your theme... but I looked at your additional.css and you have the width set as
Code:
.main_wrap {
    margin: 0 auto;  /* this sets the margin right and left to AUTO - which essentially 'centers', but to both ends of the screen */  
    width: 1300px;  /* this makes it fixed width */
}
Is that really what you want. Thats pretty wide fixed width for anything but desktop stations?
Reply With Quote
  #5  
Old 08-15-2013, 12:37 AM
dirtysouth dirtysouth is offline
 
Join Date: Aug 2013
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just reinstalled all css and templates.

The issue I am facing is the same, please check http://209.217.249.85/~dirty/forum.php?styleid=106

the doc_width is now at 930 problem still pursues...

--------------- Added [DATE]1376530917[/DATE] at [TIME]1376530917[/TIME] ---------------

Header is fixed at 930 so is the footer but the content of the forum for some reason, is thrown out of borders (fluid).

--------------- Added [DATE]1376531053[/DATE] at [TIME]1376531053[/TIME] ---------------

I am willing to pay 10 $ for this issue who ever can help me find the cause of this error. I cannot fix it on my own.
Reply With Quote
  #6  
Old 08-15-2013, 12:46 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried firefox, chrome. I did not see anything out of borders. Is that the url for the page you are seeing out of boarders. What browser are you testing width.

Are you saying that what you are looking for is a margin between your browser window and your page text?

Make sure you clear your browser cache too, if that is not the case.
Reply With Quote
  #7  
Old 08-15-2013, 12:55 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clear your browser cache, s0n. It caches CSS and templates so you might not see changes you made. I see no width problems either, at the URL you linked.
Reply With Quote
  #8  
Old 08-15-2013, 12:57 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try adding this to the bottom of your additonal CSS.

Test CSS
Code:
body { margin 0 15px !important }
main_wrap { margin 0 15px !important }
What I want to know is this the look you are after?
Reply With Quote
  #9  
Old 08-15-2013, 12:59 AM
dirtysouth dirtysouth is offline
 
Join Date: Aug 2013
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Originally the Welcome message and forum content (forums & titles) were aligned with the header,navbar width. The red background (title etc) title_bg was extended to whole screen ( as you see in the edited attachement).

The sidebar looks clustered due to the fact I photoshop'd how the original layout looked like.
Attached Images
File Type: png dsnew2.png (263.5 KB, 0 views)
Reply With Quote
  #10  
Old 08-15-2013, 01:14 AM
dirtysouth dirtysouth is offline
 
Join Date: Aug 2013
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please note the style uses a js file, more or less it might be causing the distortion.

http://209.217.249.85/~dirty/clients...gon_scripts.js
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04201 seconds
  • Memory Usage 2,279KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete