Questions tagged [themeroller]

ThemeRoller is a web app that offers an interface for designing and downloading custom themes for jQuery UI.

ThemeRoller is a web app that offers an interface for designing and downloading custom themes for jQuery UI.

You can find ThemeRoller in the Themes section of the jQuery UI site.

119 questions
0
votes
1 answer

Maven rewrite filter for Primefaces CSS Theme generated with ThemeRoller

I'm creating custom themes for PrimeFaces with ThemRoller. Each theme is related to a single maven artifact and the jar is created perfectly with the maven-resources-plugin. The theme is generated with URLs like…
Thor
  • 6,607
  • 13
  • 62
  • 96
0
votes
2 answers

jQuery not working with hash in URL

Using jQuery Mobile with ThemeRoller theme, the accordion menu delivers a URL with hash when "Cake Sizes" is clicked. The ThemeRoller theme does not load with has in URL.

Cakes

sandraqu
  • 1,428
  • 1
  • 14
  • 31

0
votes
3 answers

jQuery UI ThemeRoller Developer Tool

What is 'jQuery UI ThemeRoller Developer Tool' Use For ? I have this tool as the jQuery website said to Firefox toolbar. it said : after that i opened a website. i clicked on the jQuery UI ThemeRoller on toolbar. jQuery Theme Roller Opened. but…
Shahin
  • 12,543
  • 39
  • 127
  • 205
0
votes
1 answer

jQuery CSS themeroller

I want to take an icon from the jQuery Themeroller and implement it as a button. Then, when I click the icon, it toggles between one color and another color. This is in Ruby on Rails. How should I do this?
Justin Meltzer
  • 13,318
  • 32
  • 117
  • 182
0
votes
3 answers

Is there a way to use the jQuery ThemeRoller with ExtJS

We are using jQuery and ExtJS in a project. ExtJS's custom theming capabilities are very weak and I would LOVE to utilize the jQuery theming engine with Ext. Does such a thing exist or would it be strictly manual and painful process?
Zacho
  • 831
  • 11
  • 19
0
votes
1 answer

jQuery UI 1.7.2 vs jQuery 1.8.5 - do I need to change my 1.7.2 theme created by themeroller?

I am switching to jQuery 1.8.5 and was wondering if there's anything there that might break my jQuery UI 1.7.2 theme created by themeroller. Do I need to create a new theme (because of new effects, etc) or can I just re-use my old CSS files? Thanks!
Scott Yu - builds stuff
  • 11,673
  • 8
  • 42
  • 55
0
votes
1 answer

JQuery ThemeRoller custom theme further customisation

I have created a custom theme with ThemeRoller. I would now like to customise the checkboxes so that their active state is a different colour to the 'clickable: active state' which was chosen in the ThemeRoller. Despite trawling the various css…
Bazley
  • 2,699
  • 5
  • 36
  • 61
0
votes
2 answers

Trying to toggle between two icons

I initiate two buttons (I'm using the JQuery built in CSS themeroller): $( ".upArrow" ).button({ icons: {secondary:'ui-icon-circle-arrow-n'} }); $( ".downArrow" ).button({ icons: {secondary:'ui-icon-circle-arrow-s'} }); I want to be able to toggle…
Justin Meltzer
  • 13,318
  • 32
  • 117
  • 182
0
votes
1 answer

ThemeRoller integration jQuery UI

I cannot get jQuery UI to apply my theme downloaded from ThemeRoller. I think I have made some sort of error in the ordering of my calls to CSS and JS or else perhaps Bootstrap is interfering with my jQuery UI custom CSS. I have checked all the…
Nayfin
  • 385
  • 3
  • 11
0
votes
1 answer

auto complete jquery don't work in opencart new theme

I have problem in new theme I have installed in OpenCart 2.1 in affiliate/tracking.tpl the autocomplete field doesn't work. The problem is a conflict between theme/stylesheet and the jquery library. I tried to change jquery library but it still…
H.H.e
  • 21
  • 1
0
votes
1 answer

J Query, CSS, themeroller not working

I am trying to link the style sheet using the theme i created on theme roller but when i added the links into my html code the theme does not load. The theme which i have selected is theme a, so i dont think it is that. Any help would be…
0
votes
1 answer

How to organize and implement multiple jQuerymobile themes in one application?

I'm implementing jquerymobile themes via themeroller shared. I have applied two swatches a and b buttons are blue but flip switch is orange. How can I apply both themes in one page? I have tried this:
skhurams
  • 2,133
  • 7
  • 45
  • 82
0
votes
1 answer

ui-icons not displaying on custom primefaces theme

I have created a custom theme using JqueryUI ThemeRoller, then I converted it into a jar file, installed in my maven repositoty and appointed it into my jsf 2.2 project just as described on primefaces documentation. Actually everything works fine…
Marcos J.C Kichel
  • 6,887
  • 8
  • 38
  • 78
0
votes
1 answer

Themeroller jQuery script does not work with Meteor when inside #if currentUser

I have Meteor project and would like to use themes from Themeroller, especially the Tabs-widget to start with. Everything works nicely until I add {{#if currentUser}} {{/if}} around the tabs div. Instead of getting tabs I get just normal…
JaSal
  • 3
  • 1
0
votes
1 answer

Applying Theme in Primefaces 5.1 via primefaces.THEME doesn't work

I am trying to get the downloaded Dark-Hive Themeroller theme for a PrimeFaces project going but can't figure out why it won't show...Looking into the html source code I always see Aristo theme, which I believe is the default PrimeFaces theme. I…
Cerbenus
  • 213
  • 3
  • 11