Home Forums WoodMart support forum Isotope not initialized Reply To: Isotope not initialized

#184789

Artem Temos
Keymaster

1. The code is not exactly the same. They have different number of lines.

2. It works on landscape mode actually.

3. Your code contains errors as I mentiond from the very beginning. I have removed all the code except a few lines to be sure to remove all the broken part. Now check how it works.

I post your original code here so you can restore it

for landscape

.search-button-icon {
	color:#FFF;
}
.mobile-nav .searchform input[type=text] {
    border-bottom: 1px solid #fff32a;
    background: #252525 !important;
		text-transform: uppercase;
}
.whb-header-bottom-inner {
    height: 70px;
}
.page-title {
    padding: 50px 0;
}
.title-line-one .product-grid-item.col-6 .product-title, .title-line-two .product-grid-item.col-6 .product-title {
    line-height: inherit;
}
.whb-header-bottom {
    height: 70px;
}
.product-grid-item .woodmart-buttons {
    background-color: #dededeb3;
}
.nav-link-text {
		color: white;
}
.dropdowns-color-light .site-mobile-menu .sub-menu li a {
    background-color: #2b2b2b;
		text-transform: uppercase;
    padding-left: 30px;
}
.dropdowns-color-light .woodmart-search-dropdown .searchsubmit, .dropdowns-color-light .mobile-nav .searchsubmit {
    color: #fff32a;
}
.mobile-nav-tabs .mobile-tab-title:after {
    background-color: #00000000;
		font-size: 15px;
}
.dropdowns-color-light .mobile-nav-tabs .mobile-tab-title {
    font-size: 15px;
}
.dropdowns-color-light .mobile-nav-tabs .active {
    border-bottom: 1px solid #fff32a;
		font-size: 15px;
}
.dropdowns-color-light .site-mobile-menu li a {
    font-size: 15px;
}
.dropdowns-color-light .mobile-nav .suggestion-title {
    font-weight: 400;
}
.dropdowns-color-light .mobile-nav .suggestion-price .amount
    font-weight: 500;
    margin: 60px;
}

for mobile

.search-button-icon {
	color:#FFF;
}
.mobile-nav .searchform input[type=text] {
    border-bottom: 1px solid #fff32a;
    background: #252525;
		text-transform: uppercase;
}
.nav-link-text {
		color: white;
}
.product-grid-item .woodmart-buttons {
    background-color: #dededeb3;
}
.dropdowns-color-light .site-mobile-menu .sub-menu li a {
    background-color: #2b2b2b;
		text-transform: uppercase;
    padding-left: 30px;
}
.dropdowns-color-light .woodmart-search-dropdown .searchsubmit, .dropdowns-color-light .mobile-nav .searchsubmit {
    color: #fff32a;
}
.mobile-nav-tabs .mobile-tab-title:after {
    background-color: #00000000;
}
.dropdowns-color-light .mobile-nav-tabs .mobile-tab-title {
    font-size: 15px;
}
.dropdowns-color-light .mobile-nav-tabs .active {
    border-bottom: 1px solid #fff32a;
		font-size: 15px;
}
.dropdowns-color-light .site-mobile-menu li a {
    font-size: 15px;
}
.dropdowns-color-light .mobile-nav .suggestion-title {
    font-weight: 400;
}
.dropdowns-color-light .mobile-nav .suggestion-price .amount
    font-weight: 500;
    margin: 60px;
}