How to divide latest news/announcements into a carousel

Hi, I would like to use a text carousel/slider for my client's news summary listings on the home page. I am using 'Owl Slider'. It needs to automatically take the latest 9 listings and separate them onto 3 slides. The Owl Slider script uses 3 groups of lists, one for each slide.
FIRST SLIDE (EASY - the latest 3 news items)
<ul class="news">
    {module_announcement,l,3}
</ul>
but the following 2 slides is where I get stuck.... is it possible to then populate the other 2 slides with the latest 4th-6th news item (on the second slide) and the latest 7th-9th news items summaries on the third slide ?  ie:
SECOND SLIDE
<ul class="news">
    {module_announcement,????} to call up the 4th-6th latest article summary
</ul>
THIRD SLIDE
<ul class="news">
    {module_announcement,????} to call up the 7th-9th latest article summary
</ul>
I am hoping there is a simple way to call up the module with the parameters somehow? ... or am I trying to do something too tricky with the News Module?
Thanks.

You are taking the easy way out. I have done what you suggest since childhood, this is 65 years ago.
Thanks for your answer anyway. Have a great day.

Similar Messages

  • How do you move new photos into existing albums?

    On an iPad how do you move a new photo into an existing album?

    Or, from the camera roll:
    Tap Select (upper right hand corner)
    Tap the pictures you want to add to an album (you'll see a check mark in each selected photo)
    Tap Add To (upper left hand corner)
    Your albums will appear and touch the album you want to move the picture to and they'll go there
    Note:  They will stay in your Camera Roll as well

  • ABAP PROXY - how to load a new field into SAP SNC system

    I am also curious about the proxy process. Please let me know if you know of a post that has mentioned this before.
    We have to customize our Delivery Schedule Notification proxy. I already regenerated the standard one into a Z proxy name. I already put in my custom code to load Z fields into a Z table.
    Here is my new problem. The users wants more additional fields.
    Here is the standard proxy generated layout for this structure:
    /SCA/BIF_S_DELIVERY_SCHEDULE
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    BILL_TO_PARTY
    NOTE
    ITEM
    Here is the new proxy generated layout for this structure:
    ZDELIVERY_SCHEDULE_NOTIFICATIO
    CONTROLLER
    ID
    TYPE_CODE
    CREATION_DATE_TIME
    BUYER_PARTY
    VENDOR_PARTY
    SUPPLYING_VENDOR
    BILL_TO_PARTY
    NOTE
    ITEM
    Notice that SUPPLYING_VENDOR is the new field. VENDOR_PARTY is already loaded into the system. How can I get SUPPLYING_VENDOR loaded into the database?
    Thank you in advance for your assistance.
    Edited by: DAVID CRAIG on Jul 29, 2009 2:16 PM

    Hello.
    Thank you for the information.  I need to clarify my situation.
    I understand there is a PROVIDER CLASS.  Within that PROVIDER CLASS there is a METHOD.   Inside that METHOD there is a place for me to put my code in.  I have already done that work for a previous requirement.  I moved Z fields to a Z table.
    My new requirement has a field SUPPYING_VENDOR that was inserted into one of the SAP structures.  It was placed next to VENDOR_PARTY.
    Here are my steps of execution:
    1.  Go to transaction /N/SCA/ICH_S (SNC Supplier View)
    2.  Click on RELEASE
    3.  Click on RELEASE OVERVIEW
    4.  Click on GO
    5.  Click on DETAILS
    6.  Click on the SHIP-FROM LOCATION tab
    The SHIP-FROM LOCATION field is currently being populated by the VENDOR_PARTY field from the proxy.  This is done automatically by SAP.
    1.  How do I find the table and field name for that field?  This is in the Supply Network Collaboration screen, not normal SAP transaction.
    2.  How do I get that SUPPLYING_VENDOR data to populate SHIP-FROM LOCATION instead of VENDOR_PARTY?

  • How to add a new printer into printer list?

    Dear all,
    May I know how to add new printer into my printer list in SAP system? My company SAP is SAP 4.0B. Can any one please teach me how to add printer step-by-step?
    Thanks alot!!
    PC

    Solved

  • How to add a new node into existing XML Document

    I have a very simple question. I use XML as input argument for PL/SQL procedure that inserts data into the corresponding table. All I have to do is to add a new tag for Primary Key column and put sequence.NEXTVAL - value into it.
    <ROWSET>
    <ROW>
    -- Add <ID_table_name> value </ID_table_name> ??????
    <FIELD1>data1</FIELD1>
    <FIELD2>data1</FIELD2>
    </ROW>
    </ROWSET>
    I've parsed XML, but I couldn't find the way how to insert the new NODE.
    If you know how to use packages XMLDOM, XMLParser for this purpose, please help me!
    Oracle version 8.1.7

    DOMParser parser=new DOMParser();
    XMLDocument xmlDocument=parser.getdocument();
    Node node=xmlDocument.selectSingleNode("/ROWSET/ROW");
    Element element=xmlDocument.createElement(String tagName)
    node.appendChild(element);

  • Could any one tell me how to divide a BMP image into pixel blocks

    I am new in Java, Could anyone please show me how to block an BMP image into segmented blocks. Please help.

    could you be a bit more specific? What segmented blocks are you talking about? Is the width and the height of these segmented blocks givenby the user or does it have to be equal blocks of the whole image?

  • How to add a new value into message choice ?

    Dear all,
    I have a messageChoice component in my OAF page and I binding it with my VO (the VO is based on my query SQL in controller, NOT based on EO).
    For example, the query result of VO is as following:
    columnName, columnValue
    a, 1
    b, 2
    c, 3
    And I binding them into my messageChoice component as following:
    myChoice.setPickListViewUsageName("myVO1");
    myChoice.setListDisplayAttribute("columnName");
    myChoice.setListValueAttribute("columnValue");
    myChoice.setPickListCacheEnabled(false);
    Now I want to add a new combination into te messageChoice component, such as 'd, 4'.
    So I write it like this:
    myChoice.addOption("d", "4");
    But it doesn't work. The result of choice is still the same as before.
    So I think maybe I can use myVO1.createRow() method, but when I run my page, it raise an error message: "myVO1 is read only" :(
    Should I have to add a "UNION" in my query SQL of VO for this requirement?
    Any other ideas, please?
    Thanks.
    Kenny

    If you know the values to be added in advance, then its a better option to put them in VO itself with union clause and it has a better performance compared to runtime modification to VO.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to add a new font into Report Builder and Oracle Forms/Reports Server?

    Hi,
    I've searched the forum and can't find this being discussed.
    My developers run Report Builder 10.1.2.0.2 on their XP laptops.
    Their reports run (in production) on Oracle Forms/Reports Server 10.1.2.0.2.
    This server runs on MS Windows 2003, SP2.
    They've got a client who wants reports using the "Garamond Western" font.
    So....how do I get this font onto the developer's Report Builder laptops, and onto the Oracle Forms/Reports Server?
    I've moved various 'Garamond' fonts into C:\WINDOWS\FONTS on both the laptops and the server, but neither seem to recognize it.
    Thanks for your help.

    Thanks.
    This answers 1/2 of my question.
    The developer can now use Report Builder on his laptop, with the new fonts.
    But when he moves this new Report to the Oracle Application Server/Forms-Reports Server, it fails to use the new fonts.
    The Oracle App Server/Forms-Report Server is Version 10.1.2.0.2. It runs on MS Windows 2003, SP2.
    I have installed the exact same fonts on this server, into C:\WINDOWS\Fonts.
    I have used REGEDIT to change REPORTS_PATH....and placed C:\WINDOWS\Fonts; as the first value in this field.
    I have then stopped and restarted the Forms-Reports Server.

  • Source code organization: How to divide large JavaScript files into several smaller JavaScript files?

    Hello,
    some of my JavaScripts have become considerably large over time. What I would like to do is to split a single (large) JavaScript source file into several smaller source files plus an additional JavaScript file containing code or directives to recombine the split files.
    In other words, I would like to organize my JavaScript source code into re-usable modules.
    Although I searched the Acrobat JavaScript developer documentation and did a lot of Web searching, I still have no idea...
    whether the Acrobat JavaScript scripting environment itself does provide a code structuring mechanism
    how to properly organize large Acrobat JavaScripts in general.
    Any help would be greatly appreciated! Thanks a lot in advance!
    Sebastian

    Document-level scripts are not accessible to other documents/scripts, so they're not a good option.
    Folder-level scripts, on the other hand, are accessible to all other documents/scripts. So if you have a general function that creates a 3D annotation, for example, you can place it in a folder-level script and then call it from other scripts (you will probably need to provide it a handle for the document and properties of the annotation).
    One thing to be aware of, though, is that the folder-level scripts are loaded alphabetically, so don't put a reference in script aaa.js to something that loads in zzz.js, or you will get an error message when you open Acrobat. (this is not a problem if zzz.js is not called during the launch of Acrobat)

  • How to program a new tv into the remote control

    We just bought a new tv and need to change the remote control to the new tv.  How do I do that?

    on your set top box press menu > customer support > in home agent > program remote and follow the instructions.  :]

  • How do you insert new records into multiple tables using the same unique primary key?

    I’ve created a PHP site and MySQL server using a free app called XAMPP.  I have successfully created a form in Dreamweaver that will write data to a (name) table in the SQL database.  Here’s my question: How do you write to two (or more) tables in the same database and pass the same primary key to both tables?  In the SQL database, I defined the first field as ID and set it as the primary key with auto update.  So, when you insert a new record, it creates a unique primary key for that record.  In my form, I’m capturing info that needs to be stored to two tables at the same time; a Name table and Address table. Since the Name and Address tables use the ID field as the primary key, I believe I will need to pass the ID value from the Name table to the insert of the Address table to insure they both have the same primary key, right?

    No. You probably need the primary key from one table to be a foreign key in the other tables. In any case, I believe you can use two methods to obtain the auto generated key. First with SQL:
    http://dev.mysql.com/doc/refman/5.0/en/getting-unique-id.html
    And the other using a PHP function:
    http://us3.php.net/mysql_insert_id

  • How can I import newer photos into 7.1.5?

    My daughter burned a cd of photos from her version of iPhoto "09", 8.1.2 for me.
    I am using 7.1.5 and iPhoto will not allow me to import the photos into my library. When I try this there is an alert saying I can't import this version - then my only option is to quit iPhoto!
    HELP, is there a work around???

    Welcome to the Apple Discussions. Try the following:
    1 -open the CD by clicking on it.
    2 - open the folder titled "Library" by double clicking on it.
    3 - drag the "Originals" folder to the Desktop.
    4 - launch iPhoto and drag the Originals folder from the Desktop into iPhoto's open window.
    This will import just the original photo files in the same Rolls as they were in your daughter's library. You WILL NOT get any of the keywords, titles or modified versions of those photos.
    OT
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    NOTE: this is not the same as routinely backing up your entire iPhoto library folder to protect your photos. It only protects the loss of your organizational efforts that the database file contains.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • How exactly to load new fonts into Gimp???

    Hi,
    I've tried everything I can find in teh forums and the wiki to load fonts into Gimp 2.3. They just will not appear in the fonts dialog. It's driving me nuts.
    Can someone please spell out exactly how to do this?
    I've loaded the fonts into /root/.fonts - no go. I've loaded them into gimp's font dir - no go. I've run fontcache - no go.
    I'm at my wits end.
    Jim

    You should put the fonts in your user's ~/.fonts (I hope that you don't run Gimp as root?). Then just run fc-cache -v to update the font cache and restart Gimp.
    If you haven't modified /etc/fonts/fonts.conf, the entry <dir>~/.fonts</dir> should be listed there and thus the users ~/.fonts directory will be searched for fonts.
    Have a look at the Archlinux wiki as well:
    http://wiki.archlinux.org/index.php/Fon … l_fonts.3F

  • How do I insert new pages into an existing pages document

    I have been doing a newsletter for 18 months in pages. SInce the last update I have been unable to find a way to add a page to my document or change positions of pages. I have searched online for answers which did not help, and all the tutorials I found are not for the updates version.  Help, this app is useless if I can't do this!

    How could you not find the hundreds, if not thousands, of references here to the missing features in Pages 5?
    Apple removed over 100 features from Pages 5 of which these are only a few:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    You should still have Pages '09 in your Applications/iWork folder.
    Use that.
    Peter

  • How do you add new photos into an existing folder on iPhone 4S, without it jumbling the existing photos?

    My wife and I just got our iPhone 4S a couple weeks ago. We've experienced a problem that I hope someone might be able to help with. When she sync'd her photos originally, it had them in the folders she wanted. Now, if she wants to add new photos to one of the existing folders, will it jumble all the photos up or will it keep them in the same folder?

    drag them from an event or album to the book project under keepsakes
    You really should take the tutorial - under the help menu ==> iPhoto help ==> chapter 7 - making a book - read the help topic and watch the movie
    LN

