Forum Replies Created

Viewing 15 replies - 31 through 45 (of 160 total)
  • Find the following in your styles.css and make the change indicated:

    ul.nav li a{
    text-align:center;
    margin:0 0 0 2px;
    width:143px;
    background:url(../images/a-nav-bg.gif) repeat-x;
    line-height:65px;
    color:#fff; change fff (white) to something else,like 009 (blue)
    font-size:15px;
    font-weight:bold;
    display:block;
    text-decoration:none;
    }

    Trying to view the file gave me the following error:

    The image:http://macbookjunkie.com/wp-content/themes/blackpink/images/logo.gif, can not be displayed because it contains errors.

    I then downloaded it and tried to open it up. No dice. I finally had to use a programmers text editor and found the following:

    pastebin

    That is NOT a picture file. It looks like a combination picture file, XML file and who knows what else.

    I suggest starting over from scratch and creating the picture.

    It is not a space in ONE class name. It is a space between TWO class names.

    You can assign more than one class to an element. I might assign a class of post to all the paragraphs in a post and also assign a class of initial to the first paragraph of a post. The initial CSS would include something like drop caps and uppercase being added to that paragraph while still using the post CSS as in the other paragraphs of that post.

    A quick visit to your site revealed that nobody knows how to get to your site for a quick visit

    In your style.css:

    #navbar {
    height: 40px;
    width: 900px;
    border-top: solid #202020 1px;
    border-bottom: solid #202020 1px;
    background-color: transparent;
    }

    As long as you have the casino bar going down the left side of every page, there is really no sense in clicking on a page tab to get the exact same bar. Especially since the resulting drop-down list is about two screens long.

    Sounds like they ave a rotating banner and want the theme to match the banner. Like, if it’s a beer banner, then have the theme bubbly. If it’s a political banner then have the theme showing shovels and hip boots …

    If you know how to get in your database and directly change it there, that might work. I know I had to do that when it kept changing an ‘s to an /’s in the blog title .

    Skromta – Love your avatar. *mreowf*

    I use two plugins for this.

    The first one lists each user once with their last login.

    login-logger

    The second one lists every login by every user.

    log-user-access

    I know that it has been said that 3.0 is ‘just’ the release number that follows 2.9, but many look at it is a Major release.

    Would it be possible to release a 2.A ?

    Really fix the 2.1 problems that have occurred. Make the WP/WPMU integration WORK right and be easy to use. Work on new theme for both front-end and back-end. Update and increase documentation – in the installed files, here and at the codex.

    Then start working on the other major set of adding and changing things around.

    Go to the theme folder and find sidebar.php

    Delete the following section:

    <li><h2><?php _e('About Me'); ?></h2>
    
    		<ul>
    
    			<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum at arcu. Integer et risus. Morbi id tellus. Integer felis. </li>
    
    		</ul>
    
    	</li>

    One thing I’d really like to see is a better back-end. Theme-able as well. My settings and tools tab are full of links from plugins. I’d really like them to be listed alphabetically rather than randomly by which plugins are installed first or however it does it now.

    I really like plugin authors that put a link next to the activate/deactivate link for the settings/options. I’d like to make this mandatory for plugins that do have settings/options. Many times when I activate a new plugin I have to go on a Snark Hunt to find out where the settings and even the viewing pages are.

    Would it be possible to have an API key for Akismet sent automatically for each install rather than forcing people to register at the website?

    All minor changes but huge frustrations.

    (Could we make this a sticky post? I know that right now it is staying at the top because of all the comments, but it may soon begin to drop.)

    A minor feature I’d like to see added – on the plugin page (and maybe also the theme page) have little check boxes by each plugin where people could report if the plugin works with the current version or not. Have these report to this site when they save the page. It would give better feedback as to which plugins work, are broken by updates and even what plugins are in use.

    Quick Question: Where in the world is Westchester?

    Ok, several pages show me both a horizontal and vertical scroll bar around the main content are.

    On several pages the post blocks don’t line up right. One page has three across the top row then only one on the right side and then three on the third row. On one page, two blocks are overlapping and the link at the bottom of the top post is covered by the bottom post so I am unable to see or click it.

    I’m not that great at coding, so you might ask for some help in the themes forum.

    Other than that, I like the look of the site. Maybe add a picture to some of the text only posts. Since it is an artist site you want a little more visual interest in your articles. Even if it is only a small picture of the museum in Claremont, Calif. in the one post.

    By the way, using FireFox (3.5.6) on an Ubuntu (9.10 Karmic Koala) Linux system.

Viewing 15 replies - 31 through 45 (of 160 total)