Open Realty Template Help Please

Discussion in 'HTML & Website Design' started by Dee2007, Apr 21, 2011.

  1. #1
    Hi

    I purchased a OR template and am having trouble removing the section 1, section 2, section 3 and section 4 sections.

    I've tried and tried but it keeps messing the design up. Please can someone take a look at the code and advise me of what to remove.

    Thanks In Advance

    Dee


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html;charset={charset}" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <title>{site_title}</title>
    {load_meta_keywords}
    {load_meta_description}
    {load_css_style}
    {load_css_editor}
    {load_js}
    {license_tag}
    <link rel="alternate" type="application/rss+xml" title="{company_name} - {lang_rss_lastmodified_link_title}" href="index.php?action=rss_lastmodified_listings" />
    <link rel="alternate" type="application/rss+xml" title="{company_name} - {lang_rss_featured_link_title}" href="index.php?action=rss_featured_listings" />

    <script type="text/javascript" src="{template_url}/images/slider/p7hsmscripts.js"></script>
    <link href="{template_url}/images/slider/p7HSM03.css" rel="stylesheet" type="text/css">

    <!-- Speach Bubble -->
    <script type="text/javascript" src="{template_url}/js/speechbubbles.js"></script>
    <script type="text/javascript">
    jQuery(function($){ //on document.ready
    //Apply tooltip to links with class="addspeech", plus look inside 'speechdata.txt' for the tooltip markups
    $('a.addspeech').speechbubble({url:'speechdata.txt'})
    })
    </script>
    <!-- End Speach Bubble -->

    <!-- Colorbox popups -->
    <script src="{template_url}/js/jquery.colorbox.js"></script>
    <script>
    $(document).ready(function(){
    $(".colorbox_d").colorbox({width:"800", height:"100%", iframe:true});
    $(".colorbox_1").colorbox({width:"540", height:"100%", iframe:true});
    $(".colorbox_p").colorbox({width:"720", height:"100%", iframe:true});
    $(".colorbox_c").colorbox({width:"720", height:"100%", iframe:true});
    $(".colorbox_v").colorbox({width:"720", height:"100%", iframe:true});
    $("a[rel='colorgal']").colorbox({slideshow:true});
    });
    </script>
    <!-- End Colorbox popups -->

    <!-- For Tabs -->
    <link type="text/css" href="{template_url}/jqcss/jquery.ui.all.css" rel="stylesheet">
    <script type="text/javascript" src="{template_url}/jq/jquery.ui.core.js"></script>
    <script type="text/javascript" src="{template_url}/jq/jquery.ui.widget.js"></script>
    <script type="text/javascript" src="{template_url}/jq/jquery.ui.tabs.js"></script>
    <script type="text/javascript">
    $(function() {
    $("#tabs").tabs();
    });
    </script>
    <!-- End Tabs -->



    </head>
    <body class="yui-skin-sam">
    <div id="mainblock">
    <div id="innerblock">
    <div id="toppanel">
    <a href="#"><img src="{template_url}/images/tp_logo.png" width="243" height="121" alt="" class="tp_logo" /></a>
    <div id="tp_menublock">
    <a href="{url_index}" id="tp_menubg">HomePage</a>
    <a href="{page_link_3}" id="tp_menubg1">About Us</a>
    <a href="{page_link_4}" id="tp_menubg1">Terms</a>
    <a href="{page_link_2}" id="tp_menubg1">Contact Us</a>
    <a href="{url_search}" id="tp_menubg1">Search</a>
    <a href="{url_search_results}" id="tp_menubg1">All Listings</a>
    </div>
    <img src="{template_url}/images/tp_txt.png" class="tp_txt" />
    </div>
    <div style="float:left; width:1000px; background:#E2E3DD;">
    <div id="contentblock">
    <div class="leftpanel">
    <img src="{template_url}/images/lp_top1.gif" width="252" height="8" alt="" class="lp_top" />
    <div class="lp_block1">
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="lp_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">MAIN MENU</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_index}" class="rp_listtxt">Home</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{page_link_3}" class="rp_listtxt">About Us</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_search}" class="rp_listtxt">Search</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_search_results}" class="rp_listtxt">All Listings</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_blog}" class="rp_listtxt">Blog</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>


    {check_guest}
    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_member_login}" class="rp_listtxt">Login</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>
    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_member_signup}" class="rp_listtxt">Signup</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>
    {/check_guest}
    {check_member}
    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_edit_profile}" class="rp_listtxt">Edit Profile</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_view_favorites}" class="rp_listtxt">View Favorites</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_view_saved_searches}" class="rp_listtxt">Saved Searches</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>

    <div class="rp_listblock1">
    <img src="{template_url}/images/lp_btn1.gif" width="6" height="6" alt="" class="rp_btn3" />
    <a href="{url_logout}" class="rp_listtxt">Logout</a>
    <img src="{template_url}/images/lp_divi.gif" width="222" height="1" alt="" class="lp_divi" />
    </div>
    {/check_member}

    </div>
    <img src="{template_url}/images/lp_bottom.gif" width="252" height="8" alt="" class="flt" />
    <img src="{template_url}/images/lp_top2.gif" width="252" height="8" alt="" class="lp_top1" />
    <div class="lp_block1">
    <div class="flt">
    <div>
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="lp_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">QUICK SEARCH</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    </div>
    <div class="clear"></div>
    {addon_vsearch6_form}
    <div class="lp_block1">
    </div>
    </div>
    <img src="{template_url}/images/lp_bottom.gif" width="252" height="8" alt="" class="flt" />
    <img src="{template_url}/images/lp_top2.gif" width="252" height="8" alt="" class="lp_top1" />
    <div class="lp_block02">
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="lp_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">CONTACT</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <p class="rp_txt01">If you have any questions contact us.</p>
    <p class="rp_txt02">17/4568, southern Street,<br />
    Gerogenaidu Road,<br />
    New York-456 789<br />
    Ph : 1234 5678<br />
    E-mail : <a href="#" style="color:#996506;">info@companyname.com</a>
    </p>
    <img src="{template_url}/images/lp_bottom.gif" width="252" height="8" alt="" class="flt" />
    </div>
    <a href="#"><img src="{template_url}/images/add_image.png" width="254" height="128" alt="" class="lp_image1" /></a>
    </div>
    <div class="contentpanel">
    <div class="contentblock1">
    <img src="{template_url}/images/cnt_top1.gif" width="338" height="6" alt="" class="flt" />
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="cnt_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">Section 1</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <div class="cnt_block1">
    <p class="cnt_txt2">
    Something here
    </p>
    <img src="{template_url}/images/cnt_bottom.gif" width="338" height="7" alt="" class="flt" />

    </div>
    </div>
    <div class="contentblock2">
    <img src="{template_url}/images/cnt_top1.gif" width="338" height="6" alt="" class="flt" />
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="cnt_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">Section 2</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <div class="cnt_block1">
    <p class="cnt_txt2">
    Something here
    </p>
    </div>
    <img src="{template_url}/images/cnt_bottom.gif" width="338" height="7" alt="" class="flt" />
    </div>
    <div class="cnt_block3">
    <img src="{template_url}/images/cnt_top2.gif" width="681" height="8" alt="" class="flt" />
    <div class="cnt_innerblock1">
    <img src="{template_url}/images/cnt_innertop.gif" width="667" height="7" alt="" class="cnt_innertop" />
    <div class="cnt_innerblock3">
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="cnt_bgtile1">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">Main Content</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <div style="float:left; clear:left; width:650px;">
    <div class="lp_txt3">{content}</div>
    </div>

    </div>
    <img src="{template_url}/images/cnt_innerbottom.gif" width="667" height="7" alt="" class="flt" style="float:left; margin:0px 0 0 6px; padding-bottom:10px;" />
    </div>

    </div>
    <div class="contentblock1">
    <img src="{template_url}/images/cnt_top1.gif" width="338" height="6" alt="" class="flt" />
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="cnt_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">Section 3</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <div class="cnt_block1">
    <div class="cnt_txt2" style="width: 290px; height: 112px">
    Something here
    </div>

    <img src="{template_url}/images/cnt_bottom.gif" width="338" height="7" alt="" class="flt" />

    </div>
    </div>
    <div class="contentblock2">
    <img src="{template_url}/images/cnt_top1.gif" width="338" height="6" alt="" class="flt" />
    <div class="flt">
    <img src="{template_url}/images/lp_leftimg.gif" width="9" height="35" alt="" class="lp_leftimg" />
    <div class="cnt_bgtile">
    <img src="{template_url}/images/lp_btn2.gif" width="17" height="15" alt="" class="lp_btn2" />
    <p class="lp_heading">Section 4</p>
    </div>
    <img src="{template_url}/images/lp_rightimg.gif" width="9" height="35" alt="" class="lp_rightimg" />
    </div>
    <div class="cnt_block1">
    <div class="lp_txt02" style="width: 290px; height: 112px">
    Something Here
    </div>
    </div>
    <img src="{template_url}/images/cnt_bottom.gif" width="338" height="7" alt="" class="flt" />
    </div>
    </div>
    </div>
    <div class="fp_block1">
    <img src="{template_url}/images/fp_top.gif" width="940" height="10" alt="" class="fp_top" />
    <div class="fp_block">
    <div id="footerblock">
    <a href="#" class="fp_txt">Home Page</a>
    <p class="fp_divi">::</p>
    <a href="#" class="fp_txt">Payments</a>
    <p class="fp_divi">::</p>
    <a href="#" class="fp_txt">Shipping</a>
    <p class="fp_divi">::</p>
    <a href="#" class="fp_txt">Terms</a>
    <p class="fp_divi">::</p>
    <a href="#" class="fp_txt">Contact Us</a>
    <p class="fp_divi">::</p>
    <a href="#" class="fp_txt">Our Store</a>
    <p class="fp_txt1">&copy; copyrights, All Rights Reserved.</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="powered_by">{powered_by_tag}</div>
    {load_js_last}
    </body>
    </html>
     
    Dee2007, Apr 21, 2011 IP
  2. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #2
    Please can anyone help with this, I'd be willing to pay $10 via PayPal to the first person who can do it. I just need the sections 1,2 3 and 4 completely removed, just leaving the Main one, but when I remove them it removes the logo and Welcome text too.

    Thanks

    Dee
     
    Dee2007, Apr 22, 2011 IP
  3. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #3
    After many views but no replies here, I have now posted this in the Buy, Sell and Trade section, therefore if you are interested in doing the work please reply there and not here. Just so I don't potentially get a reply in both.

    Here is the link: http://forums.digitalpoint.com/showthread.php?t=2158244

    Many Thanks

    Dee
     
    Dee2007, Apr 22, 2011 IP