Themes and theming can be used to give another look and feel to existing UI and has a close relation to templating.

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

missing wordpress data in custom child theme

Here's my problem: Certain wordpress driven dynamic information is missing from the single post pages when I view a post article. This includes the recent posts, side menu and the author information. ...
0
votes
1answer
16 views

Why does my custom wordpress loop behave weird?

I have made a custom theme, and some custom page templates. Two of the templates have the same loop. They both list the sub-pages of the parent page. Somehow after 5 sub-pages the loop decides to ...
1
vote
1answer
9 views

Admin changes themes

I am making a web-app which admin can change the themes. So I have 2 css files, style.css and style2.css. In my application_helper I have def set_themes(themes) @themes = themes end in ...
0
votes
1answer
22 views

Theming GTK CSS doesn't work properly

I have a Python/Gtk+3.0 application with the following layout Gtk.Window Gtk.Box CustomClass : Gtk.ScrolledWindow Gtk.ViewPort # created automatically Gtk.Grid Gtk.Box # ...
2
votes
2answers
28 views

Android App Development - Theme Trouble

My first question :-) So recently I took up app development, and was going through the tutorial posted here: http://developer.android.com/training/basics/firstapp/index.html I finished part 1 - ...
3
votes
2answers
30 views

Android themes trouble implementing the simplest: custom per theme color

I'm a beginner in Android development and, although coding makes perfect sence, android themes IMHO don't I have trouble implementing this simple task: I have (for example) a color named "blah" ...
0
votes
1answer
30 views

Custom post type with pagenavigation not working

I have been struggling all night to make this work, but it seems that I can't find the problem. I'm using Bootstrap to make a new theme, and along with it, I have a small piece of code for custom page ...
0
votes
1answer
14 views

Theme Issue with PreferenceActivity

in my app I let the user choose which theme he wants to use (dark or light). The themes are defined in my styles.xml as followed: <style name="but" ...
0
votes
1answer
31 views

How to apply JTatto themes on JFrame using Swing

I am trying to apply a JTatto look and feel in my swing project. The theme is being applied on some forms but on others the controls aren't working properly. They are overlapping on top of each ...
0
votes
1answer
13 views

Migrating from WebForms to MVC - Themes issue with common Master pages

I'm in the middle of migrating from an WebForms app to an MVC app. Since this needs to be done over time, WebForms and MVC will live side-by-side with all new pages in MVC and we will slowly ...
-1
votes
1answer
24 views

Opencart registration page State/region dropdown doesn't load

I'm using opencart 1.5.1 with the theme *crista_blue* which according to their website is compatible with opencart 1.5.1. A very similar question was asked here: -SOLVED- Opencart can't load ...
0
votes
2answers
24 views

Setting Style of underlying TextViews in style.xml

How is it possible to set the Style of a TextView Child of a LinearLayout via style. Something like this: <style name="MyLinearayoutStyle" parent="MyParentStyle"> <item ...
0
votes
0answers
14 views

Wordpress Site Navigation Menu li Title Not Visible

Please help me: I am facing a problem with the site: http://scholatar.com/ In the navigation menu list item only the home link title "HOME" is visible but other list item's link title are not ...
0
votes
2answers
34 views

apply custom theme in activity for every edit texts

I want to change background shape for all edit texts in my app. I created xml file in the drawable folder like this. <shape xmlns:android="http://schemas.android.com/apk/res/android" > ...
0
votes
1answer
18 views

Direct a portfolio item to the single project and disable the ajax script wordpress theme

At the moment on my portfolio page you can click on a portfolio item and a ajax container pops up. And in this container you can click on a button to go to the project and read more details. BUT I ...
1
vote
1answer
25 views

How does Liferay knows theme is incompatible with it?

I have theme that runs ok on Liferay 6.1 / Tomcat 7. I have tried to migrate this theme to Liferay 6.1 / Tomcat 6. The only change I made was changing web module facet to 2.5 <installed ...
0
votes
1answer
14 views

How to change Eclipse project explorer background color?

