Probleem uitlog tekst.

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Probleem uitlog tekst.

Bericht door mentimjojo » 08 jan 2011, 12:53

  • Adres van je forum: http://pubertalk.nl/index.php
    Event. modificaties op je forum:-Te veel op op te noemen... Kijk hier: http://pubertalk.nl/modsdb.php-
    Wanneer ontstond het probleem?Al direct nadat de stijl geinstalleerd was.
    phpBB versie:3.0.8


    Heb je onlangs iets veranderd aan je forum?Nee. Het was er al
    Wat is het probleem?Er staat bij uitloggen boven aan in het balkje staat uitloggen [mentimjojo] Alleen die gebruikersnaam loopt daarna over in de header..

    Screen:
    Afbeelding


    Hoe kan ik dit oplossen?

    Mvg, Mentimjojo

Gebruikersavatar
FreakyBlue
Berichten: 1607
Lid geworden op: 29 okt 2007, 22:15
Locatie: Netherlands
Contacteer:

Re: Probleem uitlog tekst.

Bericht door FreakyBlue » 08 jan 2011, 21:45

Meestal gebeurt dat als de container <div> waarin het stukje tekst staat te klein is gedefinieerd.
Kijk eens in je style sheet bij de container #account of bij de ul class .rightside
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 09 jan 2011, 20:21

FreakyBlue schreef:Meestal gebeurt dat als de container <div> waarin het stukje tekst staat te klein is gedefinieerd.
Kijk eens in je style sheet bij de container #account of bij de ul class .rightside

Ik kan niet vinden wat u bedoeld, Weet iemand anders of u hoe ik dit kan oplossen?

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 11 jan 2011, 19:48

mentimjojo schreef:
FreakyBlue schreef:Meestal gebeurt dat als de container <div> waarin het stukje tekst staat te klein is gedefinieerd.
Kijk eens in je style sheet bij de container #account of bij de ul class .rightside

Ik kan niet vinden wat u bedoeld, Weet iemand anders of u hoe ik dit kan oplossen?

Weet niemand dit?

Gebruikersavatar
Ger
Berichten: 4864
Lid geworden op: 03 jan 2006, 22:23
Locatie: 192.68.1.100
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Ger » 11 jan 2011, 20:02

Dit staat waarschijnlijk in ./styles/we_clearblue/theme/common.css

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 11 jan 2011, 20:07

Ger schreef:Dit staat waarschijnlijk in ./styles/we_clearblue/theme/common.css
Nog steeds kan ik het niet oplossen..

Gebruikersavatar
Ger
Berichten: 4864
Lid geworden op: 03 jan 2006, 22:23
Locatie: 192.68.1.100
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Ger » 11 jan 2011, 20:08

Kun je het vinden? Zoniet, zoek dan eens in andere bestanden in die map.

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 11 jan 2011, 20:45

Ger schreef:Kun je het vinden? Zoniet, zoek dan eens in andere bestanden in die map.

Ik kan dat bestand wel vinden.. heb alleen totaal geen idee wat ik moet aanpassen

Gebruikersavatar
Ger
Berichten: 4864
Lid geworden op: 03 jan 2006, 22:23
Locatie: 192.68.1.100
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Ger » 12 jan 2011, 11:32

Heb je de delen #account en .rightside wel gevonden? Zo ja, post de inhoud daarvan dan eens tussen code-tags.

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 12 jan 2011, 17:26

Ger schreef:Heb je de delen #account en .rightside wel gevonden? Zo ja, post de inhoud daarvan dan eens tussen code-tags.

Hmm, ja zeker... maar er staan meer dan 1 keer account in en rightside dus.

Code: Selecteer alles

#account {
	background: url("{T_THEME_PATH}/images/account.png") repeat-x;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 38px;
	line-height: 38px;
}

#illustration {
	background: url("{T_THEME_PATH}/images/illustration.png") top right no-repeat;
	height: 199px;
	margin: -6px auto 0;
}

#container {
	margin: 20px 0;
}

