What widget is used for this Site-of-the-Day?

My Muse website is for my design business, and I need to show several pages of design samples (covers, logos, tech art, etc.). I think a slideshow widget will work best, but I have problems with the built-in ones (another forum entry probably). I like this presentation from an Adobe Muse Site-of-the-Day (http://du2design.com), and like that the thumbnails "fade" back while the selection is in the front. I can't find any widget that does this; the thumbnails disappear completely. Can you tell me what widget was used here, or how one was modified? Thanks. Here is a screenshot of the effect.
(not sure how to add an image here)
file://localhost/Users/jbaumgartner/Desktop/sample.tiff

Anshul,
Thanks for the help. I changed the widget I had to your suggested one, and I think it's what I need. However, I still have problems with it which I don't seem be able to resolve. Most of the elements of the widget I can access and will be able to change (color, size, position, etc), but there are a couple of things I don't see options to solve.
1. I "Placed" 20 cover samples into the widget, and they loaded OK and show in the Assets window. None of them are in the thumbnails, only the various gray tints. How can anyone select a sample or even see the samples that are presented? I can find no way to make the thumbnails reflect the samples.
2. As I said, I placed 20 samples. The thumbnail container loaded all 20 items (tints), but the container just extends to the right outside the site dimensions in a single row. I don't see anyway to make the container multi-rows and stay within the boundaries of the site. This is how the example was presented, 15 samples with 3 rows of 5.
3. My site has a static menu area in the upper left of the page for navigating the site, a master item. In design mode, the page has the widget placed to the right of this area, but in Preview mode (and also browser mode), the slideshow samples appear to the left of the position and overlap the menu area. I don't see any way of fixing this. Changing the position of the target area in the container further right makes no difference, it still Previews to the left of Design position and overlaps the menu.
I think this widget may work for my needs, but not if I can't resolve these issues listed above. I'd appreciate any help with this. Thanks,
John B

Similar Messages

  • My iPod touch was stolen and recovered.  I can use my Apple id for this site but the theif changed the Apple id needed to update apps etc and I do not know how to delete his acct. Any help with this will be greatly

    My iPod touch was stolen and recovered.  I can use my Apple id for this site but the theif changed the Apple id needed to update apps etc and I do not know how to delete his acct. Any help with this will be greatly appreciate

    If the thief enabled activation lock on the device, then there is nothing that can be done.  Only the password for the Apple ID that it is locked with can disable activation lock.

  • What cable to use for this?

    I am trying to hook up my xbox 360 to my Macbook pro, and I am unsure of what cable to use for this. Composite cables.

    Hi there Dsc, i tried to do so b4, but with limited success, now the problem is like been told you, MBP is not design to accept INPUT video signals, i got something called EYETV coast me about 120$, but the resolution that XBOX accepts is much higher than MBP screen can afford, i got this message when i tried to hook it up ( the dash board came up from the xbox ): YOU NEED TO ADJUST YOUR SCREEN TO A HIGHER ADJUSTMENT BEFORE YOU CAN PLAY GAMES ON THE CONSOL or so, but thats my experience any way, if you succeeded please let me know, by the way i asked the same Q b4, just search my questions and you will see the answers on my question. hope this helped.

  • Somebody knows what effect was used in this video on the text?

    somebody knows what effect was used in this video on the text?
    im talking about this "extreme drop shadow" he was using please help me i must have it for a project.
    thanks to anyone who can help me.
    Crown the Empire - Initiation - YouTube

    Search Google for "After Effects long shadow" or "After Effects Retro Shadow".
    Or spend a few dollars and buy this:
    http://videohive.net/item/the-ultimate-long-shadow-toolkit/6657312?ref=amigoproductions

  • Which widgets did used for this website?

    Hi Guys
    I have just visited the http://fashionologieedina.com/index.html  nicely designed by Ptauly.
    What widget did he used for top banner (Sliding the images)? or how did he created that banner in Muse?
    regards.
    sanjay

    Hi Sanjay,
    It looks like the designer has just used a 'Blank Slideshow' widget and deselected the 'Prev/Next/Captions/Counter' options from the widget menu (the little blue arrow next to your widget) and added their own images.
    You can add your own images by clicking the folder icon on the widget menu, then enable 'Thumbnails' so you can see which pictures are in your slideshow, then select the default pictures that you don't need in your slide (usually the flower pictures) and just delete them, then turn the thumbnails back off.
    Hope this helps.
    Regards,
    Karl

  • Need Help..what should i use for this

    hello friends, i have to write a program which will load an xml file reader class at run time and depending on the content of xml file i'm going to generate mapping.. e.g xml file- <MyMapping> <ATO> <security type=int> </ATO> <FIX> <symbol type=String> </FIX> </MyMapping> Now i want to change the content of xml file without restarting my running application..changes should be reflected at runtime... also my xml file will contain nearly 1000 lines..so in this case which technique should i use whether i use JAXB which will give the classes of my xml file or any other ?? Also if i use JAXB whether JAXB gives classes corrsponding to my xml nodes (e.g ATO.java as per above example).

    daitkarsachin wrote:
    hi ,
    here is my question again..my xml will have
    <Message>
    <ATO>
    <somefiled="X" type=int value=35 />
    </ATO>
    <FIX>
    <somefiled="Y" type=String value=50 />
    <FIX>
    </Message>
    Now first i have to parse this xml ..then my java program is going to accept value from user ..and depending on user specified value i've to use either ATO or FIX fields...e.g if user value is 35 then my program should use fields within ATO node.
    You will read the XML structure into some kind of memory model. When the user supplies a value you will search for a matching value (likely from a collection such as a map or list) and return the value in that object that you locate.
    what should be done for this ..
    See above.
    and what if i change values in my xml file..will i have to restart my application to load xml again ?
    If you change the file on the filesystem, you should simply be able to re-parse the XML file and update your in-memory model. If you instead update your in memory-model, you can serialize the model back to XML on the filesystem. Neither needs to necessarily have anything to do with application start-up (other than the fact that you would normally read in the XML model then, but updating is a separate concern, as would re-reading it).
    - Saish

  • What functionlity to use for this business requirement ?

    Hi Experts,
    We have following requirements in our system
    1. PRODUCT A will have component that are interchangeable. lets say components X, Y and Z.
    2. PRODUCT B will also have the same component which is interchangeable (X, Y, Z)
         X. Y and Z componets will appear on alternative BOM of A and B.
    3. Product C has component X. This means that unlike the first two cases, C can only have X
    4. There is a generic code W which actually just mapped to X, Y and Z.
    5. All demands of X, Y and Z should sum up to generic code W
    6. Procurement knows that generic code W pertains to X, Y and Z and thought that X, Y and Z are interchangeable so he can order any of these 3 components in any quantity.
    7. Problem is on Product C because unlike in Product A and B, Product C is using component X exclusively. So if procurement ordered only lets say component Z, then Product C will noy have component X to use.
    We thought of using FORM FIT FUNCTION of product interchangeability with components X, Y, Z and generic code W as part of one class and generic code W as the leading material but we end up with the problem we have in item #7.
    I hope you can help me brainstorm what fuctionlaity we can use in order to meet above requirements. Thanks.
    Regards,
    Mylene

    Mylene,
    You have created your own problem.  By your own statement, X/Y/Z are not interchangeable in all cases, and yet you are telling your Purchasing people to treat them like they are.
    I don't know what is a 'generic code', but it sounds like  'W' is outside of your A/B/C BOMs, and you are buying something for which there is no MRP PrReq.......Tsk Tsk. 
    What business benefit are you getting by using "W"?
    If you don't want to change any of your Bills of materials, then make X the primary component on A, B, C.  Forget about W, just buy X every time.  Manually issue Y & Z to the permissable orders as requirements permit.  Once the stock of Y, Z is used up, there is no further issue.
    Or, perhaps X is the more expensive of the three.  Then, turn W into a real part in your BOMs, and stock it as such, separately from X.  The Purchasing specs of W remain: 'either X or Y or Z'.  Put W into your boms for A and B.  Leave X in the BOM for C.
    Regards,
    DB49

  • What approach i use for this...its some what like interrupt

    Hi...
    I have an application that requests data from 8 different stations...It may take a few minutes the complete the reply.
    Meanwhile if i want to do some other thing in the application,currently i have to wait until the current request completes its reply.
    I would like to know is there any way that i can do other function(higher priority one) inbetween the request completion by pausing that request and continue the request after i complete the other function.
    Thanks in advance for any help

    user_1 wrote:
    I dont want to make it slower by emposing parallel execution...And also,some way i have to pause the current process and go to the higher priority process and once it finish go bak to the original procee.
    Why would imposing parallel execution make things slower?? LabVIEW does all the scheduling required automatically. If a background process does not require much CPU (e.g. you could run it in a slow loop just waiting for a reply), the main process can use as much CPU as it wants most of the time.
    I guess you have some strange misconceptions about dataflow and parallelism. Typically you don't have to worry about details like that If the code is reasonable. Of course if you would do the polling in a loop without wait, it will spin the loop as fast as the CPU allows, starving other processes. So don't do that!
    LabVIEW Champion . Do more with less code and in less time .

  • What Tool i use for creating OAF (Page)

    Hi All,
    I am new in Oracle EBS my boss given task for develop page in OAF, so please guide me what tool i use for this page given me link for download it and also help me for creating this page.
    Currently we are using Oracle EBS R12.1.2.
    Thanks
    Rehan

    I am new in Oracle EBS my boss given task for develop page in OAF, so please guide me what tool i use for this page given me link for download it and also help me for creating this page.
    Currently we are using Oracle EBS R12.1.2.OA Framework - How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x [ID 416708.1]
    Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    Troubleshooting JDeveloper setup for Oracle Applications [ID 357218.1]
    What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1]
    Thanks,
    Hussein

  • There is no sim card installed in the iphone you are attempting to activate what i can do for this massge

    there is no sim card installed in the iphone you are attempting to activate what i can do for this massge

    pop out the sim card and reseat it in the tray
    if that doesn't help do a hard reset on the phone by pressing your home button and your on/off button at the same time till you see the screen go black and an apple logo appear

  • Muse site of the day: Similar slider effect creation

    Hi,
    I just viewed this site of the day :
    http://musegrid-sevn.businesscatalyst.com/#services
    I'm trying to recreate a similar effect that is being used in the service section as well as something simiar in the gallery section.
    was wondering if this was an external widge that was used or was it an inbuilt widget that was used.
    Could really use some clarification with this.

    You can use one of the Composition widgets like Blank, Presentation or Tooltip and customize their options to achieve that effect easily.
    Please checkout http://helpx.adobe.com/muse/tutorials/widgets.html and http://muse.adobe.com/widgets-by-category-presentation
    Cheers,
    Vikas

  • The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the

    When i tried to login in inbrowserediting.adobe.com i see that:
    The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user.
    What does it mean? What is problem?

    Hi,
    I have just created my First website using Muse and Its all been uploaded to my FTP server but i cant access the in browser editing which was the whole reason why i re-done the website for my client using muse
    its saying the following
    "The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user. server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user."
    Yet i Can access my website fine "www.calmwood.com.au"
    My ftp server responds to either the IP Address or the DNS Address www.calmwood.com.au
    so i am not understanding how it thinks its different. when its fully referenced
    any help would be appreciated.
    thanks

  • What are all the tables used for this report:

    hi
    what are all the tables used for this report:
    report:
    •     <b>Stock Report, which will give opening balance, receipt, issue, and closing balance for any given Duration for any material.</b>
    thanks in advance

    Tables: MSEG, MKPF, MARD.
    FOR REFERENCE SEE TRANSACTION : MB5B.
    Message was edited by: Sharath kumar R

  • Becouse of expire of credit card I updated billing information by providing data of new credit card but system just says "We're sorry, the billing information on file could not be used for this payment. Please update your information.". What exactly is wr

    Becouse of expire of credit card I updated billing information by providing data of new credit card but system just says "We're sorry, the billing information on file could not be used for this payment. Please update your information.". What exactly is wrong?

    Are you 100% sure that every detail of your information is the same in each place?
    Make sure that EVERY DETAIL is the same in every place you enter your information
    -right down to how you spell and punctuate the parts of your name and address
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html

  • What are the tables used for this Report

    hi all..
    i am a fresher for ABAP. i need the help.
    what r the tables used for this report.
    Reports provide pending order details according to Material wise and customer wise for particular month.
    thanks in advance
    RK.Ashokkumar.
    9994262112.

    hi
    good
    try with these tables,
    MARA
    KNA1
    thanks
    mrutyun^

