themes

Magento 2 Design Theme tab is missing

。_饼干妹妹 提交于 2019-12-10 15:17:53
问题 Hi, I am trying magento 2 and struggling to install the new theme. Because Design Theme is not showing under Stores > Configuration > Design. 回答1: It has been moved to Content/Design/Configuration 回答2: Yes It has been moved to Content/Design/Configuration. check screenshot for more clarification Then you can select specific store if you have multi store. click edit action and in new window you can find search engine robots setting. 回答3: In Magento 2.0.x, you can configure the theme in Stores

Aptana Studio 3, build: 3.5.0.201312191422 theme - the currently displayed page contains invalid values

核能气质少年 提交于 2019-12-10 15:17:04
问题 What shall I do? I just updated Aptana and now the Theme part of the Preferences is not working anymore. Anybody with idea or suggestion? 回答1: I got the same problem. After updating Aptana to 3.5, whenever I looked at the themes settings, it crashed down saying. "the currently displayed page contains invalid values" Probably the new update has its own bugs for some reason. the only way to fix the problem is to downgrade the version of Aptana studio. https://wiki.appcelerator.org/display/tis

Transparent Navigation Bar for Lollipop app?

北城余情 提交于 2019-12-10 15:08:45
问题 What do I add to themes.xml to change the navigation bar to be more transparent? I can't find documentation for it anywhere. Thanks! 回答1: In your theme add the following line: <item name="android:windowTranslucentNavigation">true</item> Romain Guy has published a nice sample app that uses this API. Maybe it will help. (You might need to refactor some code since the project was originally written using the Android L developer preview). 回答2: Alex's answer is correct. You can use <item name=

Edit the Tab font in Moonrise Theme

自闭症网瘾萝莉.ら 提交于 2019-12-10 14:46:35
问题 I am messing around with the ui of eclipse right now and found moonrise theme found here https://github.com/guari/eclipse-ui-theme/blob/master/README.md . I like it much more than the Dark juno and those are really the only 2 i found. So the theme is great and all but the tab font is a little ... not me i suppose. I read how to change it is to go into the CSS file once you extract it from the jar file, but after that i dont know how to save the stuff as a jar file again and place it back in

Set activity screen orientation using styles

和自甴很熟 提交于 2019-12-10 14:22:21
问题 I'm trying to set activity screen orientation using a styles: Here is the styles.xml: ... <style name="Some.Activity" parent="android:Theme"> <item name="android:screenOrientation">portrait</item> </style> ... and here is activity declaration in AndroidManifest.xml: <activity android:name="SomeActivity" android:theme="@style/Some.Activity"/> and it doesn't work. I know that I can just set <activity android:name="SomeActivity" android:theme="@style/Some.Activity" android:screenOrientation="...

visual studio 2015 sublime theme

北城余情 提交于 2019-12-10 14:15:03
问题 Is there Sublime theme for Visual Studio 2015? For example for Visual Studio 2015 Color Theme Editor . Themes from Studio Styles not correct working with Visual Studio 2015. 回答1: The default color scheme of Sublime Text is Monokai by Wimer Hazenberg and I bet there are several attempts of porting it to Visual Studio. I'm not sure whether there's a full theme, since Sublime Text has very little of a UI that could be ported. Here are several that I found online: You can build Monokai (and other

Where to modify product page in a woocommerce theme

泪湿孤枕 提交于 2019-12-10 13:25:44
问题 I would like to modify the look of the item picker for multiple items. where can I find the file that holds this? 回答1: You can edit wp-content/plugins/woocommerce/templates/content-single-product.php or copy wp-content/plugins/woocommerce/templates/content-single-product.php to wp-content/themes/your-child-theme/woocommerce/content-single-product.php and edit the copy template to suit. The copy template will override the plugin template and you can update WooCommerce without losing your

Applying Styles Android

三世轮回 提交于 2019-12-10 11:21:53
问题 I want to make my Activity appear like a Dialog box, but without the title bar. So I think I should write this style myself. But how should this XML style be? I already tried the Theme.Dialog for my Activity, but the thing is, I don't want the background of the Theme.Dialog style. And without an label for screen. I has all the screen build by XML, I want just center it on screen and has a semi-transparent outside background. 回答1: Just do this <activity android:name=".MyActivity" android:theme

In Netbeans 6.9 and 7, how I change the theme (look and feel) to WIndows theme?

佐手、 提交于 2019-12-10 11:12:51
问题 How/where I change the theme to the Windows theme in Netbeans 6.9 and 7? Currently it's using the Metal theme. I've searched, but found nothing. EDIT: When I edit it's the Windows theme, but when I run the program, it's the Metal theme. 回答1: Find netbeans.conf file in $NETBEANS_HOME/etc. Locate the line starting with netbeans_default_options= . Add the switch --laf com.sun.java.swing.plaf.windows.WindowsLookAndFeel to it, before the ending " . 回答2: Try this. 回答3: NetBeans default look and

Change size of user/password login box

故事扮演 提交于 2019-12-10 10:50:35
问题 I don't know how to change the size of the login username/password boxes on the drupal site that I'm trying to build. I'm stumbling through the theming, and don't know where to find the file that needs to be changed in order to have boxes that fits the aesthetic (so a file path would be very helpful). I'm hoping it's a css solution. You can see the site first hand at innovatefortomorrow[dot]org and my firebug screenshot http://www.jonrwilson.com/user-login-form.png (I don't have enough