Can someone direct me to the preferences location for changing the color of the Project Explorer window in Eclipse Indigo?
0
votes
1answer
11 views

Wordpress server error when activating new theme

Every time I activate a theme I have downloaded, I get a server error 500 This has happened on many different themes, not just one. Most recently used Starkers which is a trusted theme I have used ...
0
votes
1answer
17 views

phpstorm: change colour of current search match

I want to change the colour of the current match when searching, as the scheme I'm using (Heat of the Night) doesn't stand out very well (black on grey). In Editor -> Colors & Fonts -> ...
3
votes
4answers
740 views

How to change or add theme to Android Studio?

I have just installed Android Studio in my Window 7 64bit. When I launch the application the background of the screen where we write the code is white. I would prefer black or any other color. I am ...
0
votes
0answers
17 views

Wordpress post nav in ajax for second loop of custom post type

Im searching over internet whole night and it seems that i have very unique idea for my wordpress theme and i can't find solution. Im building wordpress movie type theme. And on home page i want to ...
1
vote
1answer
28 views

Create minor gridlines in ggplot2 for categorical data

I would like to add minor gridlines to categorical data on plot produced with ggplot2. For example, library("ggplot2") data<-data.frame(xcategory=rep(c("a","b","c"),each=30), yvalue=c(1,3,6)) ...
-1
votes
0answers
16 views

sharepoint 2013 css and templating - web vesion [closed]

