Skip to main content
NishaBhakare
Participant
October 1, 2015
Question

captivate 8 changed the preview mode from localhost to local address

  • October 1, 2015
  • 3 replies
  • 590 views

The preview mode for responsive project is not showing the 1024 768 and 360 buttons with the slider. Also, the path has changed from http://localhost:3926/HTML5Temp479230223820Pre/rindex.html

to a local path on my C drive. How to revert back to previewing in the responsive mode?

This topic has been closed for replies.

3 replies

Jordster1
Participating Frequently
December 16, 2015

Looks like there's a couple possible solutions, any or all of which may solve the problem. I would attempt these in the order presented and retry previewing your project after each one, only going to the next if the fix didn't fix it:

  • Make sure Cap 8 is up to date, there's a patch that may address this problem.
  • If that doesn't work, re-download and re-install Cap 8
  • If that doesn't work, check the entries in your hosts file. On a PC the host file is located in C:\Windows\System32\drivers\etc, on a Mac it's located in /private/etc/
    • On a Mac you should be able to edit the file in place but on a PC you need Admin rights to change it's contents if these localhost entries aren't in it. So for Win the easiest way to add the entries it is to copy the file then paste it to your desktop. Open it with a text editor and add the following:

                    127.0.0.1          localhost

          255.255.255.255    broadcasthost

          ::1                localhost

          fe80::1%lo0        localhost


          On Windows the file should look like similar to what's below once you're done (notice the new entries do not have the hash # in front of them, everything with a hash in front of it is essentially commented out and ignored when the file is processed):


Save your file then drag it over and drop it back into the C:\Windows\System32\drivers\etc location. On windows you will be prompted that you need Admin credentials to change the file, say Yes, then enter your Admin creds, then restart Cap and see if it lets you resume localhost previews.


-Jord

Participating Frequently
December 16, 2015

Where are the answers to these questions?

Participant
November 4, 2015

No answers? I'm having the same problem, so bumping this if it's ok!