JQuery Mobile Theme - works Dreamweaver but not online

I created a new JQuery Mobile Theme in Fireworks CS6: Commands - JQuery Mobile Theme - Create New Theme. Then exported the theme to a folder where I am designing a new mobile app (Commands - JQuery Mobile Theme - Export Theme).
I opened index.html in Dreamweaver CS6 and changed <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> to the new *.css file. I used Find / Replace to change all instances of data-theme="e" to data-theme="y". I saved index.html and clicked on Live View where it looked perfect. I used FileZilla to move all of the files to the server hosting my website. But when I view it either in Firefox or on my Samsung phone, index.html doesn't include any of the CSS formatting. (It had worked online with the CSS formatting when I had just manually edited the color codes in a few places in jquery-mobile/jquery.mobile.theme-1.0.min.css)
If I view index.html as a file on my computer in Firefox, the css works perfectly. But when I upload the contents of the folder to the server hosting my website, it doesn't.
I'd appreciate any input on what I'm doing wrong.
Thanks

Fixed it myself. I realized that I needed to leave <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> in index.html and to add a new line <link href="jquery-mobile/y_theme.css" rel="stylesheet" type="text/css"/>

Similar Messages

  • Links work in Dreamweaver but not online

    Hello, I am trying to figure out why my flash files work correctly locally but don't after I upload them. I am using Mac Flash CS4 and AS2. (They were CS3 files originally)
    When I use Safari to view the uploaded files and check the Activity window it shows the files load but they don't show up. I have a main swf and others are loaded into it using:
    on (release) {
    loadMovieNum("flash/links.swf", 1);
    Are there any known bugs/work arounds to be aware of?  Thanks. -Derryl

    Almost always when something works locally but not on line... it's a path problem. And I see that you are accessing your .swf from a sub file.... nothing at all wrong with that, but you do need to understand how pathing in Flash works:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • Flash site works locally but not online (uploaded to server)

    We have bought a flash portfolio template and have customized it with our pictures, video, etc.
    When we test it locally on our computer (using different web browsers) it all works perfectly well. We have uploaded the finished website to our server and when you go to the address online, it doesn't work (a loader progress shows but it is stopped and nothing happens).
    We have however uploaded the original template we bought and it works perfectly online.
    The template consists of and index.html, various .swf, and various .xml that we have modified according to the template instructions (it also contains a java script folder we haven't touched).
    What is it wrong with our modified template - it works locally without problem…!
    Thanks for your help

    When a Flash file works locally but not on-line, it's almost always a pathing issue (provided you did upload ALL files and do not have something missing... as suggested by Ned).
    A "pathing issue" results when the main .swf cannot find one or more of the associated Flash files...like an xml file or images.
    It can be something as simple as using switching file names to all lower case. Local machine is not case sensative... most servers are. So "My Photo.JPG" is not the same as "my_photo.jpg". When naming files, best to use all lower case, no spaces in any file or folder names... use_underscore_instead.
    But the most common cause is that those associated files (xml, images, etc.) are not pathed relative to the Web page where the main .swf is embedded. Pathing to the .xml and image files should be as though the .swf was located in the same folder as the Web page... NOT the actual location of the .swf file.
    And that includes paths to the xml file and paths to image files coded into those xml files. Everything need to be coded relative to the Web page.
    This topic has been covered a number of times here:
    http://forums.adobe.com/message/4368273#4368273
    http://forums.adobe.com/message/4294529#4294529
    http://forums.adobe.com/message/4280086#4280086
    http://forums.adobe.com/message/4267408#4267408
    Best wishes,
    Adninjastrator

  • Shared Object working locally but not online

    My game records your high score using the sharedobject and while testing it locally it works fine, but when the swf is published and played online, it is not recording the hi score. Is there some sort of new security issue with saving shared objects on people's hard drives now?

    In Frame 1 I have this code. The first is for game progress, the second is for the high score which is then passed to the text object
    var Progress:SharedObject = SharedObject.getLocal("progress", "/");
    var OwlHiScore:SharedObject = SharedObject.getLocal("owlhiscore", "/");
    hisc.mainScore.text = (OwlHiScore.data.HiScore).toString();
    Then on the last frame where the game is over I have this code:
    if (score > OwlHiScore.data.HiScore) {
              hiScoreWon = true;
      OwlHiScore.data.HiScore = score;
      OwlHiScore.flush();
              hiScoreHolder.hiScoreEffect.mainScore.text = (OwlHiScore.data.HiScore).toString();
    } else {
              hiScoreWon = false;

  • Player working when checked in dreamweaver but not online from host.

    Here is the url
    http://comoneyproductions.com/about_us.html  I check it when it is in dreamweaver and everything works and uploads fine. When I put it on  host server the video does not play. 
    So frustrated. Have had great help here before and hope to very soon this time. The faster the better.   THNX guys for the help

    Most likely a missing file or wrong pathing to Flash assets.
    If ANY of the Flash assets are in a different folder than the html web page, a common mistake is to not correctly path them in the .swf.
    For test purposes, what is the direct download url for the .flv.... not the .swf but the actual .flv file?
    A review of pathing issues:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • @fontface works offline, but not online.

    Hey everyone!
    http://grafisk.kts.dk/elever/piwe2/opgave/kbh/index.php
    The text "Kort om Turen går til København" is wrapped in a h2 tag. It's styles with a font called "Polegysm" via fontface.
    For some reason when it's online it wont show.
    I've tried with several browsers, but it doesn't seem to work when the website it uploaded.
    Peace.

    Hey Sudarshan!
    The "../assets/font/..." made me really scratch my head.
    Anyway I checked the "font" folder on the remote server and the font is no doubt there and I checked if the filename is the same of the css definition.
    It looks like it doesnt have access to the font folder or something.
    http://grafisk.kts.dk/elever/piwe2/opgave/assets/font/polegysm.woff
    We can't even download the font.
    Since I'm working on the school server I can't change the file permission to 755 (gives me in Filezilla 500 'SITE CHMOD 755 font': command not understood).
    I will look into tomorrow with the help of the teachers, I'll report back so we can find a definite answer!
    Peace.

  • Spry Horizontal menu works locally but not online.

    Hi people I built a site in Dreamwever CS5.5 and used a spry widget menu. It works great in firefox when I run it locally, but when I try to access a page from the online server it's rubbish. I've uploaded all of the JS files a couple of times and even copied some to multiple locations but still no joy. Any advice would be appreciated, the website is to promote a very noble cause. website is www.stopthetoad.com.au

    Hi Gramps,
    Thanks for your help, from the look of the previous posts on this forum
    you may need to change your name to Altruistic Guru.
    This is actually a site that my 14 years old daughter (Jessica) has put
    together and I'm very proud of her for the effort that she is giving in
    her own time without possibility of reward (other than having our native
    species survive another generation).
    Any further advice you can offer will go a long way towards getting
    those feral toads out of our country.
    We've upload all files via cuteftp, Dreamweaver and even manually 1 file
    at a time!
    But it still wont work. When we try to load a page we get a series of
    messages such as
        SpryMenu.js requires SpryWidget.js
        SpryMenuBarKeyNavigationPlugin.js requires SpryMenu.js!
    All of the files that the messages refer to have been uploaded several
    times but we still get the messages.
    The spry Ui-1.7 folder with all relevanr folders/files is in my
    public_html folder on the server. Should I move all of the Spry folders
    contents into the public_html folder or somewhere else?
    I expected Dreamweaver to do all of this for her perfectly, we must have
    gone wrong somewhere.
    This is a screenshot of the cuteftp screen showing all of the files in
    the public_html folder. You'll notice that I've copied some spry files
    into this folder also (will this cause problems)
    Kind regards,
    David
    (on behalf of Jessica)

  • Flash works locally, but not online!...

    I put a .SWF on a blank web page. It launches and plays fine
    locally if I launch the page from my hard drive, but online I just
    get a blank white page. Here's the link:
    http://al-i.anixter.com/TEMP/flashTemplate/index.html
    Any ideas?! Thanks!...

    Just realized if you right-click on the page and click
    "forward", it advances and works. I'd think it was something in the
    preloader code, but maybe not, because if the preloader was messed
    up, then I'd think it wouldn't work locally either, right?...
    UPDATED:
    Nevermind - figured it out! Stupid coding error in the
    preloader!!!

  • LoadMovie works locally, but not online...

    I have the following command on a frame:
    holder_mc.loadMovie("/NF/mp3player.swf");
    When independently launching the .SWF, or when testing the
    movie in Flash, the "holder_mc" loads the "mp3player.swf" just
    fine. But when posted online (or even testing locally inside a
    browser), it doesn't load at all. I have copied the directory
    structures from my local hard drive to my online server EXACTLY...
    Any ideas???...

    DIY_Lobotomy wrote:
    >
    quote:
    Originally posted by:
    Newsgroup User
    > This however will make it impossible to test locally,
    unless in shtml in
    > browser due
    > to the changes in path. You must mind these things while
    design movie, once
    > keeping
    > html and swf separately.
    >
    > I don't understand the statement above...
    Sorry, I can't explain it any better. Perhaps someone else
    will be able to
    help you.
    > This is the link to the page where I'm having a problem:
    >
    >
    http://www.shootingblanks.net/2media.shtml
    >
    > On that page (underneath the "Streaming Music" section)
    is the .swf. It is
    > coded on the webage to this path:
    >
    > audio/streamingAudio.swf
    >
    > Then, within that "streamingAudio.swf" is the following
    lines of actionscript
    > that happen when a button is pressed:
    >
    > holder_mc.loadMovie("WT/mp3player.swf");
    This is exactly what I'm telling you about. DO NOT USE PATHS
    from the perspective
    of flash file but the html file where the flash is. FLASH
    path is irrelevant
    here. It means nothing. IF the HTML is in the root of the
    server, the FLASH file
    thinks it is in the root of the server too so it will seek it
    files from that place
    not from its original location.
    You need to load your file using:
    audio/WT/mp3player.swf
    not
    WT/mp3player.swf

  • Works offline but not online?

    Hi everyone, I'm in the process of seeing if this will fit
    into one of the corporate sites that my company maintains, and I'm
    trying to get the XML to display on screen. It works fine when the
    files are on my desktop, but once I've uploaded it, it doesn't seem
    to work. Has anyone come across this before?
    My page is
    here
    - thanks!

    Sorry for the delayed reply ... Glad you got it working. If
    Spry does end up being used on that corporate site, let us know.
    --== Kin ==--

  • Edge Animate code into Dreamweaver jquery mobile theme?

    I am having trouble getting my Edge Animate file to work on my Dreamweaver jquery mobile theme web site. I was told to get the code from my animate file and put it in my dreamweaver web site. Kind of like this.....copy the Edge runtime code, paste in web site under <head>. Then copy div stage code, and paste it in my website under the content  div. I just cant seem to get it to work. It shows up blank.

    Ok, i got it. I was making this a lot harder then it needed to be. If anyone else has this problem, you just publish your project when in Adobe Edge Animate, then save in the folder you are using for your website. Then in Dreamweaver you can go to insert media, find the file and insert it. All is well.

  • I can't get volume on Main Output to work correctly with controllers on my keyboard. It's either all on or all off. Works fine for individual instruments (thought it lumps them all together) but not for main volume output on concert. Thanks for any help.

    I can't get volume on Main Output to work correctly with controllers on my keyboard. It's either all on or all off. Works fine for individual instruments (thought it lumps them all together) but not for main volume output on concert. Thanks for any help.

    Hi
    frodojon wrote:
    I either didn't do the correct mapping sequence before or I'm starting to wonder if it has something to do with my keyboard which has the expression pedal set to the same volume control as the mod wheel.
    All this sounds like you are confused about the general nature of MIDI Continuous Controllers (MIDI CC). The MIDI specification allows for 128 different CC's: CC0 to CC127. Some are typically "preallocated" to 'standard functions: CC1= Modulation, CC7=Volume, CC10+Pan, CC11= 'Expression'. Some act as switches such as 'Sustain' CC64.
    frodojon wrote:
    Everything appears to be scaled from -63 to +64 if that's what you mean by scaling?  What do you mean by MIDI CC7?
    Mainstage works with MIDI CC's generally in a number of ways:
    Some standard ones are automatically passed through to all MIDI/Instrument channels unless you specifically block them. Others are not passed through unless you specifically map them to something.
    This mapping can be done basically two ways (with MS 2.2):
    a) Make a Screen Control in Layout mode, and assign it to a particular incoming MIDI CC message. Then, you can map this Screeen Control to a variety of parameters such as the volume of a particular channel strip.
    b) With MS 2.2, you can do the above Assign and Mapping directly, without the need for Screen Controls as an 'intermediary'.
    frodojon wrote:
    something to do with my keyboard which has the expression pedal set to the same volume control as the mod wheel.  I
    Yes.
    It sounds to me like you have an issue where you have several hardware controls on your Keyboard set up to transmit the same MIDI CC. This is probably not a good idea, and it would be much better if you assigned them to transmit different CC messages (CC1 for Modulation and probably CC11 for the Expression (though you may want to set the pedal to some other number instead.
    Once you are transmitting different CC messages, you will be able to Assign and Map much more flexibly:
    for example, you could one to control the overall output volume at Concert Level in MS, whilst the other controls the volume of a specific channel within a Patch.
    Your issue of layered patches is one of "Scaling": one Screen Control (assigned to an incoming MIDI CC message) needs to alter the ranges of different channel strips to different amounts. You can set this up by using multiple mappings for one Control, each set to work over a particular range (for example a goes from -20 to 0 whilst b goes from -30 to -20 etc.).
    hth
    CCT

  • I have installed photoshop illustrator on mac which is working fine but update online is grew out and not able to update

    i have installed photoshop illustrator on mac which is working fine but update online is grew out and not able to update

    Hi Team,
    The option to disable to update is chosen by your IT admin when he created the package.
    The IT Admin can re-enable the update by following the link below:
    Disable auto-updates | Application Manager | IT administrators
    Cheers!
    md

  • My ichat is saying that my password isn't right and then after 20 tries I get in but some of my friends say that it my account tries to request video chats to them when i am not online and sends auto reply messages when i haven't set that up. Am i hacked?

    my ichat is saying that my password isn't right and then after 20 tries I get in but some of my friends say that my account tries to request video chats to them when i am not online and sends auto reply messages when i haven't set that up. Am i hacked? This has also happened to alot of my friends on my buddy list
    is it a bug or have I been hacked

    System Preferences > Network > your-connection-medium > (Assist me) > ( Diagnostics )
    This sometimes provides additional helpful information, sometimes not so much.

  • DW CS6 and jQuery Mobile 1.2.0 - does not copy icons folder

    Using the trial version of DW CS6
    Attempting to create a JQuery Mobile Web site using DW and JQM 1.2.0
    This is what I have done.
    1. Created a new folder in C:\Program Files\Adobe\Adobe Dreamweaver CS6\configuration\Third Party Source Code\jquery-mobile2
    and copied the following files:
    jquery-1.8.2.js
    jquery.mobile-1.2.0.js
    jquery.mobile.structure-1.2.0.css
    jquery.mobile.theme-1.2.0.css
    \images - all files copied from the JQuery Mobile download for v1.2.0
    2. Edited the following files in C:\Program Files\Adobe\Adobe Dreamweaver CS6\configuration\BuiltIn\Mobile Starters:
    jQueryMobileLocalMultiPage.htm
    jQueryMobileLocalSplitMultiPage.htm
    and pointed them to the new jquery-mobile2 folder by changing each path from
    ../../Third Party Source Code/jquery-mobile/
    to
    ../../Third Party Source Code/jquery-mobile2/
    3. In DW, File New and selected the "Page from Sample > Mobile Starters > jQuery Mobile with Theme(local) and DW created a file with paths pointing to the local copies of jquery-mobile2 folder.
    4. File > Save As and point to a folder and hit save and DW opens a dialog box asking me if I want to copy the 2 CSS and 2 JS files mentioned above.
    So I hit "Copy" and it saves the HTML file and also copies the 2 CSS and 2 JS files. But when I open the HTML file created, in my browser, there are no images displayed. I checked the folder and although DW has copied the other files it has NOT copied the images folder. I have to manually copy the folder across and only then will the images display corrctly in the page.
    This appears to be a bug in DW CS8 and its handling of the JQMobile template.
    Is there a proper solution other than remembering to manually copy the images folder or can this be noted as a bug and corrected as I want to use the latest version of JQMobile.

    Fixed it myself. I realized that I needed to leave <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/> in index.html and to add a new line <link href="jquery-mobile/y_theme.css" rel="stylesheet" type="text/css"/>

Maybe you are looking for

  • Cannot load Safari 6.1 on Macbook Pro

    Okay... so I have in my Applications folder on my Macbbok pro Safari 7.0.4 but I have OS X 10.8.5.  When I try to launch, it says the version of Safari can't be run.  So when I try to download Safari 6.1, the Safari app in my applications folder does

  • I can't print. the accept of terms from the e print won't come off the screen

    The eprint accept terms shows up on the screen.  when I hit ok nothing happens and now I can not print

  • WDS 2012 standalone mode command line configuration

    To configure WDS on command line I can run this: wdsutil /initialize-server /reminst:E:\RemoteInstall However, I'd like to initialize WDS in standalone from the command line. Any ideas? Thanks!

  • A gap between iViews in a page

    Hello all, Usually the topLevelNavigation is in the framWorkPage as an iView. We created a new page (wide:narrow) in the wide column inserted the topLevelNavigation iView, in the narrow column: our company logo. The problem: there is a gap around bot

  • Leopard for FCP 7

    So I recently installed Leopard 10.5.1 on my computer in order to install FCP 7. I thought 10.5 or higher was the least I needed, but when I went to install FCP 7 it said I needed 10.5.6. Bit confused as a lot of people told me 10.5 would do it.