Login






Basic Customization

How to update contact page and other static pages information?

  • Edit: /[THEME_PATH]/lang/[LANGUAGE_CODE]/*.php
  • Language code. i.e. EN for English, CN for simplified Chinese

How to change homepage picture?

  • Edit: /[THEME_PATH]/images/theme_1.jpg (make sure the picture width <= 506px)

How to change banner on top?

  • Edit: /[THEME_PATH]/images/banner-top.jpg (make sure the dimension is 468px * 60px)

How to remove banner on top?

  • Edit: /[THEME_PATH]/main-cust.css
    Add #topbanner{ display:none; }

How to add static pages?

e.g. If you want to add a page called “About Us
  1. The url will be:
    http://[YOUR_DOMAIN]/include/themes/[THEME_PATH]/nas_static.php?page=about
  2. In [THEME_PATH]/lang/[LANGUAGE_CODE]/:
    Copy “my_sample.php” and save it as” about.php” .
    Language code. i.e. EN for English, CN for simplified Chinese

How to add Google Analytics (or other web traffic tracker) code to the site?

For template v1.3.2+ - Install Plugin - “NAS_TrafficTracker” written by us, free to download at:
http://www.nasthon.com/store/members-area/remository?func=select&id=10

 

How to add Advertisement (Google Adsense) ?

  • For Footer Advertisement, edit: /[THEME_PATH]/include/_adv.php
  • For Vertical Advertisement (left sidebar), edit: /[THEME_PATH]/include/_adv-v1.php
  • For Vertical Advertisement (right sidebar), edit: /[THEME_PATH]/include/_adv-v2.php

How to add extra menu in navigation bar?

  • edit: /[THEME_PATH]/nas_hbar.php
    <div id="hbar_b">..</div>

How to add extra links in footer menu bar?

  • edit: /[THEME_PATH]/nas_footer_link.php
    <div id="footerlinkbar">..</div>

How to update the text in the navigation bar (Home | Jobseekers | Employers ..) ?

  • Just follow the same steps to update other text as usual.
  • Edit in Administration Panel > Languages > Translating / Editing Tool

 

How to add additional language ?

  1. After creating a new language in Admin Panel > Languages, visits Main Config (still in Admin Panel), press “save” again (language merging to the new language file will occur when config is saved)
  2. In /[THEME_PATH]/flash/
    Duplicate folder “EN” and then rename it to the newly created language code.
  3. In /[THEME_PATH]/lang/
    Duplicate folder “EN” and then rename it to the newly created language code. Edit the *.php inside that folder.