#footer {
	padding: 18px 0;
	position: absolute;
}

/* Navigation
--------------------------------------------- */
#account, #main-navigation {
	padding: 0 22px;
}

#account li {
	display: inline;
	font-size: 11px;
}

#account li + li {
	margin-left: 15px;
}

#account, #account li a, #primary-navigation li a {
	color: #fbfbfb;
}

#main-navigation {
	background: url("{T_THEME_PATH}/images/navigation.png") repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 45px;
	line-height: 45px;
}

#primary-navigation li {
	border-right: 1px solid #102435;
	padding-right: 14px;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

#primary-navigation li:last-child {
	border-right: none;
}

#primary-navigation li + li {
	border-left: 1px solid #1c3e5c;
	padding-left: 14px;
}

.icons {
	padding: 16px 0;
}

.icons li + li {
	margin-left: 5px;
}

/* Site name and description
--------------------------------------------- */
#site-description {
	margin-top: 60px;
	margin-left: 75px;
	position: absolute;
}

#site-description h1 {
	font-size: 48px;
	font-weight: normal;
	color: #103143;
}

#site-description p {
	margin-left: 40px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #535353;
}

/* Footer
--------------------------------------------- */
#footer, #footer-fixed {
	background: #585757;
	width: 100%;
	left: 0;
	font-size: 11px;
}

#footer-inner {
	/* Clear fix */
	padding-right: 5px;
	overflow: hidden;
}

#footer-fixed {
	height: 100%;
	position: fixed;
}

#footer p {
	margin: 0;
	color: #fbfbfb;
}

#footer .breadcrumbs {
	margin-bottom: 15px;
}

.feed, .topic-link {
	list-style: none;
	text-align: right;
}

.feed {
	background: url("{T_THEME_PATH}/images/feed_small.gif") right center no-repeat;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 10px;
	margin-right: -15px;
	text-align: right;
}

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 13 jan 2011, 21:16

mentimjojo schreef:
Ger schreef:Heb je de delen #account en .rightside wel gevonden? Zo ja, post de inhoud daarvan dan eens tussen code-tags.

Hmm, ja zeker... maar er staan meer dan 1 keer account in en rightside dus.

Code: Selecteer alles

#account {
	background: url("{T_THEME_PATH}/images/account.png") repeat-x;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 38px;
	line-height: 38px;
}

#illustration {
	background: url("{T_THEME_PATH}/images/illustration.png") top right no-repeat;
	height: 199px;
	margin: -6px auto 0;
}

#container {
	margin: 20px 0;
}

#footer {
	padding: 18px 0;
	position: absolute;
}

/* Navigation
--------------------------------------------- */
#account, #main-navigation {
	padding: 0 22px;
}

#account li {
	display: inline;
	font-size: 11px;
}

#account li + li {
	margin-left: 15px;
}

#account, #account li a, #primary-navigation li a {
	color: #fbfbfb;
}

#main-navigation {
	background: url("{T_THEME_PATH}/images/navigation.png") repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 45px;
	line-height: 45px;
}

#primary-navigation li {
	border-right: 1px solid #102435;
	padding-right: 14px;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

#primary-navigation li:last-child {
	border-right: none;
}

#primary-navigation li + li {
	border-left: 1px solid #1c3e5c;
	padding-left: 14px;
}

.icons {
	padding: 16px 0;
}

.icons li + li {
	margin-left: 5px;
}

/* Site name and description
--------------------------------------------- */
#site-description {
	margin-top: 60px;
	margin-left: 75px;
	position: absolute;
}

#site-description h1 {
	font-size: 48px;
	font-weight: normal;
	color: #103143;
}

#site-description p {
	margin-left: 40px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #535353;
}

/* Footer
--------------------------------------------- */
#footer, #footer-fixed {
	background: #585757;
	width: 100%;
	left: 0;
	font-size: 11px;
}

#footer-inner {
	/* Clear fix */
	padding-right: 5px;
	overflow: hidden;
}

