Template problem

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 2 months ago - 11 years 2 months ago #33997 by hzarrabi
Template problem was created by hzarrabi
Hi,

Thanks for your nice Kindergarten template.

I'm working on this template for a bilingual (French, English) daycare site.

( www.lalitote.ca/Melodie2013 )

I've encountered certain problems during the configuration. I list bellow all problems I found and can not resolve by myself.
  • The original home pages image in both languages are divided in two and the texts in the bubble are shifted down. Furthermore the title in bubble does not appear entirely. Some of its words are hidden.
  • (SOLVED) When opening Contact page, all items menu and their child menu are displayed and stay developed
  • When developing Items menu and child items their box are not rounded angle as in original template
  • The logo reacts differently in different browser. Only in Chrome is start moving up and down when mouse is over.
  • How can I hide the bee close to the logo without touching the code in layout.css : 190
  • Do you have other Social Icons available in the same model as the Kindergarten template

Best regards
Last edit: 11 years 2 months ago by hzarrabi.

Please Log in to join the conversation.

More
11 years 2 months ago #34005 by ivan.milic
Replied by ivan.milic on topic Template problem
Title is visible but you don't see letters because they are white. Generally we are not responsible for customization you want to apply and it seams you did quite of them.

Please Log in to join the conversation.

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 2 months ago #34016 by hzarrabi
Replied by hzarrabi on topic Template problem
Hi,

Thanks for your response, however I have not you response for all of my questions. Please let me know if I have to open a new TOPIC for each of them.

About what you said in last post, I customized absolutely noting in the template except making the site bilingual and changing some original titles for the presentation to my client.

The major problems appear when we change the template to bilingual.

Best Regards

Please Log in to join the conversation.

More
11 years 2 months ago #34020 by ivan.milic
Replied by ivan.milic on topic Template problem
you need to adjust this image:
templates/hot_kindergarten/images/custom/cloud.png

"When developing Items menu and child items their box are not rounded angle as in original template"
- Are you sure because you can even see that because drop-down appears over white background
"The logo reacts differently in different browser. Only in Chrome is start moving up and down when mouse is over."
- only for full css3 supported browsers, check our demo on ie10
"How can I hide the bee close to the logo without touching the code in layout.css : 190"
add this to template_css.css:

#bee1{
display:none!important;
}

"Do you have other Social Icons available in the same model as the Kindergarten template"
- our designer just googles to find free icons or sometimes it drwas them specialty for some item, so no particular source

Please Log in to join the conversation.

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 2 months ago #34035 by hzarrabi
Replied by hzarrabi on topic Template problem
Hi Ivan,

I constructed again another bilingual site with the same template (Kindergarten) with hot_kindergarten31_hotstart.zip without any changes in it except bilingual aspect.

This is to show you the problem comes from template and unfortunately I cannot resolve it by myself.

Before purchasing this template (Kindergarten), I asked in the Topic #33829 if there is a module position for a language chooser module. I would said implicitly that if the template is adapted to the multilingual purpose and you kindly answered me that "Kindergarden is sparky based so you drag and drop any module position wherever you want it placed".

Now again I reiterate my last request to solve those problems that I mentioned in my last Topic. I have a delay for showing the prototype to my client and she is getting eager for a first presentation.

Could you please kindly look at this address:

www.lalitote.ca/kindergarten

You can log in as super user by admin/admin.

Thanks again for the support

Regards Hamid

Please Log in to join the conversation.

More
11 years 2 months ago #34042 by ivan.milic
Replied by ivan.milic on topic Template problem
In index.php of template I replaced:

<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>

with:

<body<?php if ($menu->getActive() == $menu->getDefault('en-GB') || $menu->getActive() == $menu->getDefault('fr-FR')) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>

Please Log in to join the conversation.

Time to create page: 0.154 seconds
Powered by Kunena Forum