Maybe you are looking for

  • Can I move video files from Final Cut Pro to iMovie?

    I've used iMovie forever, and I just bought Final Cut Pro.  I uploaded video for a new movie into FCP, but I have an urgent need to get this movie done and don't have time to learn Final Cut Pro to do it.  Can I move my video files from FCP over to i

  • (Smartform)check box display in a table....very urgent

    Hi.. i inserted check box by going to <b>sap symbols and inserted check box</b> but i am unable to see print preview and also in the printout. Can any one tell me how to insert check box in a <u><b>table.</b></u> your help will be appreciated.<b></b>

  • Mega 180 in mce?

    hi pps just wondering if ne one use's there mega 180 in windows media center and wondering if ppl can recommend it? many thanks steve

  • Query result is very slow

    i have two table master detail, for instance dept and emp the situtation is this. i need the recod of those departements who has clerks in specific time hired. i wrote following query. but due to millions of records in two tables its very very slow.

  • SUP-Error creating Unwired Server Connection connection to MyUnwiredServer

    Hi all, I've installed the SUP 1.5.2 and selected the Evaulatiuon (30 day trial) and my Unwired Server cannot start. When i try to test the connection in Enterprise Explorer -> Unwired Servers -> My Unwired Server i get the error. com.sybase.uep.admi