Change page name

  • Posted in : BookCard
  • alibabaman
    Participant

    How can you change name say page #portfolio to #recent?

    ahmetsali
    Keymaster

    Hi,

    – at first, update the menu link;

    <li><a href='#/portfolio'></a></li>
    

    to

    <li><a href='#/recent'></a></li>
    

    – then search for this line;

    <div id="portfolio" class="rm-middle portfolio page">
    

    change it to;

    <div id="recent" class="rm-middle portfolio page">
    
    alibabaman
    Participant

    Is it possible to remove the #/ before the page name also?

    ahmetsali
    Keymaster

    sorry it is not possible, # is required in order to template work correctly.

    alibabaman
    Participant

    Is it linked to JS and ajax?

    ahmetsali
    Keymaster

    right

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register