Unable to change the UI Theme 11 Years, 9 Months ago
|
Karma: 0
|
Using the ARI JQuery UI Loader system plugin, I do not seem to be able to change the UI theme. Here is my situation.
Local Test Host
===============
jQuery = 1.2.6 (no other choice), jQueryUI = 1.5.2 (no other choice)
If I change the 1.5.2 theme (11 choices), nothing happens
If I change the 1.7.2 theme (3 choices - lightness, darkness and smoothness) the UI changes
QUESTION: Why do the 1.7.2 options work, even though I cannot select 1.7.2?
QUESTION: Why do the 1.5.2 options not work, even though I have 1.5.2 selected?
Main Host
=========
jQuery = 1.2.6 (no other choice), jQueryUI = 1.5.2 (no other choice)
If I change the 1.5.2 theme (11 choices), nothing happens
If I change the 1.7.2 theme (3 choices - lightness, darkness and smoothness) nothing happens - actually, it seems to show the correct UI for a split second and then reverts to grey (smoothness).
QUESTION: Why do neither the 1.5.2 nor the 1.7.2 options work?
Any help would be much appreciated.
|
|
|
|
|
Re:Unable to change the UI Theme 11 Years, 9 Months ago
|
Karma: 760
|
Hello,
"ARI JDatTable" plugin is used jQuery UI themes v. 1.7.2. v. 1.5.2 is used by "ARI JAccordion" and "ARI JTabView" plugins.
If a theme is not applied on your main site, check that "Using jQuery UI themes" parameter is set to "Yes" in "ARI JDataTable" plugin settings. If it doesn't help, it can be a javascript conflict with a 3rd party extension. We can investigate the problem if you provide a link to a page where we can see it.
Regards,
ARI Soft
|
|
|
|
|
Re:Unable to change the UI Theme 11 Years, 9 Months ago
|
Karma: 760
|
Table header styles are overridden by site template styles. See the following CSS rule a site template file:
.component-content th {
background: none repeat scroll 0 0 #EBEBEB;
border-bottom: 2px solid #DDDDDD;
font-weight: bold;
padding: 5px;
}
Regards,
ARI Soft
|
|
|
|
|
Re:Unable to change the UI Theme 11 Years, 9 Months ago
|
Karma: 0
|
I have the same template on both my test site and my host. Why would the selected theme work on one and not on the other?
|
|
|
|
|
Re:Unable to change the UI Theme 11 Years, 9 Months ago
|
Karma: 760
|
Probably you load a table in another place on your test site.
Regards,
ARI Soft
|
|
|
|
|
|