Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • jeroen07 Friend
    #158202

    I would like to change the blog category page a little bit. I would like to completely delete the ‘More Articles’ an get the list with articles higher (just under the <hr> line).

    How can i do that ?

    On an other page, i would like to display articles in 4 columns. All the settings are right but the links are still displayed in 1 column ?


    1. Untitled-3
    2. Untitled-6
    3. Untitled-5
    thangnn1510 Friend
    #369754

    Dear Jeroen07!

    This is quick solution for your problem:

    1. Remove “more items…”: Please open plugins/system/jat3/base-themes/default/css/template.css find this code (about line 378):

    2. .items-more h3 {
      margin: 0 0 5px;
      }

      change to:

      .items-more h3 {
      display: none;
      margin: 0 0 5px;
      }

      Add this code:


      .items-more ol {
      margin:0;
      }

      To the end of that file.

    1. the “Columns” parameter only works when you set value for “intro items”. After all settings are right please add this code:
    2. .blog .cols4 .article_column{
      float:left;
      display:inline;
      width:24%;
      margin-right:1%;
      }

      to the end of templates/ja_rave/css/template.css

    Hope this helps and happy new year!

    jeroen07 Friend
    #369844

    <em>@thangnn1510 212337 wrote:</em><blockquote>Dear Jeroen07!

    This is quick solution for your problem:

    1. Remove “more items…”: Please open plugins/system/jat3/base-themes/default/css/template.css find this code (about line 378):

    2. .items-more h3 {
      margin: 0 0 5px;
      }

      change to:

      .items-more h3 {
      display: none;
      margin: 0 0 5px;
      }

      Add this code:


      .items-more ol {
      margin:0;
      }

      To the end of that file.

    </blockquote>

    This works, thanks alot.
    <blockquote>

    1. the “Columns” parameter only works when you set value for “intro items”. After all settings are right please add this code:
    2. .blog .cols4 .article_column{
      float:left;
      display:inline;
      width:24%;
      margin-right:1%;
      }

      to the end of templates/ja_rave/css/template.css

    Hope this helps and happy new year!

    </blockquote>

    This doesn’t ? Can you please explain more clearly what i should do ?

    thangnn1510 Friend
    #369928

    Could you give your site link?

    jeroen07 Friend
    #370339

    You can find the page here:

    http://www.iendracht.be/archief/ex-spelers

    thangnn1510 Friend
    #370365

    Dear Jeroen07!

    I think you have some wrong settings, please update your login information via http://support.joomlart.com with CYP-535-92809 ticket id. I shall check the backend settings for you.

    Regards!

    jeroen07 Friend
    #370835

    I’ve PM’ed you the login

    jeroen07 Friend
    #370950

    No one who can help me with this?

    thangnn1510 Friend
    #371042

    Dear Jeroen07!

    The account you have sent me via PM is not correct. Please send us the login information via ticket CYP-535-92809 in http://support.joomlart.com. I shall check the issue for you then.

    Regards!

    jeroen07 Friend
    #371155

    I’ve sent it again by PM. That ticket thing isn’t realy working.

    thangnn1510 Friend
    #371297

    Dear Jeroen07!

    This is the right solution for you to divide articles link to 4 columns:

    – Open templates/ja_rave/css/template.css and replace this code:

    .jlinks a {
    color: #333333;
    margin-left: -30px;
    }

    by this:

    .jlinks a {
    color: #333333;
    margin-left: 0;
    }

    Add this:


    .items-more{
    float:left;
    clear:both;
    }

    .items-more ol.jlinks li{
    float:left;
    width:24%;
    margin:0;
    }

    Hope this helps and good luck! 😎

    jeroen07 Friend
    #371366

    Yes it does!

    But, it changes it in 4 columns on every page! I would like to have that only on this page:

    http://www.iendracht.be/ex-spelers

    How could i do that?

    thangnn1510 Friend
    #371459

    Dear jeroen07!

    It supports all pages only. There is another way, you can use php code to add class for every pages. Simply add some code to check page id and add class for your page.

    So it will use that class to style.

    Goodluck!

    jeroen07 Friend
    #371506

    <em>@thangnn1510 214487 wrote:</em><blockquote>Dear jeroen07!

    It supports all pages only. There is another way, you can use php code to add class for every pages. Simply add some code to check page id and add class for your page.

    So it will use that class to style.

    Goodluck!</blockquote>

    Can you please tell me how to do is? Because i can’t find the solution…

    Regards

    thangnn1510 Friend
    #371651

    Dear jeroen07!

    This will require customization of the joomla core files and is much of customization request way beyond the support preview. Please try http://www.joomllancer.com to hire someone to do it for you.

    Good luck!

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

This topic contains 15 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 10 months ago.

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