Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Ing. Ervin Zatko EASY Friend
    #894999

    Hi

    I have problem with module JA Content Slider Module. I use more categories and sort order by date. Problem is : content are sorted by date from 1. category, and after display content from 2. etc… Not the newer only?

    And how I can set display date of publication for contents?

    Thnx

    Adam M Moderator
    #896348

    Hi @ing. Ervin Zatko EASY,

    Please edit the thread (first post), choose Require Help From Staff + Mod/Admin? then provide your site url with temporary admin account there so I can check this matter for you.

    Ing. Ervin Zatko EASY Friend
    #896522

    Hi
    I have it now only in localhost.
    What now?

    Adam M Moderator
    #896682

    Hi @ing. Ervin Zatko EASY,

    Could you please provide a screenshot and indicate the problem there so I can assist you better ?

    Ing. Ervin Zatko EASY Friend
    #900121
    This reply has been marked as private.
    Ninja Lead Moderator
    #902634

    Hi,

    This module does not support to set ordering with date of publication for content but you can make a custom work as my solution below

    • Open modules/mod_jacontentslider/mod_jacontentslider.xml file find and change
    <field 
        name="sort_order_field" 
        type="list" 
        default="created" 
        label="SORT_ORDER_BY" 
        description="SORT_ORDER_BY_DESC">
            <option value="created">DATE</option>
            <option value="ordering">ORDER</option>
            <option value="hits">HITS</option>        
    </field>

    to

    <field 
        name="sort_order_field" 
        type="list" 
        default="created" 
        label="SORT_ORDER_BY" 
        description="SORT_ORDER_BY_DESC">
            <option value="created">DATE</option>
            <option value="ordering">ORDER</option>
            <option value="hits">HITS</option>
            <option value="a.publish_up">Start Publishing Date</option>
    </field>
    • Go to backend of your site and set Sort Order By: Start Publishing Date, see the screenshot

    Hope it helps


    1. Screen-Shot-2016-03-21-at-11.20.18
    Ing. Ervin Zatko EASY Friend
    #917496

    Thanx but I think you dont understad me.

    A try again…
    The probelm is, that I use more categories and I want display newest content from all categories.
    But these module sort content by date in first category, after in second and atc.
    Not choose content from all categoriest what I set and sort it by date.

    Please HELP me.

    Ninja Lead Moderator
    #917794

    JA Contentslider module already supported as your expectation, I changed the configuration on your site

    • Max Articles per category(Maximum number of articles to display from each category) set 1

    • Sort Order By set Start Publishing Date or you can set it to Create date

    • Categories Selection option with list category and make sure each category has feature article on that.

    Now you can see it’s showing all articles under each category.


    1. Screen-Shot-2016-04-14-at-09.02.02-1
    Ing. Ervin Zatko EASY Friend
    #919396

    Sorry but it dont work. Now i add a new article end it is now last (3th).

    And what happen when I add e.g. 4 new article in same category???

    Ervin

    Ninja Lead Moderator
    #919745

    Hi Ervin,

    This is a rule this module and hope will help you clear

    • Max Articles per category: Maximum number of articles to display from each category, it will get the number articles under each category if you add new more articles under each category, it only get the number article as your setting.

    • Number of articles to Display: Input number of articles to display on module, this is total article to show on this module

    Regards

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

This topic contains 9 replies, has 3 voices, and was last updated by  Ninja Lead 8 years ago.

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