Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] Images in widgets


  #1  
Old Jan 31, 2009, 01:45 PM
bvision's Avatar
bvision
 
12 posts · Jan 2009
Heerlen, The Netherlands
In my http:\\www.bvision.nl blog I changed the colors to the colors used in the Montezuma theme. But how do I change the boxes next to the items in the sidebar to the used images in that theme? I tried in the widgetoptions: list-style-image: url('http://www.bvision.nl/wp-content/themes/atahualpa3/images/dart.gif');
that doesn't work. I tried the code in w3 and there it works well.
  #2  
Old Jan 31, 2009, 03:22 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Montezuma is not done with list-style-image but background-images

Not tested, I took this from the Montezuma theme

HTML Code:
 .widget ul {
    margin:0; 
    padding: 0; 
    list-style : none;
    }
    
.widget ul li {
    margin: 0 0 2px 0;  
    list-style: none; 
    line-height: 17px; 
    position:relative;
    background: #b1b6d1 url(/wp-content/themes/atahualpa3/images/dart.gif) no-repeat top left; 
    }
    
.widget ul li ul li {
    background: #b1b6d1 url(/wp-content/themes/atahualpa3/images/dart2.gif) no-repeat top left; 
    }
    
.widget ul li a {
    text-decoration: none; 
    font-weight: normal; 
    color: #42476f; 
    padding-left: 15px; 
    display:block
    }
    
.widget ul li ul li a {
    padding-left: 18px; 
    }
    
.widget ul li a:hover {
    text-decoration: underline;
    }
    
* html .widget ul li a {
    display:inline-block /* IE6 needs inline-block */
    }
Good job on matching Atahualpa to Montezuma.
  #3  
Old Feb 1, 2009, 03:58 AM
bvision's Avatar
bvision
 
12 posts · Jan 2009
Heerlen, The Netherlands
Thanks a lot, I see there's a lot to figure out to implement this in 3.18. and afther that to consider by upgrades.

Bookmarks

Tags
appearance, widgets

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Widgets in Footer knarc Sidebars & Widgets 2 Jun 29, 2009 09:19 AM
[SOLVED] Available Widgets -- Which Should I Enable fromtheranks Sidebars & Widgets 6 Jun 8, 2009 12:07 AM
[SOLVED] Widgets do not show up as being available for sidebar LemBook Plugins & Atahualpa 4 May 20, 2009 07:48 PM
[SOLVED] Widgets Have dissapeard from my sidebars jonnyphoto Sidebars & Widgets 3 Apr 21, 2009 05:19 AM
[SOLVED] What's the story with widgets? Shepherd Jim Sidebars & Widgets 2 Apr 17, 2009 06:31 AM


All times are GMT -6. The time now is 10:38 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.