Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hawkestfs

    (@hawkestfs)

    Hi,

    Just got to look at this again.

    I’m using the following:

    #site-navigation .inner-wrap {
        position: relative;
        background-color: #cd1432;
    }
    
    #site-navigation {
        z-index: 999;
        background-color: #cd1432;
    }
    
    .main-navigation ul li:hover  a {
        background-color: #289dcc;
        color: #232323;
    }
    .main-navigation ul li.current_page_item  a, .main-navigation ul li:hover  a {
        background-color: #cd1432;
        color: #ffffff;
    }

    But this line gets ignored:

    .main-navigation ul li:hover  a {
        background-color: #289dcc;
        color: #232323;

    I’m expecting only the currently hovered over menu item to change bg colour, not the whole drop-down.

    Thanks

    Thread Starter hawkestfs

    (@hawkestfs)

    Hi,

    Thanks – just got back to looking at this.

    The following line doesn’t seem to do anything:

    .main-navigation ul li:hover a {
    color: #232323;
    }

    I’m using the following which gives me most of what I want but ideally I’d like the background colour of the individually hovered over menu cell to change colour.

    #site-navigation .inner-wrap {
    position: relative;
    background-color: #cd1432;
    }

    #site-navigation {
    z-index: 999;
    background-color: #cd1432;
    }

    .main-navigation ul li:hover a {
    background-color: #289dcc;
    color: #232323;
    }
    .main-navigation ul li.current_page_item a, .main-navigation ul li:hover a {
    background-color: #cd1432;
    color: #ffffff;
    }

    Thread Starter hawkestfs

    (@hawkestfs)

    #422828

    Thread Starter hawkestfs

    (@hawkestfs)

    My ticket with “Premium” support hasn’t been responded to and was logged 3 days ago. Anyone else struggling to get support on this product?

    Thread Starter hawkestfs

    (@hawkestfs)

    It’s Version 1.9.7

    You’ve already been much more helpful than my “Premium” support that still haven’t responded to my 8 hour old ticket. Or the same issue I logged with them a month ago when they told me the solution was to change host…

    A couple of the templates are out of date – would that cause the issue:

    whf/single-product/add-to-cart/variable.php version 2.3.0 is out of date. The core version is 2.5.0,
    whf/single-product/price.php version 1.6.4 is out of date. The core version is 2.4.9,
    whf/single-product/review.php version 2.1.0 is out of date. The core version is 2.5.0,
    whf/single-product/tabs/tabs.php version 2.0.0 is out of date. The core version is 2.4.0,
    whf/single-product.php version – is out of date. The core version is 1.6.4

    Thread Starter hawkestfs

    (@hawkestfs)

    Additionally the product has to re-built on a weekly basis or it becomes completely broken.

    Thread Starter hawkestfs

    (@hawkestfs)

    Bookable product
    Has Persons (selected)
    Booking duration – Fixed blocks or 1 day.

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