Slideshow on my homepage?

Hello

I m trying to make a slide show with my best projects at the top of my home page, something like this: http://blogs.adobe.com/creativecloud/

How can I do that with Pf?

Thanks in advance!

m.

Hello!

Not at the moment, but we are working on a new feature of masthead - we'll do members know about it when it's finished!

Tags: Adobe Portfolio

Similar Questions

  • Slideshow on the homepage in my new web site does not work in Firefox on my machine but works in Safari and on external computers.

    The slide show to start automatically on the machine of the wife and mine with Safari but not Firefox (don't know about the other machines with Firefox)
    Concerned that customers with Firefox isn't able to see the slideshow on my homepage.

    Make sure that you do not block the JavaScript

    Reload Web pages, and ignore the cache to make sure to get the latest versions of all files.

    • Hold SHIFT and click reload.
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Cmd + Shift + R' (MAC)

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Slideshow of Muse broken in Firefox

    I've updated to the latest version of Muse yesterday (2015.2.0 877, CL 800959, 352 of File Format). Two problems: one, the slideshow on my homepage (www.glennrandall.com) no longer works in Firefox. It works in Chrome, Internet Explorer and Safari. Thumbnails appear in Firefox, but images of Heroes no longer appear. The slide show is not completely frozen. The highlighting on the thumbnails shows the site tries to load each image in order, as it should, but no hero image doesn't appear.

    The second problem is that Windows no longer recognizes Muse as a program when I try to find it in all programs. I had navigate to the executable file to launch the Muse. Suggestions?

    Last problem solved. My installation of Firefox had apparently become corrupted. I have 'refreshed' my installation of Firefox by selecting help > restart with the disabled modules, which led me to a screen where I could "Refresh" browser. Everything works fine now.

  • How to Center my slideshow?

    I rushed here, then it will be quite a small matter. How to Center my slideshow? Here are the codes that you need to know:

    My slide show Code

    This goes in the < head > < / head >

    " < link rel ="stylesheet"href =" http://MaxCDN.bootstrapcdn.com/bootstrap/3.3.5/CSS/bootstrap.min.CSS ">

    " < script src =" https://AJAX.googleapis.com/AJAX/libs/jQuery/1.11.3/jQuery.min.js "> < / script > .

    " < script src =" http://MaxCDN.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> < / script > .

    < style >

    . Carousel-Interior > .item > img,.

    . Carousel-Interior > .item > a > img {}

    Width: 100%;

    margin-left: 20px;

    margin-right: 20px;

    }

    < / style >

    This goes in the < body > < / body >

    < div class = "container" >

    < br >

    < div id = 'myCarousel' class = "slide Carousel" data-ride = "Carousel" >

    <! - indicators - >

    < ol class = "Carousel-indicators" >

    < li data-target = "#myCarousel" data-slide-to = "0" class = "active" > < /li >

    < li data-target = "#myCarousel" data-slide-to = "1" > < /li >

    < li data-target = "#myCarousel" data-slide-to = "2" > < /li >

    < li data-target = "#myCarousel" data-slide-to = "3" > < /li >

    < /ol >

    <!--> wrapper for slides

    < div class = "Carousel-interiors" role = "listbox" >

    < div class = "active item" >

    < img src = "Fallout 4 Slideshow.jpg" alt = "Fallout 4" width = "460" height = "345" >

    < div class = "Carousel-caption" >

    < h3 > Fallout 4 release < / h3 >

    November 10 < /p > < p >

    < / div >

    < / div >

    < div class = "item" >

    < img src = 'Rainbow Six seat Slideshow.jpg' alt = 'Rainbow Six seat"width ="460"height ="345">

    < div class = "Carousel-caption" >

    Chania < h3 > < / h3 >

    < p > the atmosphere in Chania has a touch of Florence and Venice. < /p >

    < / div >

    < / div >

    < div class = "item" >

    < img src = "Fallout_PIP - Boy_2000.jpg" alt = "Flower" width = "460" height = "345" >

    < div class = "Carousel-caption" >

    Flowers of < h3 > < / h3 >

    < p > beautiful flowers to Kolympari, Crete. < /p >

    < / div >

    < / div >

    < div class = "item" >

    < img src = "img_flower2.jpg" alt = "Flower" width = "460" height = "345" > "

    < div class = "Carousel-caption" >

    Flowers of < h3 > < / h3 >

    < p > beautiful flowers to Kolympari, Crete. < /p >

    < / div >

    < / div >

    < / div >

    <!-left and right controls->

    < a class = "Carousel-control left" href = "#myCarousel" role = "button" data-slide 'prev' = >

    < span class = "glyphicon glyphicon-chevron-left" aria-hidden = "true" > < / span >

    < span class = "sr only" > </span > previous

    < /a >

    < a class = "carousel-control right" href = "#myCarousel" role = "button" data-slide 'next' = >

    < span class = "glyphicon glyphicon-chevron-right" aria-hidden = "true" > < / span >

    < span class = 'sr only' > next </span >

    < /a >

    < / div >

    < / div >

    My CSS:

    left margin: auto;
    margin-right: auto;
    Width: 92%;
    Max-width: 1200px;
    padding-left: 3,275%;
    padding-right: 3,275%;

    My CSS Iframe (the slideshow is in an iframe)

    IFRAME {}

    Width: 768px;

    height: 450px;

    margin: 0px;

    padding: 0px;

    background: Blue;

    border: 0px;

    display: block;

    }

    My Iframe in source code:

    < iframe src = "slideshow Iframe.html homepage.

    frameborder = "0" scrolling = "no" >

    Your browser does not support IFrames.

    < / iframe >

    I hope that's all you need, thank you: D

    I want to thank Nancy O who helped me on the slideshow and the calendar, I'll you credit in my Web site

    I can't imagine why you need or even want to use an iframe for it.  It is totally useless.

    That said, to center the page elements, you need 2 things:

    1. a width specified in pixels or in percent which is lower than 100%.
    2. a margin-left and margin to the right of the car.

    #myCarousel {

    Width: 1000px; / * adjust as needed * /.

    margin: 0 auto;

    }

    Nancy O.

  • Slideshow full screen on start page

    Hi forum

    I have a slideshow on my homepage with 3 photos (full screen). Below, I have a block of black text that will appear only when I start to scroll down. It should not be visible before, but as soon as I start to scroll it should appear immediately any size/resolution of the screen.

    Example: http://www.redbulletin.com/ch/de

    Any help is appreciated.

    Kind regards
    Philippe

    I checked the page but I do not see the same behavior you mentioned, I think that the problem is solved.

    Thank you

    Sanjit

  • Legends of slideshow muse not melted

    I have a slideshow on a homepage of Muse. Each image has its own legend. The Images are on a second 3 fade which looks nice, but on the image captions do not fade with the photos. Legend go to the next at the beginning of the fade while the old image is still visible. How to set the caption to change at the same time?

    Unfortunately, you can not control the speed of the text relating to the speed of the photo.

    The only fall back is to place the text on your photos before you import it if you synchronize.

  • Is it possible to open/start a slide show using a button on the home page?

    Hi all. I want a slideshow on the homepage of my site for graphics, but ideally, I want that it pop up "in place" If a button is pressed (these buttons are for things like 'illustration', 'design impression', 'logo design' etc, with each being a portfolio of images slideshow.) Is this possible to do? So instead of buttons each link to their own page, they link to a slideshow that is displayed on the screen?

    Let me know if you need more information.

    Yes, you can design it.

    Use any composition, trigger can be used as button that would open the container to the click. Into a container, insert slide show with images.

    Images used may be related to their specific pages.

    Thank you

    Sanjit

  • Legends of the slide show appear to have boxes around them when played back on mobile devices

    Hello... I searched this problem but could not find a reference - apologies if I have not quite use the right search terms and it has already been answered.

    I have problems with a widget slideshow base - seen on a PC (iMac in this case) the captions of images, navigation buttons and the meter have NOT any visible borders (I have not rubbed or filled the container boxes, other than the nav buttons). However, see the slideshow even on an iPad or iPhone, and there seems to be around the buttons of legend, meter and nav boxes. I would have preferred that there no contours of the visible area.

    The problem page can be seen here (remember, fine on a PC, not very well on a mobile device)

    http://mikehiggs.co.UK/musesite/case-studies.html

    There are two slide shows on the page I tried two different widgets - both have the same problem.

    The strange thing is, I used the same method on the slideshow on the homepage at the top of the page and it works fine.

    If anyone can shed some light on this 'problem' I would appreciate it a lot - I tried all I know at this point.

    Thanks for any help.

    Additive...

    If I change the transitions of the slideshow of 'horizontal' to 'fade' the problem goes away. But I prefer the slide show slide.

    Just thought this extra info can help diagnose the problem.

    Post edited by: MikeHiggs

    I believe that this is caused by a bug error rounded in mobile Safari. If you set a feature of width not no white on the legend, or set the background transparent instead of white color, I expect that it will go away.

  • Issue of duplication of mobile Menu accordion

    Hello

    I am mobile design and I have an accordion that is put in place as my menu bench in the header of my master page layout.

    Under "Expand Behavior" (the blue play button), I "Overlap the following" UNCHECKED.

    Yet, I have items in the Master Layout that overlaps the accordion and some elements on individual pages that overlaps the accordion.

    The accordion seems to only push of the elements that are placed down or text boxes.

    He rides go in front of my rectangle objects in master, as well as behind my slideshow on my homepage.

    Can anyone offer advice on how to get the accordion does NOT overlap something that lies under the header?

    This will affect my mobile design.

    Thank you!

    SYG-

    OK so I found a solution to my accordion menu overlap text and don't not pushing down on the expansion but not ideal seems to work, I just put a small rectangle above the text line with the rectangle tool (you can fill it with the color or simple leave the field blank)-configured full-width and check of course you "Overlap the following" unchecked. Hey presto it works.

  • This site was actually Muse?

    Does anyone know if this site can be done entirely in Muse? If so, how they accomplish the slideshow on the homepage? Also, how they create unrolling blocks in their navigation? Also, what aspect I should make my homepage to 'cheat' that effect on most of the browsers?

    http://www.raggededgedesign.com

    The above Web site is not built in Muse, however, to get a similar full-screen slide show effect; See the thread below with an example site http://musebackstretch.businesscatalyst.com/index.html> using the plugin Jquery Backstretch to achieve something similar in Muse - http://forums.adobe.com/message/5407836.

    Thank you

    Vinayak

  • problems by placing the cursor on my Web page (please help)

    im not very good at web design and my last year in College, create a Web site.

    Basically I have a jquery slideshow on the homepage of my site. I placed in my HTML but everything seemed moved and I don't know how to move the real cursor with css.

    so far, this is the site: http://anishjoshi.net23.NET/

    anyone would be grateful for tell me why everything happened and how to fix it back. and also move the slide down to adjust the box.

    cheers in advance

    Try this (view source to see the code)

    http://ALT-Web.com/test/2-column-test.html

    The body background color is #222222. It is the repeating background image that I use (mosaic of 100 x 100 px) in 4 major areas.

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB

    http://ALT-Web.blogspot.com/


  • How to create a slideshow of heroes of filling full browser for your homepage with Adobe Muse CC?

    Is it possible to create a slideshow of heroes of filling full browser for your Adobe Muse CC homepage?

    Terry White has a video that shows that it does that in a part of the site, but I want my hero image to fill in the whole browser.

    How to create a slide show of hero for your homepage with Adobe Muse CC | Adobe evangelists - Terry White | Adobe TV

    Thank you!

    If you want the legend to display on some Images of heroes, then try the following steps.

    1 open the control panel of the slideshow Options full screen and uncheck the box "Edit together.

    2. go to the image of heroes who would have no legend.

    3. Select the legend and make its filling like "No fill" and do the same with the text inside the box of legend as well.

    Note: As this is the slideshow widget you cannot add external text on an image of the slide show/hero. legend text box and only relativity with Image of hero.

    Kind regards

    Vivek

  • Can I do a Pre - slideshow homepage who plays then, by default, navigates to an anchor?

    Can I do a Pre - slideshow homepage who plays then, by default, navigates to an anchor?

    A better way to ask the question is probably-

    can I navigate to DEFAULT anchor point after the end of a slideshow?

    Tthat is not possible at this time. Your best bet at the moment would be to use the ToolTip widget and when a user places the mouse over the slideshow button can appear for them to click here to continue.

  • Ghosts on homepage slideshow files.

    Can someone tell me why two images (originally used for the layout of the site) are appearing on the homepage?

    http://lifestlyedesignsco.BusinessCatalyst.com/index.html

    After that I got high resolution images, I wrote about the original file, so these two files exist is no more, but keep appear! What is going on? How can I get rid of them?

    I have double and triple checked my files, tried to find and delete from the Enterprise edition dashborad catalyst page, and the files are not there either... I'm puzzled!

    Any help would be appreciated.

    Thank you

    Lorayne

    Hi Lorayne

    Are you referring to the hero images placed on the home page?

    Please download screenshot of design mode in Muse including images that you have replaced.

    Thank you

    Sanjit

  • How to put a contact form in a lightbox slideshow widget...

    I would like to put a contact form in a lightbox (slideshow) widget. Is this possible?

    I also want to add text to the place where in the thumbnail image that must be clicked to reveal the lightbox with the contact in her form. Is this possible?

    If possible, how?

    noelb8402969 wrote:

    I would like to put a contact form in a lightbox (slideshow) widget. Is this possible?

    None

    noelb8402969 wrote:

    I also want to add text to the place where in the thumbnail image that must be clicked to reveal the lightbox with the contact in her form. Is this possible?

    You can have the text but not for this widget

    noelb8402969 wrote:

    How can I do?

    use the widget to display lightbox... Place the shape inside the target (in blue in this example page) = Homepage

Maybe you are looking for

  • How can I remove an update of the Bios on the Qosmio X 300

    How can I remove a Bios Update?I installed it on my Qosmio X 300 and now it says I have 2.99 GB instead of 3 GB.My lights not working.My remote is not working. So please help me guys

  • Is there an image based restore?

    Original title: restoration of disk images? I just learned the pain once again recover from an accident.  Vista Home Premium on a Dell, several years old, but still useful in nursing along. I remember the old days where there was a ghost on a recover

  • Cannot change or remove the password for the account.

    Hi - I want to change my user account password, but this is impossible. I'm running Vista Ultimate x 64 SP1 with all updates. My user account is the original, was created to windows install with administrator privileges. When I change my password, it

  • What, no new update for Win 7?

    I checked my wife's Win7/64 computer and found that he had had no OS updates since March this year.  He was updating Security Essentials, but nothing else.  A manual Windows Update command shows the usual Panel, but the green bar just analyzes and sc

  • Upgrade SX20 camera

    Hello I have a SX20 with PrecisionHDMC 4 X, I upgrade the version 7.1.4 SX20 to bu 7.2.1 the camera is stuck in the upgrade procedure. Is there any way to upgrade to SX20? How long to the arrival of the machine upgrade? Concerning Leonardo Santana