Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • David Neff

    (@david-neff)

    So one would assume he is not using WordPress

    I read the source code and the source code is clear that he isn’t using WordPress.

    So, if someone is not using WordPress, how can they add a design to it? Sorry, I don’t know of any other companies besides WordPress. Alex Fradkin’s website has the exact same template.

    I don’t fully understand. There are many other CMS/Blogs other than WordPress like Drupal, Joomla, and Concrete5. He may have a custom CMS or code the website himself.

    David Neff

    (@david-neff)

    Unfortunately he is NOT using WordPress so your best bet will be to get someone to make a custom theme for you similar to that website.

    Forum: Themes and Templates
    In reply to: CSS Problem
    Thread Starter David Neff

    (@david-neff)

    It won’t let me post a job

    Forum: Themes and Templates
    In reply to: CSS Problem
    Thread Starter David Neff

    (@david-neff)

    And here is the link http://projects.davidneff.biz/wp-epic/

    [bump moderated]

    Forum: Themes and Templates
    In reply to: CSS Problem
    Thread Starter David Neff

    (@david-neff)

    I’d need to use a browser tool like Firebug for this kind of problem – that’s not possible on a screenshot. Are you not doing that?

    OK, what I will do is upload it to a test server so you can help debug it.

    Also be sure you don’t have any mark-up or CSS errors that might be problematic.

    No errors according to w3c

    Forum: Themes and Templates
    In reply to: CSS Problem
    Thread Starter David Neff

    (@david-neff)

    @wpyogi,

    See the screenshot. This is being developed on a local website.

    Forum: Themes and Templates
    In reply to: CSS Problem
    Thread Starter David Neff

    (@david-neff)

    Here is the CSS code of the navigation menu in question

    #nav {
    background-color: #282828;
    clear: both;
    overflow: hidden;
    }
    
    #nav .wrap {
    color: #999;
    margin: 0 auto;
    text-transform: uppercase;
    width: 960px;
    }
    
    #nav ul {
    float: left;
    width: 100%;
    }
    
    #nav li {
    float: left;
    list-style-type: none;
    border-right: 1px solid white;
    }
    
    #nav li a {
    color: #999;
    display: block;
    font-size: 12px;
    padding: 7px 15px 6px;
    position: relative;
    text-decoration: none;
    }
    
    #nav li a:hover,
    #nav li a:active,
    #nav .current_page_item a,
    #nav .current-cat a,
    #nav .current-menu-item a {
    color: #FFF;
    text-decoration:underline;
    }
    
    #nav li li a,
    #nav li li a:link,
    #nav li li a:visited {
    background-color: #1F3D59;
    border: 1px solid #444;
    border-top-width: 0;
    color: #999;
    font-size: 11px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 128px;
    }
    
    #nav li li a:hover,
    #nav li li a:active {
    color: #FFF;
    }
    
    #nav li ul{
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 150px;
    z-index: 9999;
    }
    
    #nav li ul a {
    width: 130px;
    }
    
    #nav li ul ul {
    margin: -33px 0 0 149px;
    }
    
    #nav li:hover>ul,
    #nav li.sfHover ul {
    left: auto;
    }
    Forum: Themes and Templates
    In reply to: CSS Problem
    Thread Starter David Neff

    (@david-neff)

    No reply as of now. I was wondering if there was someone here that could help as this community is a bit larger.

    David Neff

    (@david-neff)

    Hello Jacob,
    Do you mean something like http://doubtingdave.com/ ?
    What you will need to do is create a menu in the menus option and select those categories that you want to be at the top of the homepage. Then, go into customize -> menu -> select menu for the respective navigation bar.
    Let me know if this helps.

    Thread Starter David Neff

    (@david-neff)

    LINK TO SITE: http://client.davidneff.biz/jbim/
    ACHIEVEMENT: Just the background colour
    PROBLEM: I need help customizing the navigation bar and making the desired widgets and page templates. I have read “Creating a custom page template” in the WordPress codex and did not help

Viewing 10 replies - 1 through 10 (of 10 total)