-
AuthorPosts
-
February 12, 2009 at 5:24 am #138050
If you look at the demo template for ja_zeolite you will notice the WinDVD 9 Plus on the Home Page. I have disabled the article but cant figure out how to remove the box. See attached screen shot.
Also if I cant remove it how would I place the box above the Featured Products section on the home page
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 12, 2009 at 10:57 am #290869Hi kkrie616,
Please try with my guide:
+ Open index.php file in templates/ja_zeolite folder, at about line 176, find following code:
[PHP]
<!– BEGIN: CONTENT –>
<div id=”ja-contentwrap”><div id=”ja-content”><div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div></div>
<!– END: CONTENT –>
[/PHP]and change to:
[PHP]<?php
if (!$tmpTools->isFrontPage()) {
?>
<!– BEGIN: CONTENT –>
<div id=”ja-contentwrap”><div id=”ja-content”><div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div></div>
<!– END: CONTENT –>
<?php
}
?>[/PHP]Hope it helps.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove WinDVD Box or Move it?
Viewing 2 posts - 1 through 2 (of 2 total)