Template problem 2

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 1 month ago #34170 by hzarrabi
Replied by hzarrabi on topic Template problem 2
This solution is working but it is not clean solution.

It resolve just punctually the frontend problem and render unstable backend because you touch Joomla engine. After those manipulations backend doesn't response, that’s why I put back original files.

Do you have other solution without touching joomla engine ?

Is this template a release version of Kindergarten? Is there any other version coming soon ?

Because this is the first time I’m faced a template as unstable.

I hope to hear a frank response on my questions because I’ve to choose whether I can continue with this template or abandon it before I lose my client.

Please Log in to join the conversation.

More
11 years 1 month ago #34174 by ivan.milic
Replied by ivan.milic on topic Template problem 2
Try again solution form post #34154 just with this code to add (I added one code line):


$doc = JFactory::getDocument();
unset($doc->_scripts[JURI::root(true) . '/media/jui/js/jquery.min.js']);
unset($doc->_scripts[JURI::root(true) . '/media/jui/js/jquery-noconflict.js']);

Please Log in to join the conversation.

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 1 month ago #34185 by hzarrabi
Replied by hzarrabi on topic Template problem 2
It doesn't work either.

Please Log in to join the conversation.

More
11 years 1 month ago #34189 by ivan.milic
Replied by ivan.milic on topic Template problem 2
Ok, this will work 100% (remove all changes you made so far regarding this)

Open index.php of template

Move code line:

<jdoc:include type="head" />

just after <head> like this it should look like:

<head>
<jdoc:include type="head" />
The following user(s) said Thank You: hzarrabi

Please Log in to join the conversation.

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 1 month ago #34211 by hzarrabi
Replied by hzarrabi on topic Template problem 2
This time it's working.
I like much more this kind of solution.

Thanks

Please Log in to join the conversation.

  • hzarrabi
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 1 month ago #34212 by hzarrabi
Replied by hzarrabi on topic Template problem 2

ivan.milic wrote: Ok, this will work 100% (remove all changes you made so far regarding this)

Open index.php of template

Move code line:

<jdoc:include type="head" />

just after <head> like this it should look like:

<head>
<jdoc:include type="head" />

Please Log in to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum