solved Video Box

nduguseliphaz
nduguseliphaz
@ecodeahpro
10 years ago
206 posts
how can i remove the video box on the front page>> projam
updated by @ecodeahpro: 01/21/15 07:45:08AM
douglas
@douglas
10 years ago
2,790 posts
There isn't a "Video Box" on the front page of the ProJam skin. Are you referring to the image slider?

If so, you'll find the code in the skins/jrProJam/header.tpl file.

Hope this helps! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
nduguseliphaz
nduguseliphaz
@ecodeahpro
10 years ago
206 posts
Newest Videos part sorry
paul
@paul
10 years ago
4,326 posts
In the index.tpl template file remove or comment out this section of code at about line 446 -
<div class="row">

<a id="nvideos" name="nvideos"></a>{* NEWEST VIDEOS *}
    <div class="col12 last">
        <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="Newest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Videos"}</h3><br>
        <br>
        <div class="newest_body_3 mb30 pt20">
            <div id="newest_videos">

            </div>
        </div>
    </div>

</div>

then remove/comment out line 13 -
        jrLoad('#newest_videos',core_system_url + '/index_new_videos');

hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
nduguseliphaz
nduguseliphaz
@ecodeahpro
10 years ago
206 posts
Thanks!!

Tags