NetTalk Central

Author Topic: Anything changed With JQuery Themeroller?  (Read 4929 times)

Neil Porter

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Anything changed With JQuery Themeroller?
« on: October 02, 2014, 08:16:52 AM »
I've tried to roll my own theme today.

I noticed that the files included in the zip file that I've downloaded from JQuery look a little different to what I've seen in the past, and it looks like the query-ui.css file no longer has the version number in it.

I've taken this file, and the images folder, and I've created a new subfolder in the themes folder and added the files as I've done in the past.

I recompile my app, and make sure gzipall.bat runs.

I get all the extra files appearing that the gzipall.bat creates, so everything is looking good, but when I run my web server and specify that it should use my new theme at runtime, the theme just does't look anything like I created on the JQuery site.

Has anyone else seen anything similar recently?

Regards,

Neil.
Clarion 11.0.13244
NetTalk 11.04

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Anything changed With JQuery Themeroller?
« Reply #1 on: October 05, 2014, 11:21:37 PM »
I haven't noticed anything myself - but perhaps send me the theme you've made and I can take a look at it. (it contains a URL to re-create the theme at Themeroller, so hopefully I should be able to spot the differences you are seeing - or better yet highlight one or two things that you've noticed...)

cheers
Bruce

billbarker

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Email
Re: Anything changed With JQuery Themeroller?
« Reply #2 on: March 10, 2015, 03:56:21 AM »
Rather than download the latest version, I downloaded the nearest to described in the docs, jquery-ui-1.10.4.custom, which does look more like described.

I followed the instructions in the Orlando Video, which when I re-compiled did NOT do the xcopy... but I carried on anyway, needless to say I got a very BASIC style (no css), so I tried the 'extra bits' in the documentation... the GZIPALL  (run in may base app folder), and copied the 'rolled' images to the \web\styles\images... STILL no joy.

I guess I've missed a stage.

Any pointers?

Thanks

Bill

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Anything changed With JQuery Themeroller?
« Reply #3 on: March 10, 2015, 06:05:48 AM »
Hi Bill
Just ran a test on the below which works
If you download as version 1.11.3 and extract the file then rename the extracted folder to what you are calling the theme. I downloaded chocmint (because of the contrast) and thus renamed the jquery-ui-1.11.3.custom folder to chocmint.
I would suggest you test this is web example 3 since there is the runtime settings procedure there allowing you to test without changing your webserver settings
Copy the chocmint folder into the web\themes folder and generate or compile the application,
From what I can see there are files and folders not required but I haven't touched any of them.
You don't need to rename any files.
« Last Edit: March 10, 2015, 06:08:57 AM by terryd »
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

billbarker

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Email
Re: Anything changed With JQuery Themeroller?
« Reply #4 on: March 12, 2015, 05:29:09 AM »
excellent.. thanks

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Anything changed With JQuery Themeroller?
« Reply #5 on: April 15, 2015, 01:31:05 AM »
Just a heads up/update
I found that I was getting a jump on the screen as I moved from field to field in my login form. Also in my browse I didn't have the bar that highlighted the selected record.
Looking at  the gzipall.bat in the themes section I see that two files from the theme folder are added to theme.fat.css. The jquery-ui.css exists in that folder but the nettalk-ui.css doesn't.
I copied that file from one of the other themes (shoestrap3) into my them folder and ran gzipall again.
Both problems went away.
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186