-
AuthorPosts
-
techmani Friend
techmani
- Join date:
- June 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 2, 2013 at 5:38 pm #188651Hi guys. I am creating my first Joomla Template, which is based on T3 Framework, and I just updated the plugin to 1.3.0 but I have some problems.
First of all, the menu buttons in Template Manager don’t work. For example, when I click “Close” it does nothing. Also, I am not able to see the template’s layout through the tab “Layout”.
The “T3_Blank” template works perfectly but not mine. Could you please help me? The front-end doesn’t have any problems!
techmani Friendtechmani
- Join date:
- June 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 2, 2013 at 8:20 pm #497736Did anyone find a solution?
jojo12 Friendjojo12
- Join date:
- August 2010
- Posts:
- 64
- Downloads:
- 12
- Uploads:
- 15
- Thanks:
- 10
- Thanked:
- 4 times in 2 posts
July 3, 2013 at 7:23 am #497781Hi, I had the same problem in backend with no templates layout. I found a backend module, which seems not to work together with the new version. When I disabled it that, I had the templates layout! Please try to disable one by one the backend modules!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 3, 2013 at 9:50 am #497801@techmani: I spent my time to check the problem on your site. This is not bug from our product, because you are customized default our template to “DailyNews – Default” template and missed code in header.php file
I helped you fix it this way
Open templates/dailynews/tpls/blocks/header.php file
from
<!-- HEAD BANNER -->
<div class="span-banner top-banner <?php $this->_c('top-banner')?> hidden-phone hidden-tablet" style="float: right;">
<jdoc:include type="modules" name="<?php $this->_p('top-banner') ?>" style="raw" />
</div>
<!-- //HEAD BANNER -->change to
<!-- HEAD BANNER -->
<div class="span-banner top-banner hidden-phone hidden-tablet<?php $this->_c('top-banner')?>" style="float: right;">
<jdoc:include type="modules" name="<?php $this->_p('top-banner') ?>" style="raw" />
</div>
<!-- //HEAD BANNER -->Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
techmani Friendtechmani
- Join date:
- June 2013
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 3, 2013 at 12:02 pm #497820Hi Ninja Lead and thanks for your help. Actually, it works but I have a problem with Megamenu. I cannot see it. It says Loading Megamenu, but the nothing. The front-end has some problems after this change, but I will fix it. Thanks again.
If you know what to do with Megamenu, please let me know. 🙂
<em>@Ninja Lead 379173 wrote:</em><blockquote>@techmani: I spent my time to check the problem on your site. This is not bug from our product, because you are customized default our template to “DailyNews – Default” template and missed code in header.php file
I helped you fix it this way
Open templates/dailynews/tpls/blocks/header.php file
from
<!-- HEAD BANNER -->
<div class="span-banner top-banner <?php $this->_c('top-banner')?> hidden-phone hidden-tablet" style="float: right;">
<jdoc:include type="modules" name="<?php $this->_p('top-banner') ?>" style="raw" />
</div>
<!-- //HEAD BANNER -->change to
<!-- HEAD BANNER -->
<div class="span-banner top-banner hidden-phone hidden-tablet<?php $this->_c('top-banner')?>" style="float: right;">
<jdoc:include type="modules" name="<?php $this->_p('top-banner') ?>" style="raw" />
</div>
<!-- //HEAD BANNER -->Let me know if it helps</blockquote>
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by techmani 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum