Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes.. I disabled automatic updates for spicebox but still the plugin updates last night… So there is a big problem in functionality, either spicebox is not playing by the rules or there is something wrong in Companion..

    Thread Starter jonghj

    (@jonghj)

    Again a new update that breaks the website. Again a build with a file name spicepress-features-section.php and a reference to spicepress-service-section.php….

    Dev team is not looking at this support channel. 🙁

    jonghj

    (@jonghj)

    If you add this to the EXTRA CSS in the customizer, you mobile menu will always be expanded, which will make it workable.

    @media (min-width: 100px) and (max-width: 990px) {
    .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    display:block;
    margin-top: 0;
    /* change this to override theme color
    background-color: ; */
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    .animated {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
    }

    }

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