Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • brutalco Friend
    #147221

    hi 😀

    when I click on whatever link in the site.. jomsocial.. homepage.. kunena.. everywhere..
    the page jumping to where i need but it jump to the top of the page (where the big image is)
    can i cancel that?

    and go to the target i need with no back to top”?

    thanks.

    dric83 Friend
    #328132

    Hi,

    I think it’s a hard modification, but it’s possible
    first, you can choose to display the big image only on the home page (module properties)

    otherwise,

    you have to use anchors in pages and links
    http://www.w3schools.com/TAGS/tag_a.asp
    look about “anchor”

    The first step is simple:
    add
    <A NAME=”content”></A>

    in index.php just before
    <!– CONTAINER –>
    (you can change “content” by what you want)

    The second step is more difficult, you have to modifiy all links in and add
    #content
    at the end of the “href” attribute

    for exemple:

    http://www.mywebsite.com/index.php?option=com_content&view=article…..itemid=12#content

    To do this you have to modify several php files.

    tell us what you will do and wich files you modified

    PS: sorry for my french’glish 🙂

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

This topic contains 2 replies, has 2 voices, and was last updated by  dric83 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum