Loop - infinite scroll - Muse content

Hello.

I have a lot of pictures in boxes to my new site. I'd say if you scroll to the right or left, upward or down it turns forever, with a static, floating menu bar on top. So I need right to left and bottom to top. Like a carousel. Please help me to learn how.

Muse unfortunately can't do what you ask, because there is no way for the program to automatically repeat images on your page when you scroll.

The only way to Muse to make this work is to make one large image with your images/boxes and set it as a "complete browser" Plaid.

Tags: Adobe Muse

Similar Questions

  • Infinite scroll does not work since the update to version 35.0.1

    Since the last update to version 35.0.1, infinite scrolling (on Yahoo Answers in particular) has not worked. This seems to be a problem with Firefox, because it still work if I use the Internet Explorer browser. Some of my others preferring the settings been dirtied with during the automatic update (tabs and recorded history) I have to wonder if it is a real bug, or just a setting that has changed during the update. Whatever the reason, it is not a setting I changed, and it's frustrating. Help, please.

    Some sites like Google images automatically load additional content if you scroll the page.
    Note that extensions can also add such a feature on some websites.

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • TextBoxField loop infinite sublayout

    I have two custom fields that have problems of work between them.

    One is MemoField, based on the TextBoxField in knowledge base articles. This is an edit box in a VerticalFieldManager which must only show a number of lines at a time and scroll.

    The other field is RoundedPanel that extends VerticalFieldManager and draws a box rounded on the edges.

    The two fields work very well on their own, but if I have a MemoField in a RoundedPanel and in the MemoField more than 20 lines, it goes into a loop infinite sublayout.

    Anyone know what I'm doing wrong?

    These are the classes:

    MemoField:

    public class MemoField extends VerticalFieldManager {
    
        private int _rows;
        private EditField _editField;
    
        public MemoField(int rows)
        {
    
            super(Manager.NO_VERTICAL_SCROLL);
            _rows = rows;
    
            VerticalFieldManager vfm = new VerticalFieldManager(Manager.VERTICAL_SCROLL);
    
            _editField = new EditField()
            {
                public void paint(Graphics g)
                {
                    getManager().invalidate();
                    super.paint(g);
                }
            };
    
            vfm.add(_editField);
            add(vfm);
        }
    
        public void sublayout(int width, int height)
        {
    
            int w = Display.getWidth();
            int h = _editField.getFont().getHeight() * _rows;
            super.sublayout(Math.min(w, width), h);
    
            setExtent(Math.min(w, width), h);
        }
        public int getPreferredHeight()
        {
            int h = _editField.getFont().getHeight() * _rows;
            return h;
        }
    /* some get and set methods */
    }
    

    RoundedPanel:

    public class RoundedPanel extends VerticalFieldManager
    {
        public void paint(Graphics g)
        {
            int initialColor = g.getColor();
            g.setColor(Color.LIGHTGREY);
            g.fillRect(0, 0, this.getPreferredWidth(), this.getHeight());
            g.setColor(Color.WHITE);
            g.fillRoundRect(3, 3, this.getPreferredWidth() - 6, this.getHeight() - 6, 20, 20);
            g.setColor(Color.DARKGRAY);
            g.drawRoundRect(3, 3, this.getPreferredWidth() - 6, this.getHeight() - 6, 20, 20);
            g.setColor(initialColor);
            super.paint(g);
        }
        public void sublayout(int maxWidth, int maxHeight)
        {
            super.sublayout(maxWidth, Integer.MAX_VALUE);
    
            int fieldCount = getFieldCount();
            int x = 6;
            int y = 6;
            Field child = null;
    
            for (int i = 0; i < fieldCount; i++) {
    
                child = this.getField(i);
                setPositionChild(child, x, y);
                layoutChild(child, getFieldWidth(child), Integer.MAX_VALUE);
                int childHeight = getFieldHeight(child);
                y = y + childHeight;
            }
            this.setExtent(getPreferredWidth(), Math.max(y, getPreferredHeight()));
            setVirtualExtent(getPreferredWidth(), Math.max(y, getPreferredHeight()));
        }           
    
        private int getFieldWidth(Field f)
        {
            return Math.min(Math.max(Math.max(f.getContentWidth(), f.getWidth()),f.getPreferredWidth()), this.getPreferredWidth() - 12);
        }
    
        private int getFieldHeight(Field f)
        {
            int ch = f.getContentHeight();
            int h = f.getHeight();
            int ph = f.getPreferredHeight();
            return Math.max(Math.max(f.getContentHeight(), f.getHeight()),f.getPreferredHeight());
        }
    
        public int getPreferredWidth()
        {
            return Display.getWidth();
        }
    
        public int getPreferredHeight()
        {
            int height = 6;
            int iNumFields = getFieldCount();
            for (int i = 0; i < iNumFields; i++)
            {
                height += getFieldHeight(getField(i));
            }
            return height + 6;
        }
    }
    

    Thank you.

    A lot of trial and error, I seem to have fixed without really understanding why.

    If I remove the call to super.sublayout in RoundedPanel and change the width in the call to getFieldWidth (child) to maxWidth-12 layoutChild, everything seems to work properly.

    Thanks for trying to help.

  • Preloader loops infinitely

    Hello world

    I am updating a project of edge 4. Opening with edge 5 has generated a < project_name > _upgraded. It contains more than _edge.js < project_name > and < project_name > _edgeActions.js, but no < project_name > _edgePreload.js. How can I make edge 5 generate this file? Or the preloader is now managed by the other two JS files?

    What is confusing to me: locally, my project works well in the browser without this < project_name > _edgePreload.js file. but on the server, the preloader loops infinitely :-(

    Any idea? Thank you

    Gil

    Hello

    Yes you are right. with the latest version of lively edge pre-loader is managed by 2 other files...

    As you mentioned that the edge pre-loader upgrade is if works fine locally, this means no problem with codes.

    Please remove your animation Web page completely and put it back. (After a charge of the publication of the upgraded project)

    If the question until persists then I would like to know the URL of the page and also the software that you use to insert the animation on the page? Muse or DW?

    Concerning

    Vivek

  • How can I set up infinite scrolling for my web page?

    I have my body but I want to put an infinite scroll frame. If you have an idea, please help!

    I guess you mean a page that scrolls in an infinite loop?

    There is nothing built into DW that can do it for you, but I found this site with tutorials...

    5 jQuery infinite scroll demos

  • Creation of infinite scroll

    Hello-

    I work in advertising and my personal site contains vignettes that lead to vimeo videos that I embarked on the site.

    I want that users of the Web site to be able to scroll through all the work indefinitely without having to wait for a 2nd and 3rd 'Gallery' page to load. Is this possible?

    Best,

    Matt

    Hi Matt,

    Infinite scroll (http://www.infinite-scroll.com/) is not a feature available to the Muse. Please this post as a feature request in our ideas for features in the forum of Muse: http://forums.adobe.com/community/muse/ideas

    Best regards

    Corey

  • How to fix error of loop infinite ati2dvag for XP

    How can I fix error loop infinite ati2dvag for XP?

    An electrical 'loop', usually means a part or parts are not connected

    missing or damaged, normal channels loops, or the chks and balances that should be, are

    not. Current car/truck pcs have this problem all the time after age sets, its

    the components in other areas that are at fault.

    In your situation, if its an old card, turn off the pc, remove card, take a pencil #2

    eraser to clear and clean the connection tabs, it does not take much. If this is a new card,

    is the BIOS configured correctly for what he (AGP/PCI, etc.), if everything is ok, try to install a newer version or

    former pilot, get ATI, also, get the latest installation of microsoft DirectX, well

    idea to do both...

  • How to trigger an action when scrolling of content

    I downloaded a couple of different question of the dps magazine and I found something interesting that I want to reproduce.

    When you're scrolling of content in an article, at some point it trigger an action such as change the background image?

    I'm guessing that this was done Indesign outside, perhaps with the edge? I would be grateful if someone could give me a guide on it.

    It's almost certainly an HTML article or a web overlay. We have no with InDesign DPS tools to raise substantive changes the scroll.

    Neil

  • Muse "Content" feature without the publication for mobile android chrome

    My company site Muse painfully simple - www.efsmart.com--est published on my server for desktop and phone.

    I've experimented with content based on marking [window > content] to synchronize the simple content between and telephone Office.

    It loads fine on the desktop, but I get the message on my browser chrome android [left image]:

    Two screen captures.png


    After clicking on OK, loading the page in basic HTML left [see the text in the above image behind the error window]. I deleted the cache of the browser mobile, re-uploaded and received the same error message. I deleted the content feature of marking on the mobile page [not on the Office page]re-uploaded, and it loads correctly in my mobile browser [right picture]. It always seems OK on my desk [Mac OS, Chrome].


    Any idea what's going on? Is a useful feature if it worked correctly.

    Unrelated with the mistake of warning we discussed, your desktop homepage is much broader than you planned due to there being an empty text frame far right of the page (almost in front of the "recent projects" section). If you find and delete this empty text in Muse design block you will not get a scroll bar horizontal in the browser when the browser window is 960px or wider.

    Your site is loading correctly for me on the phone and the desktop computer.

    It seems that your host has configured the site to treat 404 requests (URLS for files that do not exist) to redirect the request to your home page. I think this redirect is what is in conflict with the loading himself drumming homepage and find its associated files (index.css, etc.). Your site seems to work fine when a URL is entered, but if something as efsmart.com/foo/bar entered the site visitor is presented with a version not formatted to your homepage and the warning message. It's a problem with how the Organization treats 404 (file not found) errors.

    If you share this information with Pair.com they can immediately understand and be able to help to change the configuration of your site to avoid the problem. If they do not immediately understand, you can have them send me an e-mail at [email protected] with a link to this forum for the background thread and let's talk technobabble directly rather than put you in the middle. ;^)

  • Jittering in Safari when using anchors related to scroll the content.

    I recently launched a preview version of the site I've been designing in Adobe Muse CC 2014.2: http://spudniksavannah.com/beta-0.1.html

    A ton of comments that I get Safari users, is that the content appearing on the screen is very "fragile/unstable", initially as they navigate the page using the menu (a Hypertext anchor link keys) or by scrolling (using this widget to anchor wheel of scrolling, downloaded from: scroll wheel on mouse use to navigate between the anchors of Muse - Muse Widget Directory Adobe).

    At first I was worried, it's the widget that was causing the problem, but after its withdrawal, I noticed the problem when you use the anchors of hyperlink out-of-the-box of Adobe Muse.

    I am a user of Google Chrome first and scrolling looks fine in my browser.  I didn't know that this problem existed even before receiving your comments in my test group, but apparently the site has a similar problem with Firefox browsers as well.

    Once the site is launched I expect all sorts of users with a variety of different experience levels (and browsers) to visit the page, so it could develop a relatively minor annoyance for me, in a pretty major distraction to others.

    Any suggestions/insight would be greatly appreciated.

    Thank you

    Chris

    Please refer to the similar topic here:

    https://forums.Adobe.com/message/6416723

    Thank you

    Sanjit

  • loop infinite Avira &amp; mail

    Everyone knows the avira / mail loop?

    Avira deletes an email with an attachment that is dangerous.

    Mail redownloads.

    Infinite loop.

    Freezes in the post.

    Only solution is to disable avira, kill the mail.

    Delete the message and re - activate aviria.

    The other option is to uninstall Avira as it is unnecessary and only serves to slow down your Mac.

  • Infinite scroll (javascript) seems to bug after 14.0.1 update

    Web page calls script as follows:

    <script type='text/javascript' src='/helpers/js/infinite.js'></script><script>var getNext=6;var pgn = 5;setInterval(scroll, 1000);</script>

    Infinite.js is a simple ajax call that reads the next articles [pgn] from [getNext]. After the upgrade to 14.0.1, the script doesn't seem to load with the page. When I switch on console, it takes up to 30 seconds for the script to load and run, after which the feature is as before. This problem is specific to Firefox and occurs only for the upgrade. All platforms (Mac, Windows) are concerned.

    Well, I tried my own medicine and can't get the script to work in Mode without failure. Hah! My apologies for blaming your system.

    The problem seems to be the Google font. You have this in your page:


    <link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>

    Important these style sheets:


    @font-face { font-family: 'Josefin Sans'; font-style: normal; font-weight: 400; src: local('Josefin Sans'), local('JosefinSans'), url(http://themes.googleusercontent.com/static/fonts/josefinsans/v3/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff'); }

    @font-face { font-family: 'Quattrocento Sans'; font-style: normal; font-weight: 400; src: local('Quattrocento Sans'), local('QuattrocentoSans'), url(http://themes.googleusercontent.com/static/fonts/quattrocentosans/v5/efd6FGWWGX5Z3ztwLBrG9b2aU247V0zTzydO4RoO9Ok.woff) format('woff'); }

    For some reason, the infinite.js is not kick in for me when I'm hosting these fonts load. (Normally NoScript blocks downloads of fonts of the sites that I have not previously defined on "of trust".)

    We prefer that you could switch to experience this:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the filter box, type or paste gfx and make a pause so that the list is filtered

    (3) double-click gfx.downloadable_fonts.enabled to switch to false.

    (4) in a tab with the joelix.com site, use Ctrl + Shift + r to force a reload that bypasses the cache. Then, try the test Ctrl + end. Any change?

    So does that mean if it is correct? I'm not sure. Maybe something in the script is not designed for pages that change fonts?

  • Loop infinite redirect when group selection in Google groups

    When I connect to Google groups, and then select one of my groups, I get in a 'infinite redirect loop. Page crashes, "Redirection" appears in the title of the page, and at the bottom, he says "waiting for google.com" or "waiting for groups.google.com" (alternation). I have Firefox 3.6.3, which I think is the last and largest.

    This problem has been reported to Google and you can see the discussion here:
    http://groups.Google.com/group/is-something-broken/browse_thread/thread/8fb760742f6ce7ba/f7065d7bd3499f65#f7065d7bd3499f65

    You go to the Google Help forum groups, look at the discussion "Is something broken" and look further for 'Infinite redirect loop.' Maybe that's a problem that affects only the moderators.

    I don't know if there is a problem with Firefox, Google groups, or interaction.

    URL of affected sites

    http://groups.Google.com/


  • Generation of loop infinite nest

    Hello

    I have tried to create a nest of infinite loop For TestStand and stuggling to find a way to do a little.

    If you see the attached screenshot, the program runs to each index of the table, for loop 1. There is another loop For loop 2, with the Start/Stop/not inside the loop For For 1. Execution stage element is the index of loop nest, for example, Array Index 2 will start at 5, go to index 1 and run the loop (from 0 to 10 in step 2 and here at every step, he goes back to the Index 0 and run the table. When finished will return to index 1 index 0, and go well the loop. The same systematic for the Index 2 at each stage will be index 0 or everything he has the value).

    In LabVIEW, I can just set it to re-entry VI and feed in the index of the step to execute, but how can I do this in TestStand?

    I really appreciate the help in advance.

    Best regards.

    tlee16 wrote:

    Thanks for the response Doug.

    So I have the sequence (with levels who read from a variable) and wants to call itself its own sequence but with different values in the variable (at runtime, called sequence data passed in this sequence should not replace the sequence of the appellant), how can I implement something like this? Is there a way to check where the sequence has been called since then? or maybe some sort of entry stamp can I write/pass data entry in the sequence? Maybe I should change the way of how it is written/designed...

    Thank you!

    You must use "by value" settings of your variables. To create these settings, insert variables in the setting of the display of the variables group. By default, they are "pass by reference", to change them to be passed by value, right-click on the variable parameter and uncheck the option menu "pass by reference". The variables that are passed by value are passed as in the copies of the original, everything changes for them in the order does NOT affect the original versions in the calling sequence. However, if you want to be able to pass data in the sequence they you need to at least some of your settings to "pass by reference" so that changes made to the parameter in the subsequence may be returned to the calling sequence.

    Hope this helps,

    -Doug

  • Vista Home Premium SP1 Reboot loop infinite, inaccessible Windows restore

    Problem: Update marked Service Pack 1 (I do not know the real KB #) sent my computer in an infinite loop.  After a reboot "3 3 0% complete configuration updates / don't turn off computer" appears and the percentage continues to 100%, the system reboots and repeat.  I left the computer to update last night and now he has been yet updated this morning.

    Is trying to solve: I studied what I can on this problem.  I tried to access the system restore via the following methods:

    1. Shut down the computer, restart the Advanced Boot Options screen boot mode safe.  Result: after the appearance of the logo windows at startup, the screen returns to the screen "Update Configuration".  This is the case on 'Safe Mode', 'Safe Mode with networking' 'Last good known Configuration (Advanced)' and "Directory Services Restore Mode" I have not tried other options in the screen options start
    2. Using the recovery DVDs I've done after the installation of Vista (circa Dec. 2006): result: restore option only includes the restoration of the recovery image of boot sector with a complete HD wipe factory-installed.  Not the restoration of the system of options available.

    Plug material: I have (obviously) Vista Home Premium installed above a factory installed Windows XP Media Center (SP2).  Partition 2 contains an area of recovery that will restore the original settings.  Another partition is Ubuntu, which is how I can log in and post this message.  Also:

    • Model: Compaq Presario SR2050NX Media Center
    • Processor: Intel Pentium D 2.8 GHz dual core
    • MoBo: ESC Asteropi 3
    • Chipset: ATI RC410
    • Southbridge: ATI SB400
    • Memory: 1024 M DDR2 - SDRAM (PC2-4200/PC2-4300/533 MHz)
    • HARD DRIVE: 250 GB
    • OS: Windows Vista editions Home Premium on XP Media Center SP2
    • Secondary to OS: Ubuntu 9.04

    Computing: Average

    Mood:
    upset

    My goal is to restore the system to a point before the installation of the update.  I didn't want to wipe the system and start over.

    Thank you
    TB

    Do a repair disc to do a repair system restore / boot:

    As is the case with most computers/laptops these days, they do not come with good Vista disc to repair only the recovery disks.

    As your grave in the category above, download the ISO on the link provided and make a bootdisk of it.

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu.

    When you have changed that, insert the Bootable disk you did in the drive and reboot.

    You can make a tool to restart system, System Restore, etc. with it.

    Read all the info on the website on how to create and use it.

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    ISO Burner: http://www.snapfiles.com/get/active-isoburner.html

    It's a very good Vista repair disc.

    You can do a system restart tool, system, etc it restore.

    There is not a disk of resettlement.

    And the 32-bit is what normally comes on a computer, unless 64-bit.

    If this does not work, now looking to relocate, because you have only the factory recovery disc.

    Mick Murphy - Microsoft partner

Maybe you are looking for

  • 550 - 103na: new computer, no sound

    I bought my new HP computer today. I spent hours in her setting up and downloading all previous programs, I had on my old computer. When I found work that everything had finished downloading, I decided to try BeamNG.Drive as a test. It is then that I

  • Interfacing 200iC FANUC LRMate

    I'm looking for an economical method of interfacing LabVIEW to a Fanuc robot. I know there must be an easier way of wiring up discrete I/O.We have a standard Dell PC running Windows XP and LabVIEW software installed.  We use LabVIEW to provide contro

  • graphics randomly reset

    I'm having two issues that may or may not be related. My graphics card keeps resetting itself. Sometimes, it works and I can continue working.other times I get a screen full of vertical lines and have to reboot. The computer also will not combat or r

  • Update error code 80072efd

    I click on the help of get with the error and I noticed that it says I lost the connection using windows and support Web site. But I can do it manually through the internet.  I can't update my system.  I tried several solutions on the center of the k

  • Acer 10 switch SW05-011 reset Windows 10 stuck on the TPM Module

    Hello, I am trying to reset my Acer Switch 10 SW05-011 windows 10, but during the process, I'm stuck on this warning message: A configuration change was requested to clear TPM (Trusted Platform Module) computer WARNING: compensation erase the informa