Announcement

  •  » Themes
  •  » os_glass_dark2 white text_white background problem

#1 2011-04-11 08:56:37

nusret
Guest

os_glass_dark2 white text_white background problem

hi!. my site name is www.cocukmodeller.com. This web site template: os_glass_dark2. My site is running smoothly in firefox and google chrome. but when I use IE; black background turn the white. And white text on the white background. I cant see the white text. What is the problem?

 

#2 2011-04-11 11:21:55

flop25
Piwigo Team
2006-07-06
7037

Re: os_glass_dark2 white text_white background problem

I have found the problem, and fixed it
I will post a new revision of the theme soon

thx for the feedback


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2011-04-11 16:10:02

nusretcetinkaya
Member
1970-01-01
18

Re: os_glass_dark2 white text_white background problem

Thank you for your interest. you upgraded the theme. but now I see this error


Fatal error: Smarty error: [in /home/a1111252/public_html/themes/OS_glass_dark_2/local_head.tpl line 1]: syntax error: unrecognized tag 'combine_script' (Smarty_Compiler.class.php, line 590) in /home/a1111252/public_html/include/smarty/libs/Smarty.class.php on line 1093

Offline

 

#4 2011-04-11 16:15:57

flop25
Piwigo Team
2006-07-06
7037

Re: os_glass_dark2 white text_white background problem

nusretcetinkaya wrote:

Thank you for your interest. you upgraded the theme. but now I see this error


Fatal error: Smarty error: [in /home/a1111252/public_html/themes/OS_glass_dark_2/local_head.tpl line 1]: syntax error: unrecognized tag 'combine_script' (Smarty_Compiler.class.php, line 590) in /home/a1111252/public_html/include/smarty/libs/Smarty.class.php on line 1093

hum it seems you don't have piwigo 2.2.0 !
if you don't want to update do these changes in local_head.tpl :
delete the comas , at the end of  fadeOut : 200 as this :

Code:

$(function(){
    $(".categoryActions A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    $("#home_icon A").tipTip({edgeOffset : 10, fadeIn : 200, fadeOut : 200, defaultPosition : "top" });
    $(".randomButtons A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    $(".navButtons A").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
    $("#mbCategories a").tipTip({delay : 0, fadeIn : 200, fadeOut : 200 });
});

between the <!--[if lt IE 7]> and <![endif]-->, replace the code with this :

Code:

    <!--[if lt IE 7]>
<style>
  #menubar dl, #section_in {
  background: transparent !important;
  }
  /* contenu "section" */
  #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
  background: transparent !important;
  }
</style>
<![endif]-->
<!--[if IE 7]>
<style>
  #menubar dl, #section_in {
  background: transparent !important;
  }
  /* contenu "section" */
  #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
  background:none!important;
  }
  BODY#theCommentsPage .content,
  BODY#theUploadPage .content,
  BODY#theRegisterPage .content,
  BODY#theIdentificationPage .content,
  BODY#theProfilePage .content,
  BODY#theSearchPage .content,
  BODY#theAboutPage .content,
  BODY#thePopuphelpPage .content,
  BODY#thePasswordPage .content,
  BODY#theNotificationPage .content,
  BODY#theTagsPage .content,
  BODY#theNBMPage .content,
  #action_pict,
  #comments
  {
  background: transparent !important;
  }
</style>
<![endif]-->

To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2011-04-12 08:11:03

nusretcetinkaya
Member
1970-01-01
18

Re: os_glass_dark2 white text_white background problem

Problem solved. Thanks

Offline

 
  •  » Themes
  •  » os_glass_dark2 white text_white background problem

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact