Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Page content not appearing #259840

    So, the content only shows if I put a © in the text editor. Otherwise…nothing. I removed the search from the sidebar. Header search works, but standard search doesn’t seem to.

    in reply to: WooCommerce issue with products in same category #242455

    Thanks Devin. That change didn’t seem to work for me. Take a look at this page: http://mrsjosephwood.com/shop/beekeeping-made-simple/ and let me know what ya think.

    Hi Ismael, thanks for your reply. Here’s a link to a screenshot (https://www.dropbox.com/s/gmrgps9bg1rr87w/screenshot.jpg).

    I have a non-rectangular .png for a title bar (oval in center) that I want to overlap with the menu. What I’m trying to do is separate the sub-menu, pulling that to the top z-index layer.

    Here’s the code I have now: Again, notice the sub-menu under the graphic (z-index).

    /*  Title Bar Backgrounds */
    .container_wrap, #header_main {
    clear: both;
    position: relative;
    z-index: 1;
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    }
    
    .header_color {border-color: transparent;}
    
    .title_container .main-title, .title_container .breadcrumb {display: none;}
    
    #menu-item-149073 {z-index: 1500;}
    
    .page-id-149135 .alternate_color {
    background: transparent url(https://staging.boomerangdesigns.com/mom/wp-content/uploads/blog-title-bar.png) center center no-repeat;
    height: 164px;
    margin: -56px 0 0 0;
    z-index: 1000;
    text-align: center;
    }

    I hope that makes sense.

Viewing 3 posts - 1 through 3 (of 3 total)