Viewing 15 posts - 16 through 30 (of 30 total)
  • Author
    Posts
  • phong nam Friend
    #513074

    <blockquote>the issues with “What’s Trending Now” .</blockquote>

    It seems that our override layout of Article Category module on JA Fubix template may no longer work fine on J3.2. I will note this issue to our developers to check and update the fix before releasing the stable update of this template.

    <blockquote>and JA Sidenews are not resolved</blockquote>

    I saw the Content Settings tab displaying fine in this module’s backend. However, it will be great that you can tell me more detail how “JA Sidenews module is not responding properly” . By that way, I can help you check it and remind our devs to update the fix if it is really new bug of this module on J3.2.

    Lastly, thank you for your offer. The support fee is included in the JATC membership so that you don’t need to pay anymore for the support here.

    iguinee Friend
    #513975

    It is still NOT possible to override the layout of Article Category module. Moreover, the titles of my articles are not the same size as the demo. My articles have massive titles. How do I make them the same size as the demo site?

    Btw, I have upgraded all the extensions to the latest releases.

    phong nam Friend
    #514005

    Hi,

    Them $item_heading parameter of the module is no longer defined on Joomla 3.x version that why the title article of Article Category module don’t display the correct heading font-size. Anyways, you can backup the file and refer this tip to solve your issues.

    iguinee Friend
    #514873

    Hi Leo,

    Thank you for your continued support. The font is sorted now. As mentioned in my first post, I would like to use the module used in JA MAGZ to display my headline articles. How will I achieve this? I understand you said last month that I would need to change a few things. I desperately need this resolved.

    Many thanks again.

    phong nam Friend
    #514878

    Hi igunee,

    This is a JA Newsticker module that you can download the latest update in here.

    However, in order to display this module on the top of page like on JA Magz template, you will need to edit the template layout by creating a new module position on mainnav block. If you are not familiar with customizing our T3 template layout, you can refer this tip to get your requirement.

    iguinee Friend
    #514958

    Hi Leo,
    I am mentioning the news module, not the newsticker.

    This one.


    1. JA_Mags
    phong nam Friend
    #515039

    Hi iguinee,

    We use the Joomla Latest News module to display that headline articles, you can refer our module configuration on JA Magz demo. There are two steps you need to do:

    – Configure the module settings: http://static.joomlart.com/images/userguide/ja_templates/ja_magz/latestnews.jpg
    – Enter the meta keyworks inside articles: http://static.joomlart.com/images/userguide/ja_templates/ja_magz/related-news-config.jpg

    The module will use the meta keyworks to display 3 related articles below the heading article.

    iguinee Friend
    #515650

    Hi Leo,

    I cannot find the module Latest News on the JATC download list.

    I would very grateful if you could direct me to where I can download it.

    Many thanks.

    phong nam Friend
    #515654

    Hi,

    Latest News is a default module type included in the Joomla installation package. You do not need to download or install it anymore.

    You just need to go to Module Manager >> find and click on Latest News and configure the module settings as you want.


    1. latest
    iguinee Friend
    #515748

    I have found the Joomla! Module. But in the “Advanced” tab of my Joomla! 3.2, I do not have the option to select ‘focus’.

    See attachment.


    1. Latest_News
    phong nam Friend
    #515789

    Hi,

    The reason is that you are trying the use the Latest News module override layout of JA Magz template which is not supported on the JA Fubix template by default. You need to follow these steps to get your requirement:

    – Download and extract the below file into templates/ja_fubix/html/ folder.

    – Create a custom.css file at templates/ja_fubix/css/ path and put the override css styles of this Latest Module:

    .focus-articles {
    overflow: hidden;
    }
    .focus-articles .focus-image {
    margin-bottom: 10px;
    min-height: 20px;
    position: relative;
    }
    .focus-articles .focus-image img {
    width: 100% !important;
    }
    .focus-articles .article-intro p {
    display: inline;
    }
    .focus-articles .related-links {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
    }
    .focus-articles .related-links li {
    padding: 10px 0;
    border-bottom: solid 1px #eaeaea
    }
    .focus-articles .related-links li a {
    color: #2a2a2a
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    float: left;
    }
    .focus-articles .related-links li a:hover,
    .focus-articles .related-links li a:focus,
    .focus-articles .related-links li a:active {
    color: #1ea1fc
    }
    .focus-articles .related-links li .marker {
    background: #ff0f3c
    float: left;
    margin-right: 10px;
    padding: 0px 4px 2px 4px;
    line-height: normal;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
    .focus-articles .related-links li .marker i {
    color: #fff
    font-size: 10px;
    text-align: center;
    }
    .focus-articles .related-links li:last-child {
    border: none;
    }
    .focus-articles .latest-items {
    border-top: solid 5px #eaeaea
    margin: 15px -20px 0;
    padding-top: 15px;
    }
    .focus-articles .latest-items li {
    background: url("../images/line.gif") repeat-y left top;
    list-style: none;
    float: left;
    width: 33.3%;
    min-height: 190px;
    }
    .focus-articles .latest-items li article {
    padding-left: 20px;
    padding-right: 20px;
    }
    .focus-articles .latest-items li .article-title {
    font-size: 14px;
    line-height: 1.2;
    }
    .focus-articles .latest-items li .createdby {
    display: none;
    }
    .focus-articles .latest-items .menu-edit ul {
    margin-left: 4px;
    margin-top: 3px;
    }
    .focus-articles .latest-items .menu-edit li {
    border: none;
    background: none;
    min-height: 0;
    width: auto !important;
    }


    iguinee Friend
    #516016

    Hi Leo,

    I have tried this for the JA Argo template. Even though I can see the ‘focus’ option, but it’s not working on this one. Is this a fix for JA Argo as well? On Joomla! 3.2.

    phong nam Friend
    #516026

    Hi,

    The focus layout of the Latest News module is built on ONLY JA Magz template, not Fubix or Argo template either. So, I just suggested you the steps you can follow on to apply this layout on other templates.

    But, I can not ensure totally on the result of this focus layout on other templates because the module layout styles can be affected by new template’s styles. In this case, it will be better when you can work with a developer to handle this customization task or you are good at HTML and CSS by yourself.

    As you know, this kind of customization request is not under our support policies so that is all we can try to assist you in this concern.

    Regards,

    iguinee Friend
    #516132

    Thank you Leo for all of your support and guidance.

    As I would really like to have this work on my site, how do I pay for JA to help me with this customisation?

    Best.

    phong nam Friend
    #516166

    Hi iguinee,

    Thank you for your offer. However, in this case, I would like to suggest you to raise a bid on Joomlancers, the experienced Joomla developers who understands our JA templates can help you to handle this customization task.

Viewing 15 posts - 16 through 30 (of 30 total)

This topic contains 30 replies, has 2 voices, and was last updated by  phong nam 10 years, 11 months ago.

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