JQuery Mobile theme - Dreamweaver is working but not online

I created a new JQuery Mobile theme in Fireworks CS6: orders - JQuery Mobile Theme - create new theme. Then exported the theme in a folder where I design a new mobile application (export theme - JQuery Mobile Theme - orders).

"I open 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 the files to the server that hosts my site. But when I view in Firefox or on my Samsung phone, index.html doesn't include any CSS formatting. (He had worked in line with the CSS formatting when I had edited just manually color codes in some places in jquery-mobile/jquery.mobile.theme-1.0.min.css)

If I find index.html as a file on my computer in Firefox, css works perfectly. But when I download the contents of the folder on the server that hosts my site, it's not.

I would be grateful for any input on what I'm doing wrong.

Thank you

Fixed it myself. I realized that I had to leave index.html and add a new line

Tags: Dreamweaver

Similar Questions

  • WRT54G - Internet connectivity failure - everything seems to work, but not online

    I have a WRT54G V8 router, who is 18 months old. Its used by 3 laptops to connect to the Internet (Wi - Fi all). All 3 laptops unable to connect all of a sudden. Steps are taken to solve the problems, still no luck. Please suggest if something else can be done.

    1. first test was to remove the router and connect a computer directly to the modem via a LAN comcast cable. Internet is available

    2. I have hard reset the router and configured again. No luck

    3. check the connectivity to the Internet through ports 1 to 4, no luck

    4. I can see the available signal and connect to the network, but not internet connection. I see the cell as shown (all dynamic) IP address obtaining

    5. I upgraded the firmaware to 8.0.6 version and and not set up once again, no luck (same as step 3 & 4)

    6. removed the WEP security, does not

    7 soft reset on the router (via the admin page reset to factory settings), no luck

    LED status

    Power - on and yellow

    Cisco - on

    WAN - SUITE

    Internet - ON and flashing

    Lights of port - when a laptop is CONNECTED

    I see the excellent signal strength and all laptops can connect to the network, but cannot go online. Google chrome shows a message hosting "solve" until timeout. Laptops show a 192.168.1.XX IP address. 4 ports are also not connect to Internet (mobile one GETS IP address via the ports as well)

    I have no other options left. I've seen a similar thread here (http://forums.linksys.com/linksys/board/message?board.id=Wireless_Routers&message.id=2288), but no response. Please suggest what to do next.

    Okey, I finally found the problem. His Modem.

    Router is not able to get the IP address of the modem if the modem is started first and then I plug the internet cable to the router. But if I keep the router and modem connected and then reset the modem while keeping the router powered on, the router receives an IP address.

    And in both cases, if I connect the laptop with the modem directly, computer laptop can connect to the Internet.

    I bought a new router (WRT54G2) thinks that the problem is with the router, and I can reproduce the same behavior with both routers constantly.

    Make sure you modem is Motorola surf.

  • Animated border code in Dreamweaver jquery mobile theme?

    I have trouble getting my Edge file animate to work on my website in Dreamweaver jquery mobile theme. I was told to get my file code animate and put it in my dreamweaver site. A bit like this... copy the code of execution of Edge, paste into web site < title >. Then to copy div phase code and paste it into my site in the content div. I can't make it work. So it appears white.

    OK, I got it. I did that much more difficult so he had to be. If anyone has this problem, you simply publish your project in Adobe Edge animate, then save them in the folder you use for your Web site. Then, in Dreamweaver, you can insert media, search for the file and insert it. All right.

  • Cannot run the BlackBerry 10 jQuery Mobile theme kitchensink

    I downloaded the BlackBerry 10 jQuery Mobile theme and I wanted to try how it works on the Dev Alpha.

    I created this config.xml file


    http://www.w3.org/ns/widgets ".
    "xmlns:RIM ="http://www.blackberry.com/ns/widgets"
    version = "1.0.0.0" rim: header = "JQKS" >
    http://www.dandandin.NET/ ".
    RIM: copyright = "Copyright 2012 Dandandin.net" > Dandandin.net ".

    JQ Kitchensink
    An application to test jquery

    and I put it on /kitchensink

    Then I packed /kitchensink and loaded on my dev alpha, but I get this:

    I can press OK, but the application is frozen.

    If I load on my local Web server and browse the dev Alpha it works, what's the problem?

    Make it work, you must upgrade to the latest SDK 1.0.3.8.

    I had 1.0.2 and it did not work.

  • Able to add colspan with jQuery to table on one page, but not the other.

    I am able to use jQuery to add an attribute colspan to one of the rows in the table on a regular with products catalog page, but when I try to do a catalog that has instead of product catalogs, I see not the colspan attribute when I inspect the lines of the table.

    The catalog I'm talking about is http://www.thesanfordcenter.NET/suite-menu . The catalogue is secure. I have set up a temporary account and a password if you want to view the pages.

    ID: test

    Password: account 1

    I wonder if this is a problem with my jQuery or maybe what layout, I have jQuery on. Any help would be appreciated. Thank you.

    This page has some errors coming JavaScript on it.  If you press Ctrl-Shift-J or Cmd-Shift-J on a Mac in Google Chrome you will bring up the javascript console.  Anything in red is usually a javascript error or a 404 error for assets that are not found... you should always try to clean them.

    In this case, your "expstickybar.js" file is loaded on this page, and he introduces a "jQuery.noConflict (); statement that basically removes the possibility of using the variable ' $' as a quick trigger jQuery methods.  This is not the case on the pages of your catalogue main is because you only reference this script with a relative url: 'expstickybar.js', so when you are on your catalog at http://www.thesanfordcenter.net/suite-menu/appetizers page then it is looking for your javascript to http://www.thesanfordcenter.net/suite-menu/appetizers/expstickybar.js files so it is not find it is coming as a 404 error.

    A fast solution would probably be to try to remove or comment on this first line in expstickybar.js that says "jQuery.noConflict ();".  This might work, but it is also possible that it will break your expstickybar.js script. If this does not work, you should probably go into each of your statements of jQuery in your pages and wrap them up in a function that explicitly said to use the variable "$" for jQuery:

    (function ($) {}

    YOUR OLD JAVASCRIPT HERE

    (}) (jQuery);

    On a side note, also included two libraries jQuery in your site and that is never a good idea... you have jQuery 1.4.2 loading in the HEAD of your page or the page template and then you are also to load jQuery 1.6.2 in the BODY of your page or your page template.  You must use one or the other.  1.4.2 is old enough now, so if I was you, after you try to correct the mistake of jQuery.noConflict () you have got going, you need to move this jQuery 1.6.2 reference in your BODY element and replace it with jQuery 1.4.2 marked in your HEAD.

    Also - you should change your reference in your page templates to make the "expstickybar.js" a URL relative to the root instead of a relative URL of the file.  Change:

  • Someone has changed my password to Icloud and lock my phone by finding my phone app now, can't activate my phone I have to do. My apple ID still works but not my Icloud how can I reset the password

    Some * changed my password to Icloud and lock my phone by finding my phone app

    What should I do now, I can not activate my phone. My apple ID still works but not my Icloud how can I reset the password

    ACCOUNT SAFETY CONTACT NUMBERS

  • How to remove a domain controller that was removed from the Internet works but not demoted

    How to remove a domain controller that has been remove from the Internet works but not demoted

    got two domain controllers and been deleted but not retrograde

    can help pls

    Hello

    Your Windows is better suited for the directory on TechNet Services. You can follow the link to ask your question: http://social.technet.microsoft.com/Forums/en-us/winserverDS/threads

    I hope this helps.

  • I found an old vista home basic dvd with a key, how can check whether key works but not install it?

    I found an old vista home basic dvd with a key, how can check whether key works, but not install it? some dvd install can be live boot from themselves too [password required for a direct start?]?

    Hello

    You must install it to see if it is legal to do so.

    There is no public database of product keys.

    See you soon.

  • I have tossiba laptop when I try music on my laptop speaker works but not the headphones work even not pregnant

    I tossiba laptope when I try music on my laptop speaker works but not the headphones speakers not even extra work

    Hi rajuarman,

    -Headset works fine on other computers?

    -Have you installed the audio drivers on your computer?

    -Not the problem only occurs when trying to play music in Internet Explorer?

    Your question does contain all the required information necessary for us to help you. Please include more information to continue troubleshooting as a result.

    Please see How to ask questions and provide the information required to help others.

    In the meantime, check out these articles:

    Tips for solving common audio problems

    No sound in Windows

  • my animated biotech substance of edge is visible in the browser preview but not online

    This is the code on http://www.gelovenisgelukkigleven.nl/20%20juli%202013.html

    <! DOCTYPE html >

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 ">"

    < meta http-equiv = "X-UA-Compatible" content = "IE = Edge" / >

    < title > Martian van Velde < /title >

    <! - execution of adobe Edge - >

    < script type = "text/javascript" charset = "utf-8"src="20%20juli%202013_edgePreload.js" > < / script > "."

    < style >

    .edgeLoad-EDGE-1138148 {visibility: hidden ;}}

    < / style >

    <! - end of Runtime adobe Edge - >

    < / head >

    < body style = "margin: 0;" padding: 0; ">

    < div id = 'Stage' class = "EDGE-1138148" >

    < / div >

    < / body >

    < / html >

    What I ' m hurt?

    This isn't the reason. In a lot of links goog animation even does not work, as http://d368525-647.pem.kpn.net/begrafenis/begrafenis.html the same here: animation works fine in preview, but not online

  • new jquery mobile theme renders does not correctly

    So I'm finalizing certain things on a mobile website that is looking great! m.whitewatertours.com.. .but we wanted to make a few changes to the theming and used the jQuery ThemeRoller to do. But after downloading my new theme and apply our site looking for fabulous on a test page now looks like something a 5 years created!

    "I replaced the original < link rel ="stylesheet"href ="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css"/ > code within the Head tag with the new ones mentioned below respective pages... " (generated by the 'Add new css' button in DW6)

    Here is the page of the original beautiful appearance: http://m.whitewatertours.com/rafting-hot-deals.html

    as the test with ThemeRoller theme page: http://m.whitewatertours.com/rafting-hot-deals-css-test.html

    new code = < link href = "jquery-mobile/twt-mobile - theme.css" rel = "stylesheet" type = "text/css" >


    That I tested with a theme created from Fireworks CS6, always terrible looking...

    test the page with the theme of the FWCS6: http://m.whitewatertours.com/rafting-hot-deals-css-test-fw.html

    I feel that I must have done something wrong... but have triple checked everything I can think of!

    Jenny

    Jenny, the link to jQuery.mobile css is missing from your new page. Add this before line 7 (before calling twt-mobile - theme.css)

    http://code.jQuery.com/Mobile/1.2.0/jQuery.Mobile-1.2.0.min.CSS">

    -ST

  • Dreamweaver working in preview, but not online turnover

    I often use swap image for bearings. After making a few changes on my site to friends, I noticed that all the bearings has stopped working. I tried in all browsers, I tried to restore a file of time machine, I tried with a bunch of different images.

    So, I tried a very simple white page with a single image on it and the "Swap image" behavior applied. It displays both in preview and not online (Dreamweaver CS5.5)

    http://amypalma.com/test3.html

    Please help, I think I'm going crazy.

    Your file is corrupted.  All line breaks have been stripped clean to the application of your code.  Scripts cannot work this way.

    Try to use another like Filezilla FTP client to upload your pages.

    Also check the type of line break in your preferences.  See screenshot.

    Click OK.

    Access the commands > apply source format.

    Nancy O.

  • HP Pavilion g6: USB 2.0 works but not port to usb 3.0.

    Hello
    I got the problem like I said and port 2.0 usb works well but not 3.0
    port 3.0 gives the power but don't receive all the data to the computer.
    This happened after I installed windows 7, but it worked with windows 8.
    I tried to install the 3.0 drivers, but they do nothing.
    If this helps them more then my laptop: HP Pavilion g6 - 2203sa.

    Thank you.

    Hello

    Download and install the drivers for the AMD Chipset on the following link.

    http://www2.ATI.com/drivers/13-9_win7_win8_32-64_sb.exe

    When the installation is complete, restart the laptop.

    Kind regards

    DP - K

  • Website works perfectly in DW, but not online.  Can someone tell what I inadvertently hurt?

    Hello

    Just finished the site www.sheilaschaefer.com, which works in DW, but when I go online it seems to be something wrong on the portfolio.html page.  I can access paintings (Gallery/index), but not photos (gallery2/index) I get a message that does not find the Gallery XML.  Can I have two swf on one page and if so, is there a special way to integrate them on the same page.  I'm really confused as to why he works in DW with a preview in Safari, but not when uploaded to Safari.

    Any advice would be appreciated.

    Thank you.

    Like many people, I don't have a Flash plugin for the browser I tested (Firefox), so the pages gallery/index.html (paintings) and gallery2/index.html (photographs) both give an installation icon "you need flash.

    Flash is essentially dead for all but very specialized sites and should really be used on all modern sites. Use html5, css3, and javascript for interactive content.

  • jQuery more/less doesn't work do not

    http://digitaldealershipsystem.com/news-test.html

    I tried a lot of alternatives. I'm trying to have a more or less the button next to the text to display the paragraph which is hidden.

    Currently I have a 'show' command that is not practical in the scripts. (seen here: ) http://digitaldealershipsystem.com/news.html )

    Here is what I use:

    $(function() {})

    The height of the block content when it is not developed

    var adjustheight = 80;

    The text of the link 'more '.

    moreText var = '+ more ';

    The link text "less."

    var lessText = "-less";

    Sets the div. plus-bloc to the specified height and mask any content that overflows

    $(".more-less.more-block") .css ('height', adjustheight) .css ('overflow', 'hidden');

    The section added at the bottom of the div "more less".

    $(".more-less").append ("< class p =" continue"> [& hellip;] < /p > < a href =" # "class ="adjust"> < / has > ');

    $("a.adjust").text (moreText);

    {$(".adjust").toggle (function ()}

    $(this).parents("div:first").find (". plus-block").css('height',_'auto').css ("overflow", "visible");

    Hide the [...] when it is developed

    $(this).parents("div:first").find ("p.continued") .css ('display', 'none');

    $(this) .text (lessText);

    }, function() {}

    $(this).parents("div:first").find (". plus-block").css('height',_adjustheight).css ('overflow', 'hidden');

    $(this).parents("div:first").find ("p.continued") .css ('display', 'block');

    $(this) .text (moreText);

    });

    });

    And then in the HTML example

    Digital Concierge service < /p >

    < div id = "container" > < div class = "more less" >

    < p > your Concierge happened < /p >

    " < p > WEST PALM BEACH, FL. Service and experience customer is a top priority for the < a href =" http://digitaldealershipsystem.com/ "> digital concession system < /a >." This month, the company is improving it is offering based on the customer feedback by adding a Digital Concierge Service to the product line. < /p >

    < div class = "plus-block" >

    < p > DDSConcierge offer a solution for customers who want to have their screen maintained and updated, without having to access the software. This service updates the screens with sales,

    You can see in the source view.

    Thank you.

    You have links in your page for the .js files that are blocked by my firewall of the company...

    This will happen to other spectators of yours as well.

    You can download a copy of the files that these links are intended to point to your pages a link to the local version, then download them. If these files are never moved or renamed, you will lose them and the parts of your site that use them will stop working.

    I don't know if they have something to do with your current number, but it's something to think about.

Maybe you are looking for