Maybe you are looking for

  • How to run macbook pro FASTER

    I just want to know how I can run my macbook pro faster. Seems like lately my macbook freezes and I have to force shutdown it. I use my macbook more for work and school stuffs, so I open lots of documents for research, maybe this caused it to run slo

  • Zen 20gb where is my mus

    I have a creative zen 20gb and all was fine until today when after ripping some tracks from a cd to it now when i go in there it says there are no tracks on the player. I have approximately 5gb worth of music on there - but they are not showing up wh

  • IDOC for Goods Movements

    Hi gurus, I am currently looking for IDOCs configuration in order to send (outbound) and receive (inbound) goods movements between SAP and a legacy system. Basically information about configuration( how to trigger IDOC outbound to legacy system), mes

  • Process form update

    Hi Folks, I have a custom process form with a few fields, I have created a task for each of these fields with Task Name as '$Field_Label space Updated' to be triggered on an update of the form field. I notice that these tasks in the Process Definitio

  • SSD Patriot Warp V2 64gb & 128gb & Lenovo T61P - error 2100 hard disk failed initialisation

    Hi guys. I have recently purchased 2 SSD drives - 1x64gb & 1x128gb. I have the 64gb hooked up to the home pc and is running as the C:\ system drive. I wanted to hook up the 128gb drive to my notebook, but I keep getting an initialisation error (2100)