Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • DanceMediaArtist

    (@dancemediaartist)

    I have difficulty believing that this is a hosting sided issue since the contact form had absolutely no problems, even with yahoo emails, until I updated on Friday night at about 8 pm EST. Luckily, since the owner of the company uses yahoo mail exclusively to respond to contact forms, this workaround should do it. However, I too would like a more complete solution.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    To clarify, the requested solution would display a row of 4 images in a row. From left to right, the first image would be static and would display on every page load, and the second, third, and fourth images would rotate on reload.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    I just validated it again using your link and passed with no errors.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    But I AM working in a correctly formatted child theme and I have validated all of my code.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    Adding display: inline; does not have an effect. I have validated both the HTML and CSS. It looks like the issue might be an incompatibility in the PHP. I edited the header.php file (in the child theme) to put the menu above the header image instead of the default where it is below the header image. When I remove the file so it reverts to the default header.php file, the image is centered.

    I can’t figure out why this would only be affecting firefox though. Because our dropdown menus are so long, the nav bar has to be above the header image. Again, it’s worked perfectly until yesterday, so I know that I had the right code. I can’t understand what has changed and I have no idea how to fix it now.

    Either I can have the nav in the right place and it looks screwy on firefox, or it looks good everywhere but the nav is in the wrong place.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    I just deactivated all of the plugins one at a time, checking the page after each one. Nothing fixed the problem. Even with no plugins, it remains. Thanks for the idea though.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    Thanks

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    One more piece of information. It works in Safari and Internet Explorer, but no longer in Firefox. That just happened when we updated it today.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    I don’t know. I deleted one that we weren’t using (it’s been deactivated for a while), but other than that nothing has changed in months. The only thing we’ve done is added content. Other than that, all of the plugins and formatting have been set for months and haven’t caused any problems.

    I’m at a total loss.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    Thank you for your insight, but that cannot be the problem. I have never made a single change to the original twenty eleven theme. I’ve been working in the child theme since the very beginning of the site. I’ve also updated twenty eleven successfully a number of times without any issues.

    Also, if that was the case, it should be broken on all computers, not just some.

    My child theme includes the following files:
    style.css
    functions.php
    quickwidget.php
    category.php
    footer.php
    header.php
    showcase.php

    As you can see, I am obsessive about making sure I create a child file anytime I need to edit anything.

    Other thoughts?

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    This is the entire CSS that I used to center the lower menu bar on the Pitch theme. Originally it didn’t support child themes, so I made changes to the actual code. I’m working on updating with a child theme, which would actually be your best option. Good luck.

    /* =Main Menu
    ————————————————————– */

    #mainmenu {
    margin: 10px 0;
    margin-bottom: 0;
    word-wrap: break-word;
    }

    ul#mainmenu-menu {
    height: 42px;

    background: rgb(247,247,247);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
    border: 1px solid #E2E2E2;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#f7f7f7′, endColorstr=’#f4f4f4′,GradientType=0 );
    text-align: center;
    }

    ul#mainmenu-menu li.menu-item {
    position: relative;

    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    }

    ul#mainmenu-menu li.menu-item a {
    color: #5e5e5e;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    }

    ul#mainmenu-menu li.menu-item a:hover {
    background: #C9C9C9;
    }

    ul#mainmenu-menu ul.sub-menu {
    position: absolute;
    top: 42px;
    left: 0px;
    width: 160px;

    background: white;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    display: none;
    z-index: 99;
    }

    ul#mainmenu-menu li:hover ul.sub-menu {
    display: block;
    }

    ul#mainmenu-menu ul.sub-menu li {
    border: none;
    font-weight: normal;
    }

    ul#mainmenu-menu ul.sub-menu li a {
    line-height: 15px;
    padding: 15px 15px 15px 15px;
    }

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    I found the solution to this. I will post it and then close the topic. Give me a little bit find the code that finally worked.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    Unfortunately, that solution doesn’t work. I need a flexible solution.

    Although the width of the body is fixed at 960px, for some reason the menu bar appears differently on different computers. On some, the last item wraps around to the next line. On others, there’s a huge amount of space at the right end of the bar.

    I’ve adjusted the padding so it just fits on the screen that (for some reason) has the biggest problem with wrapping, but I’m still stuck with the space everywhere else.

    Thread Starter DanceMediaArtist

    (@dancemediaartist)

    I should clarify that WhenToWork is an external program. I am looking specifically for something that I can integrate into the existing wordpress site.

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