MyBB Community Forums

Full Version: Duende V2 Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
I also seems that MyAlerts is completely white on it.


Spizy, could you PM me a link to your forum?
By Alerts do you mean the misspelled words pointed out with ~~~~?

And okay.
(2015-01-21, 09:55 PM)Spizy Wrote: [ -> ]Hey there Subzr1 Smile

I have an issue, when using full edit, i can not see my text, since they are both white.
[Image: 9ffd54b899.png]

I was wondering if you could point me into the right direction on fixing this?

hello m8
well thats a easy fix
on my demo of the theme i dont have that issue but here it goes
on your ftp go to:
/jscripts/sceditor/textarea_styles

there u will see severall css files, 1 for each editor of mybb default instalation

open the css file of the editor your using and search for:

body {
position: relative;
overflow: auto;
min-height: 100%;
word-wrap: break-word;
}
 change it to:
body {
background: #333;
position: relative;
overflow: auto;
min-height: 100%;
word-wrap: break-word;
}

that will add a background color that the #333 its a dark gray
I'm using square apparently, but the code I see is:

body {
	/* Needed for iOS scrolling bug fix */
	position: relative;
	overflow: auto;

	/* Needed so the cursor will be placed at the end of the content
	   when the there isn't enought content to fill the full viewport */
	min-height: 100%;
	word-wrap: break-word;
}

I tired anyways to replace it and it unfortunately did not work :/

I changed the Editor Style to mybb instead of square, and the text boxes look great.. there might be something wrong with my square.css?

Full Reply:

[Image: 5c3549482d.jpg]

Quick Reply:

[Image: 6ee8b9e74a.jpg]
ill try it out and will get back to you
Hi man grea8 theme !
i have a problem my up menu is missing see my website
http://mybb.web44.net/Upload/
(2015-01-26, 03:19 PM)nikan Wrote: [ -> ]Hi man grea8 theme !
i have a problem my up menu is missing see my website
http://mybb.web44.net/Upload/

i aplogise for this issue on top menu

build#3  of the theme is now available for new downloads with top menu fix
for the people that has costumized the theme its a simple fix of top menu
go to global.css and find:
#topwrap {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
border-bottom: 1px solid #000;
padding: 0px 20px;
height: 60px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 1) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255,255,255,0.1);
margin: auto auto;
margin-top: -3.1%;
vertical-align: middle;
color: #FFF;
}

just delete the:

margin-top: -3.1%;

thats it
Cheers all
Hi SubzR

I love this theme best one yet Thankyou very much Smile

Is there a way to make the images in the announcement centre in the portal ive tried to centre the image but only works in forums

Also were can i put in default avatar as new users have a blank one

thanks
Coopst3R

http://www.tgos-clan.com
hi coopster how u doing m8
thanks m8

about centering the images
yes its possible
its all about html and css styling
when u make a accoucement on forums u must allow html on posts in that specific forum (in admin area forum settings)
and use the editor to center or align as you wish

as for the avatar ill get u a solution for it asap
Cheers

PS: PM sent
(2015-01-26, 06:11 PM)subzr1 Wrote: [ -> ]
(2015-01-26, 03:19 PM)nikan Wrote: [ -> ]Hi man grea8 theme !
i have a problem my up menu is missing see my website
http://mybb.web44.net/Upload/

i aplogise for this issue on top menu

build#3  of the theme is now available for new downloads with top menu fix
for the people that has costumized the theme its a simple fix of top menu
go to global.css and find:

#topwrap {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
border-bottom: 1px solid #000;
padding: 0px 20px;
height: 60px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 1) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255,255,255,0.1);
margin: auto auto;
margin-top: -3.1%;
vertical-align: middle;
color: #FFF;
}

just delete the:


margin-top: -3.1%;

thats it
Cheers all
hey man
thanks this is gra8est Theme I ever i searched all themes and this is best
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32