#footer-fixed {
	height: 100%;
	position: fixed;
}

#footer p {
	margin: 0;
	color: #fbfbfb;
}

#footer .breadcrumbs {
	margin-bottom: 15px;
}

.feed, .topic-link {
	list-style: none;
	text-align: right;
}

.feed {
	background: url("{T_THEME_PATH}/images/feed_small.gif") right center no-repeat;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 10px;
	margin-right: -15px;
	text-align: right;
}
Hmm, niemand die dit weet?

Gebruikersavatar
FreakyBlue
Berichten: 1607
Lid geworden op: 29 okt 2007, 22:15
Locatie: Netherlands
Contacteer:

Re: Probleem uitlog tekst.

Bericht door FreakyBlue » 15 jan 2011, 15:50

Jawel, dat heb ik je al eerder gezegd. Je moet alleen niet in de common.css zijn, maar in de colours.css file ;)
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions

Gebruikersavatar
Derky
Berichten: 4466
Lid geworden op: 07 apr 2005, 16:24
Locatie: Nederland
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Derky » 16 jan 2011, 03:18

Ik kan dit probleem niet reproduceren met een schone versie van de stijl. Heb je een testaccount op je forum zodat ik even kan kijken?

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 20 jan 2011, 17:06

Derky schreef:Ik kan dit probleem niet reproduceren met een schone versie van de stijl. Heb je een testaccount op je forum zodat ik even kan kijken?

Ja zeker,

Gebruikersnaam: Demo
Wachtwoord: demo

Mvg, Mentimjojo

Gebruikersavatar
Derky
Berichten: 4466
Lid geworden op: 07 apr 2005, 16:24
Locatie: Nederland
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Derky » 20 jan 2011, 21:26

Open: ./styles/we_clearblue/theme/common.css

Zoek:

Code: Selecteer alles

#account li {
	display: inline;
	font-size: 11px;
}
Vervang met:

Code: Selecteer alles

#account li {
	display: inline-block;
	font-size: 11px;
}
Ga naar ACP > Stijlen > Thema's >En ververs we_clearblue,

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 21 jan 2011, 15:11

Derky schreef:Open: ./styles/we_clearblue/theme/common.css

Zoek:

Code: Selecteer alles

#account li {
	display: inline;
	font-size: 11px;
}
Vervang met:

Code: Selecteer alles

#account li {
	display: inline-block;
	font-size: 11px;
}
Ga naar ACP > Stijlen > Thema's >En ververs we_clearblue,

Ahh hoop dat het werkt:P, helaas is me host weer te lui om de server te maken.. lig er alweer bijna 2 dagen uit.. En het is niet de eerste keer, Gelukkig heb ik back up van een paar dagen geleden dus alleen topic's zullen missen.

Mvg,

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 23 jan 2011, 10:25

En heb het gedaan, raar genoeg blijft de uitlog tekst gewoon staan en niet in het balkje..

Gebruikersavatar
Derky
Berichten: 4466
Lid geworden op: 07 apr 2005, 16:24
Locatie: Nederland
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Derky » 23 jan 2011, 14:23

Heb je wel de template ververst? En welke browser gebruik je?

mentimjojo
Berichten: 57
Lid geworden op: 25 dec 2010, 15:48
Locatie: Doesburg
Contacteer:

Re: Probleem uitlog tekst.

Bericht door mentimjojo » 23 jan 2011, 14:53

Derky schreef:Heb je wel de template ververst? En welke browser gebruik je?
Ja die heb ik ververst, en ook de thema ververst, En ik gebruik google chrome..

Gebruikersavatar
Derky
Berichten: 4466
Lid geworden op: 07 apr 2005, 16:24
Locatie: Nederland
Contacteer:

Re: Probleem uitlog tekst.

Bericht door Derky » 23 jan 2011, 15:03

Toen ik net keek was het niet goed en met een goede refresh wel, dus waarschijnlijk heeft Chrome het nog gecached.

Gesloten