themes

How to change theme layout in Opencart?

狂风中的少年 提交于 2019-12-10 10:42:12
问题 Help me on how do i change the layout theme for opencart. I want to have my layout of my site. Thank you. I've tried changing the CSS but it didn't work. 回答1: First of all, check, are you which is theme layout using in your store? Go to Admin > System > Settings > Edit your store > Store Tab > & then check, you are which template selected here. (default or any other template..) Go to your site source > catalog > view > theme > default(the previously selected template) > stylesheet > & then

Custom spinner dialog for Android

余生长醉 提交于 2019-12-10 08:31:25
问题 How do I do a custom theme android spinner dialog? 回答1: This blog has an example that probably covers your question: http://www.mokasocial.com/2011/03/easily-create-a-default-custom-styled-spinner-android/ Edit: These blog posts has a pretty similar answer: http://karanbalkar.com/2013/07/tutorial-39-create-custom-spinner-in-android/ http://stephenpengilley.blogspot.no/2013/01/android-custom-spinner-tutorial.html The key to customizing an Android Spinner is to create a custom resource for the

collective.xdv and multiple theme files

Deadly 提交于 2019-12-10 06:56:28
问题 I am having different theme HTML files for different site sections. There are some major layout differences depending if the page is the front page, or a certain subsection. As far as I see the default behavior is just to have one HTML file: http://pypi.python.org/pypi/collective.xdv#usage What would be the best strategy to use multiple theme files, slight rule variations and collective.xdv? Plone 4.1b. 回答1: We usually just utilize plain xdv and use the rules.xml (or whatever you want to call

How to change theme from another app resource in android?

做~自己de王妃 提交于 2019-12-10 04:04:56
问题 I know there is a way to set themes by defining in styles.xml and use it like that setTheme(android.R.style.MyTheme); However, I want to get themes from another app which I developed as well. I know the resources names and actually I am able to get theme id with this code block; Resources res = getPackageManager().getResourcesForApplication("com.example.theme"); int resThemeId = res.getIdentifier("my_theme","style","com.example.theme"); When I debug, I see that resThemeId is not zero. Then, I

why does visual studio 2013 keep changing to dark theme

两盒软妹~` 提交于 2019-12-10 03:59:40
问题 I have visual studio 2013 - professional and it keeps changing my theme from blue to dark. Anyone have an idea why this is? Yes, I was logged in with a corporate account that is shared between a couple computers. 回答1: It sounds like Synchronized Settings are enabled in your Visual Studio, therefore it is trying to sync theme and other settings across different machines. Solution: In VS13, go to Tools -> Options -> Environment -> Synchronized Settings and then uncheck the "Enabled

How to make a default custom theme with ggplot2 in R

こ雲淡風輕ζ 提交于 2019-12-10 02:53:56
问题 When I try to apply a custom made theme using ggplot2 it get an error like: Error in FUN("text"[[1L]], ...) : Theme element 'text' has NULL property: family, face, size, hjust, vjust, angle, lineheight I think I must miss something basic here (my first try on creating custom themes). The theme was created based on theme_bw() : theme_new <- function(base_size = 12, base_family = "Helvetica"){ theme_bw(base_size = base_size, base_family = base_family) %+replace% theme( line = element_line

Change geom default aesthetics as part of theme component only

人盡茶涼 提交于 2019-12-09 16:28:46
问题 For a custom ggplot2 theme I'd like to change the default aesthetic of some geom , say I want red dots instead of black dots. From this answer I know we can change defaults for a geom using the function update_geom_default but I wonder if it is possible to change the colour only when we call theme_red_dots ? Example of my naive attempt: library(ggplot2) theme_red_dots <- function(...) { update_geom_defaults("point", list(colour = "red")) theme_minimal() + theme(...) } Looks good here: ggplot

How do the default color, font family and font size for a TextBlock and Label get set in an WPF app?

帅比萌擦擦* 提交于 2019-12-09 13:30:21
问题 Edit: I guess the question wasn't stated very clearly. It actually composes of 4 separate ones: How does a TextBlock get its default color, if the client app doesn't provide any style, either programmatically or through xaml? How does a Label get its default color? How does a TextBlock get its default font size and font family, if the client app doesn't provide any style, either programmatically or through xaml? How does a Label get its default font size and font family? BTW, the questions

User-switchable custom themes with Vue.js

为君一笑 提交于 2019-12-09 12:12:55
问题 I have a VueJS app that will come with many different themes (at least 20 or so). Each theme stylesheet not only changes things like color and font size, but also the position and layout of some elements as well. I want the user to be able to switch between these themes dynamically. So, at runtime, the user will be able to open an Options menu and select from a dropdown. What is the cleanest way to have many dynamic user-selectable themes in VueJS? I've thought of a couple of ways, such as:

Change themes in Vaadin 7 via code

China☆狼群 提交于 2019-12-09 06:02:52
问题 I am doing a project in Vaadin 7. In that I need to change the theme of a page. In Vaadin 6, there is a function called 'setTheme()'. so that I can change the theme using that function wherever I want in my code. But, In Vaadin 7, I couldn't find any like that. I know there will be a way to do it. And also how to apply changes on the UI when I change a theme? Will it be changed automatically? (or) ICEPush gonna help me? 回答1: In Vaadin 7 the method 'setTheme()' has been replaced with the new