Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • betteryouthanme Friend
    #200554

    Hi,
    On this article (http://79.143.187.92/www/index.php/news/10-hidden-dangerous-2/8-create-server) i have added a few “jump to” links. But it displays not correctly because of the mainnav menu.
    Same thing goes for Kunena forum posts.

    Hope you can help out one more time. Thanks!

    Nazario A Friend
    #546458

    @betteryouthanme,

    Now, I can not access your Admin with the info you provided. Could you send me the Admin credential via PM again?

    betteryouthanme Friend
    #546555

    <em>@Nazario A 441912 wrote:</em><blockquote>@betteryouthanme,

    Now, I can not access your Admin with the info you provided. Could you send me the Admin credential via PM again?</blockquote>

    sent (…let’s fill up space…)

    Nazario A Friend
    #546699

    @betteryouthanme,

    I just fixed it out in the article “Create Server”. I replace these lines:

    <h2> <a id=”basic”> </a> Basic steps & Knowledge </h2>
    <h3> <a id=”admin”> </a> Run as administrator </h3>
    <h3> <a id=”install”> </a> Install HD2 </h3>
    <h3> <a id=”ports”> </a> Forward ports </h3>
    <h3> <a id=”ipv6″> </a> IPv6 and IP Helper </h3>
    <h2> <a id=”non-dedi”> </a> Non-Dedicated server </h2>
    <h2> <a id=”dedi”> </a> Dedicated server </h2>
    <h4> <a id=”menu”> </a> Via HD2 menu </h4>
    <h4> <a id=”manager”> </a> Server Manager 2.9 </h4>
    <h4> <a id=”launcher”> </a> Server Launcher </h4>
    <h4> <a id=”manual”> </a> Manual </h4>

    With:
    <section id=”basic”> <h2> Basic steps & Knowledge </h2> </section>
    <section id=”admin”> <h3> Run as administrator </h3> </section>
    <section id=”install”> <h3> Install HD2 </h3> </section>
    <section id=”ports”> <h3> Forward ports </h3> </section>
    <section id=”ipv6″> <h3> IPv6 and IP Helper</h3> </section>
    <section id=”non-dedi”> <h2> Non-Dedicated server</h2> </section>
    <section id=”dedi”> <h2> Dedicated server </h2> </section>
    <section id=”menu”> <h4> Via HD2 menu </h4> </section>
    <section id=”manager”> <h4> Server Manager 2.9 </h4> </section>
    <section id=”launcher”> <h4> Server Launcher </h4> </section>
    <section id=”manual”> <h4> Manual </h4> </section>

    Then I opened file: /templates/ja_purity/css/custom.css and added this rule:

    #t3-content .article-content > section {
    padding-top: 60px;
    }

    Now, it’s working fine. Let me know if this helps

    betteryouthanme Friend
    #546839

    For single articles it’s working now. However for blog view it is still bugged as well for Kunea posts (see forum tab on start site and click on any topic listed there)

    It’s not a real problem right now, but maybe you can fix it in the next release. Seems to me this need a more general solution.

    Thanks for all the help 🙂

    Nazario A Friend
    #546841

    @betteryouthanme,

    This is not error of our template. The problem comes from the content which you added in each article. You should replace the content as I suggest in my above post.

    betteryouthanme Friend
    #547037

    <em>@Nazario A 442367 wrote:</em><blockquote>@betteryouthanme,

    This is not error of our template. The problem comes from the content which you added in each article. You should replace the content as I suggest in my above post.</blockquote>

    I did, and for single article view it is working but if you click on the category (here: Hidden & Dangerous 2) it is like before.
    Also if you click on a topic in the tab module (tab:Forum) it is always about 55px wrongly displayed (not exactly on post title)
    And 55px is exactly the height of the nav bar..

    We got back our domain now and you can have a look here:
    rprclan.com

    Thanks a lot!


    1. 24-08-2014-10-13-36
    Nazario A Friend
    #547133

    @betteryouthanme,

    I just checked your site but I can not get the error as you mentioned. It seems your site is working fine now.

    If the problem still persists, please send me the URL so that I can have a look.

    betteryouthanme Friend
    #547146

    I’ve attached 2 images, one is a list of all categories, if you click on “Hidden & Dangerous 2” and then use the jump-to-links in the article the problem is still there. ( http://www.rprclan.com/index.php/news/10-hidden-dangerous-2 )

    2nd image shows the Kunena latest module, if you click there on any post link you will see there’s the same problem.
    ( http://www.rprclan.com/index.php/forum/22-general/2197-tlc-screenshots?start=48#7410 )


    1. category
    2. kunena-link
    Nazario A Friend
    #547291

    @betteryouthanme,

    <blockquote>I’ve attached 2 images, one is a list of all categories, if you click on “Hidden & Dangerous 2” and then use the jump-to-links in the article the problem is still there. ( http://www.rprclan.com/index.php/new…en-dangerous-2 )</blockquote>

    Pls open file: /templates/ja_purity/css/custom.css and added this rule:

    #t3-content .article-intro > section {
    padding-top: 60px;
    }

    <blockquote>2nd image shows the Kunena latest module, if you click there on any post link you will see there’s the same problem.
    ( http://www.rprclan.com/index.php/for…?start=48#7410 )</blockquote>

    When I clicked any post, it will link to the latest post in the thread. What’s your problem in here ? Could you tell me know about it in details ?

    betteryouthanme Friend
    #547330

    <em>@Nazario A 442956 wrote:</em><blockquote>@betteryouthanme,

    Pls open file: /templates/ja_purity/css/custom.css and added this rule:

    #t3-content .article-intro > section {
    padding-top: 60px;
    }

    When I clicked any post, it will link to the latest post in the thread. What’s your problem in here ? Could you tell me know about it in details ?</blockquote>

    It’s like with the articles, the Kunena post is not shown at his header but 55px/60px below.

    #t3-content .article-intro > section {
    padding-top: 60px;
    }

    has fixed the article view. 😀

    Nazario A Friend
    #547365

    Glad it fixed now!

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

This topic contains 12 replies, has 2 voices, and was last updated by  Nazario A 10 years, 3 months ago.

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