vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   CMS Article Edit page breaks on Safari (https://vborg.vbsupport.ru/showthread.php?t=326211)

Morrus 03-15-2018 04:56 PM

CMS Article Edit page breaks on Safari
 
I'm hoping somebody here has some idea how to fix this. With luck it's an easy fix.

This problem occurs on Safari, Firefox, and Chrome on my iPad.

vBulletin 4.2, the article edit/publish page on the CMS looks like this:

https://vborg.vbsupport.ru/external/2018/03/3.jpg

As you can see the control panel on the right obscures the article text making it impossible to write or edit. Fixing this would improve my work output immensely, as my iPad is the most convenient way to work much of the time.

Anybody got any ideas? I'm hoping it's just a weird html tag somewhere or something.

TheLastSuperman 03-15-2018 08:28 PM

Is this a 100% default style? If no then create a new style, is the issue present there?

You may simply need to create a new style and add in some custom css using @media definitions

Rough example:
Code:

@media screen and (min-width: 980px) /* Desktop */ {
  body {
    background: red;
  }
}

@media screen  and (max-width: 979px) /* Tablet */ {
  body {
    background: blue;
  }
}

@media screen and (max-width: 500px) /* Mobile */ {
  body {
    background: green;
  }
}

So we'd use the Inspect Element feature in the browser, find the css for the main table and then sidebar portion then adjust to suit using min or max @media then on your tablet viola it would look as-desired.

Morrus 03-16-2018 04:14 PM

Erk. I didn't really understand that! Pitched slightly above my level, unfortunately. :)

But yes, it happens on the VB 4 default style.

TheLastSuperman 03-16-2018 11:47 PM

Quote:

Originally Posted by Morrus (Post 2593583)
Erk. I didn't really understand that! Pitched slightly above my level, unfortunately. :)

But yes, it happens on the VB 4 default style.

Shoot me over via pm:

- Site URL.
- Admin username+password.

I'll tinker with it in my spare time this weekend which is sparse btw :P. Edit: Ohh and which device are you using? If you open your site using Chrome, then hit F12 button on keyboard it will show you the device/size it's scaling too, let me know that as well.


All times are GMT. The time now is 05:36 PM.

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.00958 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete