Posts Tagged by themes
No resource found that matche the given name @style/Theme.AppCompat.Light
September 5, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I’m facing few problems related to the theme. In my manifest, I have the following code: <application android:theme=”@android:style/Theme.AppCompat.Light”> By using the above code, there is error No resource found that matches the given name ‘@style/Theme.AppCompat.Light’. Please refer to the image below that I’ve added the reference. If I remove the theme setting, I’ll receive runtime […]
How to theme an email template with vanilla forum?
September 1, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I wonder if anyone has ever themed an email template from vanilla’s forums ? I know how to theme the webpages but I can’t find the documentation concerning email … Asked By – 0x1gene Read Answers 0
How to extend the GXT Theme Builder to generate a theme with appearances for my custom components?
August 22, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I have created a few custom components that come with their own appearance interfaces. Since now I want to use the Theme Builder to create our themes I also would like to have it generating the corresponding appearances for my custom interfaces. Asked By – Constantino Cronemberger Read Answers 0
How to change bgcolor of active tab in chrome/chromium?
August 20, 2014 | Posted by forumadmin under TechQns |
Comments off
|
This question complements the question How to change web browser’s tab bar background color or image? It seems changing the whole tab bar bgcolor is not difficult, but how about changing the bgcolor of the active tab? It’s especially necessary when you choose light monochrome icons for your dark theme, i.e. when those light icons […]
Error installing the noobslab Dark Theme in Ubuntu 14.04
August 6, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I wanna install the noobslab Dark Theme in Ubuntu 14.04. I’m following the steps defined in the site http://www.noobslab.com/2014/05/delorean-dark-theme-updated-install-in.html but when I try the first step sudo add-apt-repository ppa:noobslab/themes I get the following error Cannot add PPA: ‘ppa:noobslab/themes’. Please check that the PPA name or format is correct. Can someone please guide me to install […]
gnome-terminal vim gruvbox
July 21, 2014 | Posted by forumadmin under TechQns |
Comments off
|
Just installed gruvbox color scheme for vim on ubuntu, but the color scheme is not fully supported in the terminal. It works fine on a fedora box. Do I need any additional settings? Asked By – ARI Read Answers 0
Theme Specific Applications only (In Special Banshee)
July 20, 2014 | Posted by forumadmin under TechQns |
Comments off
|
There. I have made a custom version of the Ambience Theme, that is in a light green color. Now, I want to darken up the banshee player a bit, that it doesn’t blind me at night. I found a file called banshee.rc in the gtk-2.0/apps folder of the theme. Is it possible to change the […]
Restore qt integration after removing KDE
July 3, 2014 | Posted by forumadmin under TechQns |
Comments off
|
Restore GTK integration after removing KDE; this shows how to remove the kde-theme for gtk, and now I want to do the same for qt-applications. I have tried qt4-qtconfig, and it does not work. Here is an example from a qt application (krita): As you can see the button has kde style, and id hadn’t […]
Theme gnome panel handles in flashback session
July 3, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I’m using the the gnome flashback session (metacity) in Ubuntu 14.04. The default theme is the ambient theme. If you set a gnome panel to not expand, the handles are looking ugly: How can I theme/change this? Asked By – tauran Read Answers 0
Problems with BURG on Ubuntu 14.04
July 2, 2014 | Posted by forumadmin under TechQns |
Comments off
|
i have installed Buc, Burg Manager and Burg works fine. When i reboot my laptop (Ubuntu 14.04 & Win 7), i get the Burg default display (nearly the same like grub). If i install and change a theme with the burg manager, it saves everything but burg emu and reboot also displays the default theme. […]
Overriding parent theme javascript from child theme
June 26, 2014 | Posted by forumadmin under TechQns |
Comments off
|
My parent theme has a script in \includes\js\custom.js, and I am trying to override this from my child theme. I can see from my parent theme that it is en-queued using this code: (I’ve trimmed some non-relevant lines of wp_enqueue_script() calls.) function my_deregister_scripts() { wp_deregister_script( ‘jquery’ ); wp_enqueue_script(‘jquery’, get_template_directory_uri().’/includes/js/jquery.min.js’, false, ‘1.6.4’); wp_enqueue_script(‘jquery-custom’, get_template_directory_uri().’/includes/js/custom.js’, false, ‘1.0’); […]
How to chabge GDM Login theme in ubuntu 12.04 lts
June 25, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I have ubuntu 12.04 lts and I changed my login screen to GDM by typing sudo apt-get install gdm how do I change the theme in ubuntu 12.04? I downloaded a theme using gnome-look.org. Where do I extract the theme and how do I apply it? Asked By – Jatttt Read Answers […]
Grub Customizer Theme Error – Cant Find "theme.txt"
June 23, 2014 | Posted by forumadmin under TechQns |
Comments off
|
What I’ve Done: Fresh Install of Ubuntu 14.04 Installed BURG on all 4 of my hard drives (plus hd0) Seems to work fine Install GRUB Customizer and run as root in BURG Mode Then I get this error: *** initializing (w/o specified bootloader type)… * reading partition info… * Loading Framebuffer resolutions (background process) * […]
White text on some system windows
June 16, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I get white text on most windows, (it switches to its regular color when the said window loses focus). I’m using a windows dual boot xubuntu 12.04 with xfce, xfwm, and a GTK theme ‘zukiwi’. Can someone please help me sort this out? Screenshots of the issue: The problem is common with most windows that […]
Harmattan Conky on 14.04 with Variety wallpaper, Conky border stays as old wallpaper
June 12, 2014 | Posted by forumadmin under TechQns |
Comments off
|
It seems like this would be a common problem, yet I don’t see any mention of it. I’m running Ubuntu 14.04/Unity. I have Variety installed and set to change the desktop image every 10 minutes. The 1st few times the desktop image changes, the conky border changes after a 5 second delay( from old image […]
Drupal 7 views_embed_view doesnt see template theme
June 9, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I have successfully themed a view in my templates.php file. It works great on a standalone page. However, when I try to call the same view using hook_form_alter, inserting it into a specific form, the view loses the theming code. Any ideas? Here’s how I’m using hook_form_alter: function visionart_cart_form_alter(&$form, &$form_state, $form_id){ if($form_id == ‘build_order_node_form’){ $form['html_markup'] […]
Consistency of GTK2 toolbars with GTK3
June 3, 2014 | Posted by forumadmin under TechQns |
Comments off
|
One of the reasons why I don’t like Ubuntu’s default theme Ambiance is the unacceptable inconsistency between GTK2 and GTK3 toolbars as seen in LibreOffice and Chromium/Chrome web browser. This is not the case in the Greybird theme, for example, which proves that it is possible. I would appreciate if someone can help tweak this. […]
interface changed after restart on Xubuntu
June 2, 2014 | Posted by forumadmin under TechQns |
Comments off
|
Something happened a few times after using Xubuntu since 1 month ago. A few times after i restarted my laptop the interface was totally changed. The icons from the panel were different and almost everything. It looked great, it had a grey interface, very nice icons, buttons were bigger and everything looked great. I have […]
how to change title bar color in gnome flashback compiz Radiance theme in 14.04
May 29, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I’m using the gnome-flashback session (with compiz) in Ubuntu 14.04, and I mostly like the Radiance theme. However, the title bar only changes subtly between the focused window and the unfocused windows, and I’d like to have the focused window’s title bar a bright colour. I have copied the Radiance theme directory to ~/.themes/my-Radiance, and […]
Lubuntu Graphical Bugs
May 8, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I’ve Been Installed Lubuntu in Desktop and after “upgrade” some graphical/theme bugs appeared. example screenshot: Asked By – bx758 Read Answers 0
Rounded Window Corners with Themes not Working
May 5, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I am trying to use themes on Ubuntu (14.04) Unity and I am having some issues with that themes are not looking like they are supposed to look. Here is a screenshot: Notice that the top bar of the window does not have rounded corners and that the menu bar menus look odd. What could […]
Drupal Module Block theme
May 2, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I am new to Drupal theming. I have create a block module called “mymoduleblock”, here is a part of the code i put together. function mymoduleblock_init() { $config = array( ‘type’ => ‘external’, ‘every_page’ => TRUE ); } function mymoduleblock_block_info() { $blocks = array(); $blocks['mymoduleblock'] = array( ‘info’ => t(‘mymoduleblock’), ‘cache’ => DRUPAL_NO_CACHE, ); return […]
Problems with GTK themes
April 28, 2014 | Posted by forumadmin under TechQns |
Comments off
|
A few weeks ago, I installed razor-qt on 14.04. everything was okay, but whenever i open a gtk application, it defaults to the elementary theme, as i had the pantheon de installed on it before. the window border is the gtk theme i want, as i use metacity, but even when i try to set […]
gtk3 animated progress bar not possible?
April 28, 2014 | Posted by forumadmin under TechQns |
Comments off
|
In gtk-2 it was possible to make an animated striped progressbar. Is this really not possible with gtk-3? I’ve looked everywhere on the internet and at the gtk-3 documentation and have not found anything that indicates that it is possible. Asked By – user1446688 Read Answers 0
Dark GTK theme for Ubuntu 14.04
April 24, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I am using the zonColor DarkNight theme on Ubuntu 13.10 and am quite pleased with it. I would like to have a similar theme for Ubuntu 14.04 but so far I could not find a single dark theme available. Is it possible to port a theme from Ubuntu 13.10 to 14.04? Or must I wait […]
How do I add a border around windows but keep the Ambiance theme?
April 15, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I seem to live my life in the terminal – many terminals in-fact. I also love the Ambiance theme – but the new borderless windows does not provide the visual differentiation I’m used to (the same black windows appear to blend into each other). Thus to my question – how do I add back the […]
How do I add a border around windows but keep the current theme?
April 15, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I seem to live my life in the terminal – many terminals in-fact. I also love the Ambiance theme – but the new borderless windows does not provide the visual differentiation I’m used to (the same black windows appear to blend into each other). Thus to my question – how do I add back the […]
Undoing GTK configuration change
April 15, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I just followed the directions on this website which according to the page “define gtk 2.0 layout.” Specifically, I followed the directions under “Easy Fix,” wherein I clicked Launch GTK 2.0 RC Wizard from the toolbar menu. Unfortunately, I’m not thrilled with the changes, but also am unsure as to how to undo them. Icons […]
How do I remove a color from the GTK scale widget?
April 9, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I have included a link below. I am making changes to the Ubuntu to rid myself of the all the orange, but it sticks around like the herp. Anyone have any experience with this? You will notice the string of orange running in the scale widget. Asked By – Jake Robinson Read Answers […]
Author url returned is empty
March 31, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I have the following code to generate the link to the author on a category.php page: <?php while ( have_posts() ) : the_post(); ?> …. <a href=”<?php the_author_meta(‘user_url’); ?>”><?php the_author_meta( ‘display_name’ ); ?></a> …. <?php endwhile; ?> Unfortunately, the link get an empty href attribute. The display name is populated properly. I am using the […]
How to instantiate a class, written in theme, in wordpress plugin?
March 14, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I have a class abc in wp-content/themes/classes/ and I want to instantiate that class in wp-content/plugins/myplugin/ I am a newbie to wordpress, pardon me if this is too basic. Asked By – user3420195 Read Answers 0
Drupal trouble installing theme
March 5, 2014 | Posted by forumadmin under TechQns |
Comments off
|
Hello im trying to install a drupal theme, This what I get: WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more. Then I need to provide FTP Connection settings but where do I find these settings? I have never used FTP yet.. Asked By […]
Infinte Scroll Only Works After Refresh?
February 22, 2014 | Posted by forumadmin under TechQns |
Comments off
|
if someone is able to change something in this html code to images were arranged one above the other and did not like the image of one another? here is a photo with the problem: http://imageshack.com/a/img19/8550/kibu.png Here is the html code: www.pastebin.com/raw.php?i=JRU4X1CQ And this is my tumblr with this theme: www.trollophotography.tumblr.com How can i fix […]
Infinte Scroll Only Works After Refresh?
February 22, 2014 | Posted by forumadmin under TechQns |
Comments off
|
if someone is able to change something in this html code to images were arranged one above the other and did not like the image of one another? here is a photo with the problem: http://imageshack.com/a/img19/8550/kibu.png Here is the html code: www.pastebin.com/raw.php?i=JRU4X1CQ And this is my tumblr with this theme: www.trollophotography.tumblr.com How can i fix […]
When changing themes in WordPress, dealing with different variable requirements?
February 5, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I’m managing a wordpress video blog site, and am trying to change our theme to a new one. Unfortunately, the two different themes store information (like the variable in which the video embed code is stored) [note: I’m using the word “variable” since I don’t have a better vocabulary word for it at the moment, […]
WordPress website theme, hosting choice
January 11, 2014 | Posted by forumadmin under TechQns |
Comments off
|
I am new to word press. I would like to create a website that would have registered users with log in, able to accept online payments, able to upload documents by users and by administrator into a secure location unique for each user and protected by log in . I also would like to add […]
Some icons/symbols in TeXstudio are missing
January 6, 2014 | Posted by forumadmin under TechQns |
Comments off
|
Just installed TeXstudio on Xubuntu 13.10 (the theme is Numix) and there are lots of icons/symbols missing. Is it rather related to TeXstudio or because of the the theme? If the latter, what do I have to do to make it work? I’d rather stay with Numix. Asked By – henry Read Answers […]
Links fail when http://domain in my website (causes #! in url) but link correctly when http://www.domain.
December 24, 2013 | Posted by forumadmin under TechQns |
Comments off
|
This is a wordpress question, after switching themes some of my inter page links are failing. when clicked the url updates to include the page I’m trying to link to preceeded by a /#!/. If I use the full url, including www the links work again. But I’m using a wordpress theme and can’t get […]
BURG not working after Kernel Update
August 14, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I recently upgraded my Kernel on Ubuntu 13.04 from 3.8 to 3.9-RC8. Now I am facing an issue (a major issue from my aspect). After installing 3.9 kernel, I removed BURG so that I could see the “Advanced” in GRUB so that I can run the new kernel. I restarted and then selected the kernel […]
Black background in wx with Unity
July 22, 2013 | Posted by forumadmin under TechQns |
Comments off
|
On Ubuntu 12.04, I get black background for wx instances of ipython (namely, running a Mayavi script as in the attached figure). My global theme is Ambiance, but even if I change it, the wx background remains unaffected. Any suggestion to make the background readable? Asked By – Francesco Turci Read Answers […]
Changing Fonts for Gnome Tweak tool looses Upper Taskbar
July 3, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I am using Ubuntu 13.04. Also Gnome 3.8 is installed. I decided to change fonts from sans and mono to urw chancery l. When I did this, next time I rebooted I found myself with Gnome 3.8’s upper taskbar on Gnome Flashback, blank and not usable! Gnome Classic and Gnome will work with no problem. […]
Change unlock screen appearance
June 14, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I wonder if it’s possible to change the appearance of the unlock screen as I’m not a big fan of this default greyish dialog box: (Image reference: http://www.tuxgarage.com/2012/04/ubuntu-12-04-precise-pangolin-review.html) I have literally no experience with applying any themes in Ubuntu and whenever I’ve tried to change a specific part of the interface I think I changed […]
Theme is broken in some places
June 13, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I am using a computer that started out on 11.10. I have since updated it several times, and installed and used a great number of WMs (Unity, XFCE, Gnome, KDE, Cinnamon). I am not sure how, but somewhere along the way (probably when I upgraded to Ubuntu 13.04), some parts of my desktop theme were […]
Theme is broken in some places
June 13, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I am using a computer that started out on 11.10. I have since updated it several times, and installed and used a great number of WMs (Unity, XFCE, Gnome, KDE, Cinnamon). I am not sure how, but somewhere along the way (probably when I upgraded to Ubuntu 13.04), some parts of my desktop theme were […]
WordPress template deleted, but still working and showing on template selection
May 21, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I have a template front-page.php in my theme. Its name is “Front Page”. My problem is that when I commit changes in this file. It wont reflect on the front end. This happened just yesterday and I don’t know what’s going on.. I tried deleting this template but, my page that uses this template still […]
where can I download this gdm theme?
May 14, 2013 | Posted by forumadmin under TechQns |
Comments off
|
where can I download this gdm theme? Asked By – jamest Read Answers 0
Convert Ubuntu 13.04 to mac error
May 14, 2013 | Posted by forumadmin under TechQns |
Comments off
|
I’m following this tutorial http://ubuntuguide.net/how-to-make-ubuntu-12-04-look-like-mac-os-lion and http://www.youtube.com/watch?v=MpENgOt0_JI But I’m getting this error:- Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package mac-os-lion-theme E: Unable to locate package mac-os-lion-cursors E: Unable to locate package mac-os-lion-icons On executing this command sudo apt-get install mac-os-lion-theme mac-os-lion-cursors mac-os-lion-icons Any Idea what I’m […]