jonghj
Forum Replies Created
-
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..
Forum: Plugins
In reply to: [SpiceBox] Chilly Spicepress inlude errorAgain 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. 🙁
Forum: Themes and Templates
In reply to: [SpicePress] menu problem on mobile devicesIf 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;
}}