Hello
I have a scoped jquery ui theme for my page styling.
I want to use an unscoped ui component WITHIN this layout ( the user will be using the themeswitcher utility to customize the look of their 'custom component'. )
like this
<div class="my-theme">
content and a bunch of widgets here
<div class="unscoped-theme">
...
I have a Silverlight 3 application containing six custom user controls. I'd like to load the colour scheme for these controls from an external resource.
The code and XAML containing a default colour scheme would be built in the XAP. Then a parameter on the object tag would contain a URL from where alternate colours can be dynamically lo...
I would like that the RSS entries titles be like this:
"this is the post title [category1, category4]"
In square brackets are listed the categories in which the post is filed.
I first modified the wp-feed.php file, but it's dirty: every wordpress update will erase my changes. So i think i can do this via add_filter. I set it up like t...
i created a module that generates a small form.
I also made a function that should theme the form, overriding the standard theme.
But form some reason it doesn't call the theme_ function. Am i forgetting something?
function mailinglist_menu() {
$items['mailinglist'] = array(
'title' => t('Beheer mailinglist'),
'page callback'...
I've been trying to setup a very simple example using jQuery themes. I haven't been able to get it to work. I want to use the same themes to format some links and buttons so that they blend in when I bring dialogs and others. So far I have this very simple example which does not render correctly:
<!DOCTYPE html>
<html>
<head>
<...
Hi,
Is there any possible way to apply jquery theme (theme roller) to PHPBB forums?
Any help?
Thanks in advance
...
Hi!
I'm trying to set up a very basic subtheme with Drupal. I've been led to believe that the subtheme will inherit the settings of the base theme and the two themes will look almost identical.
Here are the steps I am taking...
Creating a new folder at '/sites/all/themes/sub_theme_name'.
Creating the info file 'sub_theme_name.info...
Hi,
I am using Jquery Ui panels.([http://code.google.com/p/ist-ui-panel/][1])
While loading the application, everything is fine like collasible, draggable etc.
But i want to make the panel collapsible while clicking on some links.fo ex:
This code will run when the form is loading....
$('#myNews').panel({
'collapsible' :true,
...
Are there any good vendors out there that supply good ASP.NET themes/skin suites? Are there any graphic artists out there that have a suite for sale? I'll be first to admit that developers are not artists (even though we think we are) and am looking for a nice drop-in theme created by talented designer(s). I'm not looking for a fancy ...
Hi,
I have a managed application TestApplication.exe in C# and Application.EnableVisualStyles() is allready called.
I have a Class Library MySharedCode.dll also in C# which uses [DLLImport()] to import some External dialogs out of an unmanaged dll.
Well, now I am using (add reference) MySharedCode.dll in my TestApplication.exe and cal...
Hi,
I have some html files with their own css. I want to use them in a gwt application so i copied the html and the css files in the application.
The problem is when i open the html it uses the gwt theme style. For example in my css the html 'body' background color is black, but it looks white unless i deactivate the theme.
How could ...
Hi all:
First of all I must say I am more a programmer than a designer, so my knowledge and capability for designing a "fancy" interface is not on par with a normal web designer.
I often come in situations like customers want me to finish their blog - or mini CMS ASAP. And their first preference would usually be WordPress. No offense, ...
I would like to add thesis theme to my blog in wordpress.When i am editing theme from thesis option it change only the built in html.How can we give the same effect to our html also.
...
Hi, I'm very new (second day!) to android and working my way through the dev guide. There, it says that you can reference attributes inside the current theme from your XML by using the form "?...", for example
<?xml version="1.0" encoding="utf-8"?>
<EditText id="text"
xmlns:android="http://schemas.android.com/apk/res/android"
an...
Hi I have Developped a VSTO Addin for office 2007> and a commandbar object model addin for same application to support office 2003.
in the VSTO Version i want to publish my own Themes through my application. and whenever PowerPoint is open and my addin is loaded, i want my custom themes to come in the design gallery? is it possible to ...
I am constucting a site using CSS that needs to be skinnable / brandable. In technical terms, for each "brand" I have a set of five color values in a database.
What I want to do is construct CSS files so that the color scheme of the entire site is unified and the colors are reused, so I can change the value in one place and it changes t...
Hey,
I just uploaded a test site on the following location : www.betterclassofleaders.co.cc/whackk
I am using a customised search block (customised through search-theme-form.tpl.php) but it does not work. If you type in a search term and hit Enter it will go to the search result page but without actually performing the search.
Searchin...
I need to insert the comment form directly to the node template (I use node-type.tpl.php to theme the node-type).
In related issue, if I go to /comment/reply/NID I get the comment form, but it's got only "preview" button, and no submit button. the Preview button does nothing when pressed on.
Thanks for the help!
...
Yes, this is again this question:
How can I change the font color of a TCheckBox (or any handled control) with Delphi7->Delphi2007 on a themes enabled application?
After reading a lot on the internet and on this site, I found 4 kinds of answer:
and Most populare (even from QC): You can't, it's designed like that by Microsoft.
Create...
I have a site with a bunch of categories. On each category archive
page, I'd like to show the category description in the sidebar.
I know I can create a sidebar for each category in sidebar/:
cat-category1.php
cat-category2.php
But that seems to be a bit overkill.
Is there a way to have a
'generic category archive sidebar,' -- on...