Is is possible to either create a new template from scratch or modify the existing CSS of a current site style (the url https://mysite.sharepoint.com/_layouts/15/) Is there anyway to FTP into the ...
0
votes
2answers
32 views

VAADIN cannot find themes when in productionMode

I have custom theme for my VAADIN application in src/main/webapp/VAADIN/themes/mytheme/ with files mytheme.scss and styles.scss. Everything works fine when the vaadin productionMode deployment ...
-1
votes
0answers
7 views

What is current codeacademy color theme? [closed]

I am doing JS course on CodeAcademy and their theme colours are awesome. They are using Ace editor, however I could not figure out which exact theme it is. Theme screenshot, could Zou help me figure ...
0
votes
2answers
16 views

Uploading a completed WP site without redoing the design/theme part

Am wondering if there is anyway to clone/move the whole WP site I've design as it is? Would like to avoid the idea of restarting all over again with the slider setting, colours, theme config, menu? ...
0
votes
0answers
10 views

Hiding a particular category in a particular theme in Magento

How can i hide a particular category from showing in a particular theme. Like i donot want to show a particular category for the mobile theme. Is there any option in the backend for such a ...
1
vote
0answers
20 views

WordPress Theme .pot Language File

I've purchased a WordPress theme which has a .pot language file at below path: ./wp-content/themes/THEME_NAME/include/languages/THEME_NAME.pot I've translated some phrases by Poedit software ...
0
votes
0answers
5 views

How to get the default settings theme for my PreferenceActivity?

How can I make my application settings menu look like default android setting menus (blue bar on the top, dark blue background headers, black background, etc., (I'm using JB))? Which themes I have to ...
0
votes
2answers
22 views

Insert Image into Wordpress child theme hgroup using CSS

I'm working on a child theme of twentyeleven. I would like to insert a header "banner" image, which includes the company's logo, in addition to the already existing image slideshow in the header area. ...
1
vote
2answers
21 views

Why populr.me theme dummy content not coming?

I am trying to build a theme using populr.me. I downloaded few themes from github. I ran them in localhost. These theme should fetch dummy-contents from lorem ipsum, and also should fetch images. But ...
-2
votes
0answers
20 views

developing an wordpress theme with roots theme [closed]

I've started developing a new wordpress theme with roots theme. Can anyone have me a introduction how that thing works or any resources that can help me. I've been googling but not getting any robust ...
0
votes
0answers
41 views

Set custom theme in Android List Preference

In my Android app, I am using various custom themes in different activities, all of which work fine. All these themes use the same custom styles for buttons, edit controls etc. My preferences use ...
0
votes
0answers
42 views

Bender Theme on OSClass.org Search Sidebar Issues

I have chosen osclass.org over many popular listing/directory scripts and so far it looks very promising. As a newbie to osclass I'm facing this little error concerning search-sidebar.php in Bender ...
0
votes
0answers
32 views

Wordpress: Paging (nextpage) not working

I am using the 'Enterprise Theme'. Some of my posts are quite big. So i want to do Paging via Next kind of links. So in html mode in the post, i added the following tag: <!––nextpage––> in my ...
1
vote
0answers
42 views

problems with emacs color themes, set-fontset and font-lock

I use the following to ensure that lambda symbols etc are displayed using a specific font (set-face-attribute 'default nil :family "PragmataPro") (set-face-attribute 'default nil :height 130) ;; ...
0
votes
2answers
36 views

Twenty Twelve as a starter theme

I'd like to use Twenty Twelve as a starter theme for a website. My question is: do I have to rename all twentytwelve_* functions found in the theme files or is it enough with changing the Theme Name ...
1
vote
1answer
50 views

Create two separate themes in an app

I've been using custom styles and I was doing fine but now I'm confused on how to use completely different styles for widgets such as CompoundButtons, Spinners, ImageButtons, etc.. I have custom ...
0
votes
1answer
20 views

WinRT User Selectable Theme

I have a WinRT Application, and I would like the user to be able to select themes, can I define other theme's, besides Light/Dark?
1
vote
0answers
41 views

Android Dark Theme with Light ActionBar (Sherlock Compatible)

Maybe its just me being stupid, but I have struggled to implement a custom Theme, which is Dark and a Light ActionBar. We have access to Light with Dark ActionBar, but not the opposite. I dont know ...
0
votes
1answer
25 views

How do I keep the child menu open when loaded?

we are using a pre-built admin theme called "Acme Dashboard." When the user clicks on a dropdown child and the child page loads, on the next load the menu item collapses. How can we force the menu to ...
1
vote
1answer
30 views

display featured image in post - wordpress theme

I have installed wordpress on my local wampp server. The question refers to the default theme that comes with wordpress after the first install(twentytwelve). I have created a test post and I am ...
1
vote
0answers
140 views

Android ADT Eclipse (Juno) How to apply Dark UI Theme?

Hello I downloaded the Android ADT (Eclipse) I have found this theme: https://github.com/rogerdudler/eclipse-ui-themes The instructions provided are as follows: Download the ZIP package and ...
1
vote
0answers
60 views

Include an existing CSS file in custom extjs theme

I have an existing CSS file that I would like to include in my ExtJS production build. I am using a custom theme. I know I can go to MyApp/packages/myCustomTheme/sass/etc/ and use an @import in the ...
-1
votes
1answer
19 views

Can I have same WordPress theme name as an existing one?

I came up with a good name(as I thought) for a WordPress theme that I want to create. Unfortunately, I found another WP theme using the same name after googled it. My theme will be free and only ...
0
votes
1answer
21 views

VirtualizingStackPanel not aligning menu items vertical on applying theme

Before applying WPF theme - BureauBlue.xaml theme, I can see menu items aligning vertically with the below code: <Menu.ItemsPanel> <ItemsPanelTemplate> ...
0
votes
1answer
17 views

Custom footer html tags

In my Evolve theme, there is a section to custom the footer with the following text: Available HTML tags and attributes: <b> <i> <a href="" title=""> <blockquote> <del ...
0
votes
2answers
34 views

Hiding ActionBar in Android 3.0

I want to hide the title/action bar in my Android Application. I have different themes for different Android Firmware. This is in my manifest which references the theme.xml files... ...
0
votes
3answers
29 views

Windows Phone - Set dark theme for application

Is it possible to set the whole theme of an application to the dark one from the phone settings?
-1
votes
0answers
52 views

WordPress Theme - Migration from Zurb Foundation 3 to 4 [closed]

I have inherited a WordPress theme done with Version 3 of Zurb Foundation. I'd like to upgrade it to Foundation 4. I do understand that Foundation 4 has a lot of changes that need to be implemented ...

1 2 3 4 5 52