jReviews issues

GK User
Mon Apr 12, 2010 1:28 am
Hello,
I am using jReviews and I have a problem with the review viewpage.
The template is totaly destroyed only on that pages.

http://sws4u.de/msc2/reviews/cd-reviews ... -never-was

I dont knew if the issues is caused by jReview or by the GK template?!

I choosed style2 for all sites and users fixed. But page is yellow and fonts are Times or anything like that and the logo is mobile logo?! I think.

http://screencast.com/t/YTk0MjQ2Y

Issues only in IE!

PS: I HATE THE IE! 5,6,7,8 ALL!!!!!
User avatar
Senior Boarder

GK User
Tue Apr 13, 2010 4:24 pm
Any idea???
Looks like the template loads the handheld and style1 stylesheets?!
User avatar
Senior Boarder

teitbite
Wed Apr 14, 2010 8:26 pm
Hi

I thought You have dealed with this ;/ For me the page looks much common in IE and FF. Is it possible that it's related to browser itself? Please show me some screenshots because I think I'm looking at wrong place ;/
User avatar
Moderator

GK User
Wed Apr 14, 2010 8:36 pm
No I edited the styles to fit the page more. But thats only to fake a working page. The issues are still there. You can see it at the small logo in IE as an example!
Looks as if some css style not loaded correct.

I have a question too, is it correct that some pages not show html?! Its shown as code but not as subject (example images). In Jomsocial if you include a smilie in a privatemessage, it shows the < img src .... but not the image.
User avatar
Senior Boarder

teitbite
Fri Apr 16, 2010 11:06 am
Hi

Please take a look at the image. The case is that IE is taking diffrent order of css files.

Please check if template_css.css file is loaded after style2.css file.
User avatar
Moderator

GK User
Fri Apr 16, 2010 11:57 am
Yes, but thats the mobile logo! In IE 8 it look as if jReviews loads some css from a wrong folder and some images,too.

I edited the logo now for correct look.
Only thing I cant find is now the seperatorline in the menu, wich is yellow...
In wich css I can find it?
User avatar
Senior Boarder

teitbite
Fri Apr 16, 2010 2:00 pm
Hi

Once again the style2.css is loaded at wrong order.
User avatar
Moderator

GK User
Fri Apr 16, 2010 2:15 pm
what do you meen with wrong order.
sry for my question, but I am not a code programmer and I dont know how to change a "order"?! :(

thx
User avatar
Senior Boarder

teitbite
Fri Apr 16, 2010 2:41 pm
Hi

Please edit file templates/gk_party_freaks/layouts/blocks/head.php and try to move the last line of the code:

Code: Select all
<link href="<?php echo $this->templateurl(); ?>/css/style<?php if($this->_tpl->params->get("stylearea")){ echo (isset($_COOKIE['gk36_style']) ? $_COOKIE['gk36_style'] : $this->_tpl->params->get("template_color"));} else {echo $this->_tpl->params->get("template_color");} ?>.css" rel="stylesheet" media="all" type="text/css" />


somewhere over the line 24:

Code: Select all
<link rel="stylesheet" href="<?php echo $this->templateurl(); ?>/css/addons.css" type="text/css" />


It's worth trying I think. But cannot be predictible.
User avatar
Moderator


cron