MyBB Community Forums

Full Version: Is responsive mybb really responsive?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
https://community.mybb.com/mods.php?acti...w&pid=1469

Why this theme showing full version in mobile?
In my website it's working fine

I think you have edited something that break the layout

Check my website

https://storiespedia.com
Thanks
(2023-05-06, 07:32 PM)PARADOX987 Wrote: [ -> ]In my website it's working fine

I think you have edited something that break the layout

Check my website

https://storiespedia.com

So that's what it's supposed to look like.  I also use this theme, and it's cut down the middle and looks a bit off on mobile. I've come to the conclusion that the advanced stats or the shoutbox plugin is the culprit.
(2023-05-06, 07:32 PM)PARADOX987 Wrote: [ -> ]In my website it's working fine

I think you have edited something that break the layout

Check my website

https://storiespedia.com

Hi, How to set default blak theme?
by deafult now white
(2023-05-08, 07:39 AM)mybbviper Wrote: [ -> ]
(2023-05-06, 07:32 PM)PARADOX987 Wrote: [ -> ]In my website it's working fine

I think you have edited something that break the layout

Check my website

https://storiespedia.com

Hi, How to set default blak theme?
by deafult now white

See this

https://community.mybb.com/thread-233249...pid1383868
(2023-05-08, 09:55 AM)PARADOX987 Wrote: [ -> ]
(2023-05-08, 07:39 AM)mybbviper Wrote: [ -> ]
(2023-05-06, 07:32 PM)PARADOX987 Wrote: [ -> ]In my website it's working fine

I think you have edited something that break the layout

Check my website

https://storiespedia.com

Hi, How to set default blak theme?
by deafult now white

See this

https://community.mybb.com/thread-233249...pid1383868

Thanks. and anything do with google tag manager?

Should i have to replace?

and i did not find this

and open the images/style-dark.css and replace with it

white mode totally gone
Remove the Google tag manager that was mine 😁

Open all.css and replace the color variable codes with the codes that was written first in images/style-dark.css

If you have lost the codes was written in style-dark.css
Here it is

:root{
  --ul-top-back: rgb(24,28,50);
  --ul-top-blur: blur(0px);
  --ul-top-a-col: #7e8299;
  --ul-top-a-hov-col: #3989da;
  --ul-top-a-hov-bord: none;
  --ul-top-a-hov-back: #303347;
  --ul-top-a-bord: none;
  --theme-color: #287ade;
  --white: #161b28;
  --black: #424744;
  --grey: #999999;
  --red: #ff3300;
  --green: #00cc00;
  --a-color: #f1f2f3;
  --lower-bg: #393E46;
	--just-white: #161b28;
  --slide-white: #393E46;
  --slide-grey: #3a3a3a;
  --light-grey: #333333;
  --just-black: #bbbbbb;
  --text-black: #d4d4d4;
  --dark-white: #111111;
  --dark-sky: #4874a3;
  --near-white: #050505;
  --just-grey: #777777;
  --dark-grey: #999999;
  --grey-tone: #555555;
  --black-tone: #ebebeb;
  --darkest-green: #263c30;
  --starting-grey: #bbbbbb;
  --medium-black: #cccccc;
  --medium-grey: #777777;
  --fine-white: #1d2333;
  --lightest-red: #ffdde0;
  --yellow: #f7e86a;
  --lightest-yellow: #fffbd9;
  --medium-yellow: #fff6bf;
  --light-pink: #ffb8be;
  --point-white: #1d2333;
  --point-black: #f0f0f0;
	--trow-2: #131526;
  --tcat: #393E46;
  --tcat-color: #ccc;
  --button-bg: #111111;
  --button-color: #aaaaaa;
  --post-btn-bg: #1B262C;
  --post-btn-color: #DDDDDD;
  --light-violet: #e8deff;
	--transparent-black: rgba(0,0,0,0.1);
	--transparent-white: rgba(255,255,255,0.1);
  --font-color: #141414;
  --pure-dark: #ffffff;
  --sced-a: #dddddd;
  --sced-btn-hov: #0c0c0c;
  --alt-black-transparent: rgba(255, 255, 255, 0.2);
  --alt-white-transparent: rgba(0, 0, 0, 0.2);
	--black-font: #eeeeee;
	--label-color: #c3c3c3;
  --sced-btn-hov: #0c0c0c;
  --sceditor-bg: #161B28;
  --sced-box-bg: #1D2333;
  --sced-tools-bg: #21283B;
  --sced-btn-color: #dddddd;
  --toolbar-bg: #1d2230;
  --toolbar-border: #2b2f30;
  --button-sced-bg: #131313;
  --default-color: #ddd;
    --default-border-color: #262d42;
    --main-bg: linear-gradient(69deg, #244a87, #00639b, #007ca7, #0093ac, #00a9ac, #00b4bb, #00beca, #00c9da, #00c7fa, #62c0ff, #abb4ff, #e8a3fe);
    --dark-bg: #343F56;
    --i-bg: linear-gradient(to left, #abb510, #bdae00, #cda700, #dd9f00, #eb9612);
    --grey-point: rgba(158, 158, 158,0.5);
    --pink-tone: linear-gradient(287deg,rgba(245, 195, 32,0.8), rgba(168, 106, 13,0.9),rgba(227, 50, 124,0.8) 0px,rgba(227, 50, 200,0.9),rgba(219, 131, 31,0.9));
    --transparent: rgba(255,255,255,0.2);
    --transparent-tone: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,0.3)),to(rgba(250,250,250,0.2)), color-stop(.5,rgba(252,252,252,0.3)));
	--mod-border:  #393E46;
}
button,
input.button,
.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active  {
	background: var(--post-button-bg)!important;
}
.thead {
    text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
why with gone?

*white

and i facing problem with my advertizement with your new file

its showing double ads
As i can see you haven't replace the code correctly

Open all.css

Copy the color variable css codes and replace with the style-dark.css

And in style-dark.css replace the color variable css code with all.css

I mean to say replace the codes with each other

And for the advertisement

Remove the extra {myadvertisements[zone_number]} from the templates
Pages: 1 2 3