Forum Replies Created

Viewing 12 replies - 91 through 102 (of 102 total)
  • Thread Starter Rado

    (@jeriksson)

    Found a solution to get it to semi work, in css.php

    #chatInput { }

    change to

    #chatInput { overflow: hidden; height:30px; }

    Not a good fix, Send button is still 1 pixel smaller on IE8,CROME,OPERA compared to Firefox which is really annoying, if i increase it 1pixel it becomes 1 pixel to large in firefox, gah..

    Is there a way to force these 2 fields to always be the same height?

    Thread Starter Rado

    (@jeriksson)

    Hi Pierre, not so sure about that, even if i remove all the code containing the hidden fields (just as a test) i still get the spacers in IE, i can’t figure it out…

    As for users, yeah i have a website which i was gonna use this shoutbox on and believe it or not but atleast 15% of the users are using IE6-7 if not more.

    God i hate explorer, it really sucks balls. I wish there was a code to implement to replace the shoutbox with a text saying “install a better browser” , maybe there is? ??

    Thread Starter Rado

    (@jeriksson)

    Thanks to pierre for fast help, the issue wasn’t in the plugin but in explorer.

    If anyone else was annoyed by this check the function on line 429 in ajax_shout.php

    cheers

    Thread Starter Rado

    (@jeriksson)

    Hi Pierre thanks for your quick reply, I have a test page up on it here: https://jonnyeriksson.com/dd/ (check bottom of the sidebar)

    Thanks a lot ??

    would love to use this but the code above breaks the site, is there anything missing in the code above??

    thanks!

    Thread Starter Rado

    (@jeriksson)

    No one? Maybe anyone could help me find a plugin which allows me to enter keywords that are searchable which does not have to be displayed to the end user, i’ve looked for one but i couldn’t find it.

    Thanks!

    Thread Starter Rado

    (@jeriksson)

    oh id like to add i’ve tried all the search plugins, like Search Unleashed and Search Everything, none of these give me any result at all, they do manage to search pages and tags but yet no hits from the category names. Could it be theme issues?

    same here, why no answer from anyone?

    Thread Starter Rado

    (@jeriksson)

    Yes exactly. The top (latest) post always shows up on top which is very confusing.

    If anyone has a clue how to fix this i’d be willing to pay for the code.

    Please reply to the thread!

    It seems you solved this without posting the solution, not recommended. Can you please say how you solved the issue so others can fix this to?

    I’ve been looking around and i found the author of the theme had replied to your thread on that support site, but not even he gave the instructions to fix it, cause apparently he saw you already fixed it.

    Really frustrating.

    Thread Starter Rado

    (@jeriksson)

    I’ve managed to solve the issue with the borders between the images that looked strange in IE.

    Styles.css, find:

    hr {
    	background-color: #22201d;
    	border: 1px solid #363430;
    	height: 10px;
    	margin: 10px 0;
    	width: 760px;
    	}

    Change to

    hr {
    	background-color: #22201d;
            color: #22201d;
    	border: 1px solid #363430;
    	height: 10px;
    	margin: 10px 0;
    	width: 760px;
    	}

    I hope that helps for someone else who might have this issue.

    I did fix some issues using the page emsi linked. I had manually made hyperlinks for the header images, and i like these to point “home” but doing it like i did it seemed to be very faulty.

    Can anyone with a bit of knowledge give me an idea how to do hyperlinks of the header images in a proper way? This is how i did it (NOT PROPER)

    <div id="headerimg" class="clearfix">
    <div class="image bkgleft"><a href="https://dkeserver.no-ip.org/news/"><img src="https://dkeserver.no-ip.org/news/wp-content/themes/chaoticsoul-10/images/image_left.jpg" border="0"</a></div>
    <div class="image bkgright"><a href="https://dkeserver.no-ip.org/news/"><img src="https://dkeserver.no-ip.org/news/wp-content/themes/chaoticsoul-10/images/image_right.jpg" border="0"</a></div>
    </div>

    This works in firefox, but both IE and Opera flips out doing it this way. Also the page emsi linked freaks out about it.

    I also have another question regarding how IE understands fontsizes from the styles.css file. For some reason the sidebar text (h3) is to large, while its correct size in both firefox and opera. There’s something that needs to be added to the css for IE to understand the text size, or does it conflict somewhat with the function that top post text size is larger then the ones below?

    See this code and see if you can see anything that could cause the sidebar text to be larger in explorer vs firefox/opera.

    from styles.css

    #page {
    	margin: 25px auto 25px;
    	padding: 0;
    	width: 760px;
    	}
    
    #header {
    	text-align: center;
    	}
    
    #wrapper, #headerimg { width: 760px; }
    #wrapper { background: url('images/content_bkg.gif') repeat-y top left;}
    
    .image {
    	background: #22201d url('images/image_left.png');
    	border: 1px solid #363430;
    	height: 149px;
    	width: 372px;
    	}
    
    	.bkgleft { background: url('images/image_left.jpg'); float: left; }
    	.bkgright { background: url('images/image_right.jpg'); float: right; }
    
    #footer {display:none}
    
    #content, #sidebar {
    	border-left: 1px solid #363430;
    	border-right: 1px solid #363430;
    	padding: 0 10px;
    	}
    
    	#content { float: left; font-size: 1.1em; width: 517px; }
    	#content h2 { margin: 0 0 10px; }
    	#content p { line-height: 1.5em; }
    
    	#sidebar { border-left: 0; float: right; width: 200px; }
    	#sidebar h3 { color: #bd934f; margin: 15px 0 5px; font-variant: small-caps; }
    	#sidebar ul { margin: 0 0 10px; padding: 0; border-top: 1px solid #363430; border-bottom: 1px solid #363430; }
    	#sidebar li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
    	#sidebar li:hover { background: #363430; }
    
    #searchform { background: #22201d; padding: 10px; text-align: center; }
    	#s { width: 160px; }
    
    .goleft { float: left; }
    .goright { float: right; }
    
    ul.navigation {
    	border-top: 1px solid #363430;
    	border-bottom: 1px solid #363430;
    	}
    
    	ul.navigation li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
    	ul.navigation li:hover { background: #363430; }
    
    /* Post Structure */
    
    .post { padding: 10px 0 0; }
    	.widecolumn .post { padding: 0; margin: 0; }
    
    .top { padding: 15px 10px 0px; background: #1b1814; margin-bottom: 15px; border-bottom: 1px solid #35302a; }
    .lastfive { padding-left: 10px; padding-right: 10px; }
    	.postmetadata { margin: 3px 0; padding: 0; }
    	.postmetadata a { font-weight: bold; }
    		#sidebar .postmetadata { line-height: 1.5em; }
    	.continue { font-weight: bold; font-size: 1.3em; }
    
    	.top .entry { font-size: 1.1em; }
    	.entrytext { padding: 0 10px 0; line-height: 2em; font-size: 1.1em; }
    
    	.entrytext h2 { border-bottom: 1px solid #bd934f; display: block; }
    	.entrytext ul { list-style-type: square; }
    
    /* Comments Structure */
    
    .comments { padding: 10px; margin-top: 15px; background: #1b1814; border-top: 1px solid #35302a; position: relative; }
    	#commentform p { float: left; margin: 0 10px 10px 0; }
    
    .commentlist { background: #1b1814; list-style: none; margin: 0; padding: 0; }
    	.commentlist li { background: #161410; margin-top: 10px; padding: 5px 0 0; }
    	.commentlist li p { padding: 5px 10px 0; margin: 0; }
    	.commentlist li p.commentmetadata { border-bottom: 1px solid #35302a; background: #181612; padding: 5px 10px; margin-top: 10px; }
    
    ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }
    ul.archive li { display: inline; }
    
    /*  -----|  Typography  |---------------------------------------------------  */
    
    h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }
    
    h1 { color: #fff; font-size: 2em; margin: 0 0 8px; }
    h1:before, h1:after { content: " . . "; color: #444; }
    h1 span { color: #bd934f; }
    
    h2 { color: #bd934f; font-size: 1.2em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px solid #35302a; }
    	.post h2 a { color: #bd934f; }
    	.post h2.first { font-size: 1.75em; }
    
    	.widecolumn h2.title {
    		display: block;
    		padding: 13px 10px;
    		background: #1b1814;
    		margin: 0 0 15px;
    		border-bottom: 1px solid #35302a;
    		font-size: 1.75em; }
    
    .description { color: #666; font-weight: bold; }
    
    .comments h3 { margin: 0 0 10px 0; color: #bd934f; }

    Thanks again for the support!

    Thread Starter Rado

    (@jeriksson)

    Thanks for the fast respons!

    Whooami:

    The main difference in explorer would be that the menu text is larger then usual, vs firefox. Also the header looks weirds (the two blocks above & below the images)

    In opera it’s even worse, the blocks mentioned above, is behind the images.

    Esmi:

    Thanks, ill try that!

    Thanks again for the quick replies

Viewing 12 replies - 91 through 102 (of 102 total)