buladistro123
Member-
Posts
8 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
buladistro123's Achievements
Level 1 (1/20)
0
Reputation
-
Please help
-
Buladistributions.com password: hello1234 anyone know how to fix the bugs with my header and when in mobile this issue? Also need help on this other stuff heres all my sites code /* Rebecca Grace Designs Mobile Banner Image */ @media only screen and (max-width: 640px) { #collection-66462544776b141c396831ff { #page .page-section:nth-of-type(1) { .section-background img { display: none !important; } .section-background { background: url("https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/065b5bc5-40b5-426d-b7c2-1cc4e2bd953c/Untitled+design+%285%29.png?content-type=image%2Fpng"); background-repeat: no-repeat; background-size: 100% 100%; } } } } /* REBECCA GRACE DESIGNS */ /* Shopping Cart Page */ .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Your Bula Products"; } /* REBECCA GRACE DESIGNS */ /* Shopping Cart Checkout Button */ .cart-checkout-button { background-color: Green !important; // background-color color: white !important; // font-color } /* Rebecca Grace Designs Mobile Banner Image */ @media only screen and (max-width: 640px) { #collection-664695ed5e83ba096c1505a6 { #page .page-section:nth-of-type(1) { .section-background img { display: none !important; } .section-background { background: url("https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/426ba184-f663-4b48-9d73-afde9411b10e/About+Us+%282%29.png?content-type=image%2Fpng"); background-repeat: no-repeat; background-size: 100% 100% ; } } } } // REMOVE SHOP CATEGORY SEPARATOR .products.collection-content-wrapper .breadcrumb-separator { display: none; } // SHOP CATEGORY BUTTONS .products.collection-content-wrapper .nested-category-breadcrumb-link, .products.collection-content-wrapper .category-link { border-radius: 5px; color: White; background-color: Green; border: 1px solid White !important; padding: 5px 20px !important; margin: 10px !important; } // STACK SHOP CATEGORIES ON MOBILE @media screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { flex-wrap: wrap; justify-content: center; overflow-x: hidden; } } /*Split navigation*/ .header-nav { position: absolute; top: 62px; bottom: 0; margin-top: 0!important; margin-left: -10px!important; } .header-nav-item:nth-of-type(6) { margin-right: 500px!important; } @media screen and (min-width: 1000px){ } .header-title-logo a { z-index: 1000; position: relative; } // CROSS DISSOLVE ANIMATION @-moz-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -moz-transform: translateY(0px); } 10% { opacity: 1; -moz-transform: translateY(0px); } 25% { opacity: 1; -moz-transform: translateY(0px); } 30% { opacity: 0; -moz-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -webkit-transform: translateY(0px); } 10% { opacity: 1; -webkit-transform: translateY(0px); } 25% { opacity: 1; -webkit-transform: translateY(0px); } 30% { opacity: 0; -webkit-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } @-ms-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -ms-transform: translateY(0px); } 10% { opacity: 1; -ms-transform: translateY(0px); } 25% { opacity: 1; -ms-transform: translateY(0px); } 30% { opacity: 0; -ms-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } /* describe what you're hiding from desktop */ @media screen and (min-width:768px) { section[data-section-id="6647c76ca819f5434c06e7f6"] { display: none; } } /* describe what you're hiding from mobile */ @media screen and (max-width:767px) { section[data-section-id="664c3e91cfc0c378a86d9f11"]{ display: none; } } @media screen and (max-width: 768px) { .header-menu { opacity: 1; visibility: visible; transform: translateX(400px); transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } .header--menu-open .header-menu { transform: translateX(0); } .header-menu-nav-folder, .header-menu-nav-item a, .header--menu-open .header-menu .header-menu-nav-list, .header-menu-actions, .header-menu-cta { transition: unset !important; transform: unset !important; }} .header-menu .header-menu-bg{ background-image: url(https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/371c3734-9e79-409d-96c2-dfb85f1434e3/Untitled+design-5.png?content-type=image%2Fpng); background-size: cover; } .header-nav-folder-content { border: 1px solid gold; } .animated-text { visibility: hidden; } input { position: ; opacity: 0; z-index: -1; } // Layout .row { display:flex; .col { flex:1; &:last-child { margin-left: 1em; } } }
-
HAVING AN ISSUE WITH MY CONTACT FORMS
buladistro123 replied to buladistro123's topic in Customize with code
This is the one i need to post @admins -
buladistro123 started following HAVING AN ISSUE WITH MY CONTACT FORMS and HAVING AN ISSUE WITH MY CONTACT FORMS
-
Not sure on what i did or how to fix it..... pictures down below as well as the coding for my site password to site is hello1234 /* Rebecca Grace Designs Mobile Banner Image */ @media only screen and (max-width: 640px) { #collection-66462544776b141c396831ff { #page .page-section:nth-of-type(1) { .section-background img { display: none !important; } .section-background { background: url("https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/065b5bc5-40b5-426d-b7c2-1cc4e2bd953c/Untitled+design+%285%29.png?content-type=image%2Fpng"); background-repeat: no-repeat; background-size: 100% 100%; } } } } /* REBECCA GRACE DESIGNS */ /* Shopping Cart Page */ .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Your Bula Products"; } /* REBECCA GRACE DESIGNS */ /* Shopping Cart Checkout Button */ .cart-checkout-button { background-color: Green !important; // background-color color: white !important; // font-color } /* Rebecca Grace Designs Mobile Banner Image */ @media only screen and (max-width: 640px) { #collection-664695ed5e83ba096c1505a6 { #page .page-section:nth-of-type(1) { .section-background img { display: none !important; } .section-background { background: url("https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/426ba184-f663-4b48-9d73-afde9411b10e/About+Us+%282%29.png?content-type=image%2Fpng"); background-repeat: no-repeat; background-size: 100% 100% ; } } } } // REMOVE SHOP CATEGORY SEPARATOR .products.collection-content-wrapper .breadcrumb-separator { display: none; } // SHOP CATEGORY BUTTONS .products.collection-content-wrapper .nested-category-breadcrumb-link, .products.collection-content-wrapper .category-link { border-radius: 5px; color: White; background-color: Green; border: 1px solid White !important; padding: 5px 20px !important; margin: 10px !important; } // STACK SHOP CATEGORIES ON MOBILE @media screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { flex-wrap: wrap; justify-content: center; overflow-x: hidden; } } // SPLIT NAVIGATION .header-nav { position: absolute; top: 30px; bottom: 0; margin-top: 0px!important; margin-left: 10px!important; } .header-nav-item:nth-of-type(7) { margin-right: 260px!important; } .header-title-logo a { z-index: 1000; position: relative; } .header-display-desktop .header-title { flex: 0 0 20% !important; z-index: 999999999; } // ROTATING TEXT .rotatingtext{ display: inline; } .rotatingtext span{ animation: fadeEffect 20s linear infinite 0s; -ms-animation: fadeEffect 20s linear infinite 0s; -webkit-animation: fadeEffect 20s linear infinite 0s; color: White; opacity: 0; overflow: hidden; position: absolute; } .rotatingtext span:nth-child(2){ color: White; animation-delay: 5s; -ms-animation-delay: 5s; -webkit-animation-delay: 5s; } .rotatingtext span:nth-child(3){ color: White; animation-delay: 10s; -ms-animation-delay: 10s; -webkit-animation-delay: 10s; } .rotatingtext span:nth-child(4){ color: White; animation-delay: 15s; -ms-animation-delay: 15s; -webkit-animation-delay: 15s; } // CROSS DISSOLVE ANIMATION @-moz-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -moz-transform: translateY(0px); } 10% { opacity: 1; -moz-transform: translateY(0px); } 25% { opacity: 1; -moz-transform: translateY(0px); } 30% { opacity: 0; -moz-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -webkit-transform: translateY(0px); } 10% { opacity: 1; -webkit-transform: translateY(0px); } 25% { opacity: 1; -webkit-transform: translateY(0px); } 30% { opacity: 0; -webkit-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } @-ms-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -ms-transform: translateY(0px); } 10% { opacity: 1; -ms-transform: translateY(0px); } 25% { opacity: 1; -ms-transform: translateY(0px); } 30% { opacity: 0; -ms-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } /* describe what you're hiding from desktop */ @media screen and (min-width:768px) { section[data-section-id="6647c76ca819f5434c06e7f6"] { display: none; } } /* describe what you're hiding from mobile */ @media screen and (max-width:767px) { section[data-section-id="664c3e91cfc0c378a86d9f11"]{ display: none; } } @media screen and (max-width: 768px) { .header-menu { opacity: 1; visibility: visible; transform: translateX(400px); transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } .header--menu-open .header-menu { transform: translateX(0); } .header-menu-nav-folder, .header-menu-nav-item a, .header--menu-open .header-menu .header-menu-nav-list, .header-menu-actions, .header-menu-cta { transition: unset !important; transform: unset !important; }} .header-menu .header-menu-bg{ background-image: url(https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/371c3734-9e79-409d-96c2-dfb85f1434e3/Untitled+design-5.png?content-type=image%2Fpng); background-size: cover; } .header-nav-folder-content { border: 1px solid gold; } .animated-text { visibility: hidden; } input { position: ; opacity: 0; z-index: -1; } // Layout .row { display:flex; .col { flex:1; &:last-child { margin-left: 1em; } } } /* Accordion styles */ .tabs { border-radius: 0px; overflow: hidden; } .tab { width: 100%; color: ; overflow: hidden; &-label { display: flex; padding: 1em; background: ; justify-content: space-between; font-weight: bold; border-bottom: 1px solid #f7b8a1; padding-bottom:20px; cursor: pointer; /* Icon */ &:hover { background: ; } &::after { content: "\276F"; width: 1em; height: 1em; text-align: center; transition: all .35s; } } &-content { max-height: 0; padding: 0 0em; color: ; background: ; transition: all .35s; } &-close { display: flex; justify-content: flex-end; padding: 1em; font-size: 0.75em; background: ; cursor: pointer; &:hover { background: ; } } } // :checked input:checked { + .tab-label { background: ; &::after { transform: rotate(90deg); } } ~ .tab-content { max-height: 150vh; padding-top: 10px; } } .container { &__image { display: inline-block; vertical-align: top; width: 25%; margin-right: 25px; position: relative; min-width: 200px; margin-bottom: 20px; } &__text { display: inline-block; width: 60%; font-size: 1.3em; overflow: visible; @media (max-width: 1000px) { width: 100%; } } } /* Add an image into Accordion Content */ /* replace demo image with your image url */ /* nth-child(1) is first accordion item, nth-child(2) is second item... */ /* :before is image on top, :after if image on bottom */ li:nth-child(1) .accordion-item__description:before { content: ""; display: block; width: 150%; /* image width, you can also use px */ height: 1050px; /* image height */ background-image: url(https://static1.squarespace.com/static/66462503af4f68627ee53eb5/t/665355d4c0006622ca37ac1c/1716737493648/COA_2312092_001-GRN-009-BLK-1123_v1+%281%29+%281%29.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ } li:nth-child(2) .accordion-item__description:before { content: ""; display: block; width: 150%; /* image width, you can also use px */ height: 1050px; /* image height */ background-image: url(https://static1.squarespace.com/static/66462503af4f68627ee53eb5/t/6653578b092e9a1abc578f1f/1716737933329/COA_2312092_002-RED-009-BLK-1123_v1+%281%29_page-0001.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ } li:nth-child(3) .accordion-item__description:before { content: ""; display: block; width: 150%; /* image width, you can also use px */ height: 1050px; /* image height */ background-image: url(https://static1.squarespace.com/static/66462503af4f68627ee53eb5/t/66535790d826b0589a717b6b/1716737938015/COA_2312092_003-WHT-009-BLK-1123_v1_page-0001.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ }
-
Not sure on what i did or how to fix it..... pictures down below as well as the coding for my site password to site is hello1234 /* Rebecca Grace Designs Mobile Banner Image */ @media only screen and (max-width: 640px) { #collection-66462544776b141c396831ff { #page .page-section:nth-of-type(1) { .section-background img { display: none !important; } .section-background { background: url("https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/065b5bc5-40b5-426d-b7c2-1cc4e2bd953c/Untitled+design+%285%29.png?content-type=image%2Fpng"); background-repeat: no-repeat; background-size: 100% 100%; } } } } /* REBECCA GRACE DESIGNS */ /* Shopping Cart Page */ .cart-title { visibility: hidden; } .cart-title:before { visibility: visible; content: "Your Bula Products"; } /* REBECCA GRACE DESIGNS */ /* Shopping Cart Checkout Button */ .cart-checkout-button { background-color: Green !important; // background-color color: white !important; // font-color } /* Rebecca Grace Designs Mobile Banner Image */ @media only screen and (max-width: 640px) { #collection-664695ed5e83ba096c1505a6 { #page .page-section:nth-of-type(1) { .section-background img { display: none !important; } .section-background { background: url("https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/426ba184-f663-4b48-9d73-afde9411b10e/About+Us+%282%29.png?content-type=image%2Fpng"); background-repeat: no-repeat; background-size: 100% 100% ; } } } } // REMOVE SHOP CATEGORY SEPARATOR .products.collection-content-wrapper .breadcrumb-separator { display: none; } // SHOP CATEGORY BUTTONS .products.collection-content-wrapper .nested-category-breadcrumb-link, .products.collection-content-wrapper .category-link { border-radius: 5px; color: White; background-color: Green; border: 1px solid White !important; padding: 5px 20px !important; margin: 10px !important; } // STACK SHOP CATEGORIES ON MOBILE @media screen and (max-width: 640px) { .products.collection-content-wrapper .nested-category-children { flex-wrap: wrap; justify-content: center; overflow-x: hidden; } } // SPLIT NAVIGATION .header-nav { position: absolute; top: 30px; bottom: 0; margin-top: 0px!important; margin-left: 10px!important; } .header-nav-item:nth-of-type(7) { margin-right: 260px!important; } .header-title-logo a { z-index: 1000; position: relative; } .header-display-desktop .header-title { flex: 0 0 20% !important; z-index: 999999999; } // ROTATING TEXT .rotatingtext{ display: inline; } .rotatingtext span{ animation: fadeEffect 20s linear infinite 0s; -ms-animation: fadeEffect 20s linear infinite 0s; -webkit-animation: fadeEffect 20s linear infinite 0s; color: White; opacity: 0; overflow: hidden; position: absolute; } .rotatingtext span:nth-child(2){ color: White; animation-delay: 5s; -ms-animation-delay: 5s; -webkit-animation-delay: 5s; } .rotatingtext span:nth-child(3){ color: White; animation-delay: 10s; -ms-animation-delay: 10s; -webkit-animation-delay: 10s; } .rotatingtext span:nth-child(4){ color: White; animation-delay: 15s; -ms-animation-delay: 15s; -webkit-animation-delay: 15s; } // CROSS DISSOLVE ANIMATION @-moz-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -moz-transform: translateY(0px); } 10% { opacity: 1; -moz-transform: translateY(0px); } 25% { opacity: 1; -moz-transform: translateY(0px); } 30% { opacity: 0; -moz-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -webkit-transform: translateY(0px); } 10% { opacity: 1; -webkit-transform: translateY(0px); } 25% { opacity: 1; -webkit-transform: translateY(0px); } 30% { opacity: 0; -webkit-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } @-ms-keyframes fadeEffect{ 0% { opacity: 0; } 5% { opacity: 0; -ms-transform: translateY(0px); } 10% { opacity: 1; -ms-transform: translateY(0px); } 25% { opacity: 1; -ms-transform: translateY(0px); } 30% { opacity: 0; -ms-transform: translateY(0px); } 80% { opacity: 0; } 100% { opacity: 0; } } /* describe what you're hiding from desktop */ @media screen and (min-width:768px) { section[data-section-id="6647c76ca819f5434c06e7f6"] { display: none; } } /* describe what you're hiding from mobile */ @media screen and (max-width:767px) { section[data-section-id="664c3e91cfc0c378a86d9f11"]{ display: none; } } @media screen and (max-width: 768px) { .header-menu { opacity: 1; visibility: visible; transform: translateX(400px); transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } .header--menu-open .header-menu { transform: translateX(0); } .header-menu-nav-folder, .header-menu-nav-item a, .header--menu-open .header-menu .header-menu-nav-list, .header-menu-actions, .header-menu-cta { transition: unset !important; transform: unset !important; }} .header-menu .header-menu-bg{ background-image: url(https://images.squarespace-cdn.com/content/66462503af4f68627ee53eb5/371c3734-9e79-409d-96c2-dfb85f1434e3/Untitled+design-5.png?content-type=image%2Fpng); background-size: cover; } .header-nav-folder-content { border: 1px solid gold; } .animated-text { visibility: hidden; } input { position: ; opacity: 0; z-index: -1; } // Layout .row { display:flex; .col { flex:1; &:last-child { margin-left: 1em; } } } /* Accordion styles */ .tabs { border-radius: 0px; overflow: hidden; } .tab { width: 100%; color: ; overflow: hidden; &-label { display: flex; padding: 1em; background: ; justify-content: space-between; font-weight: bold; border-bottom: 1px solid #f7b8a1; padding-bottom:20px; cursor: pointer; /* Icon */ &:hover { background: ; } &::after { content: "\276F"; width: 1em; height: 1em; text-align: center; transition: all .35s; } } &-content { max-height: 0; padding: 0 0em; color: ; background: ; transition: all .35s; } &-close { display: flex; justify-content: flex-end; padding: 1em; font-size: 0.75em; background: ; cursor: pointer; &:hover { background: ; } } } // :checked input:checked { + .tab-label { background: ; &::after { transform: rotate(90deg); } } ~ .tab-content { max-height: 150vh; padding-top: 10px; } } .container { &__image { display: inline-block; vertical-align: top; width: 25%; margin-right: 25px; position: relative; min-width: 200px; margin-bottom: 20px; } &__text { display: inline-block; width: 60%; font-size: 1.3em; overflow: visible; @media (max-width: 1000px) { width: 100%; } } } /* Add an image into Accordion Content */ /* replace demo image with your image url */ /* nth-child(1) is first accordion item, nth-child(2) is second item... */ /* :before is image on top, :after if image on bottom */ li:nth-child(1) .accordion-item__description:before { content: ""; display: block; width: 150%; /* image width, you can also use px */ height: 1050px; /* image height */ background-image: url(https://static1.squarespace.com/static/66462503af4f68627ee53eb5/t/665355d4c0006622ca37ac1c/1716737493648/COA_2312092_001-GRN-009-BLK-1123_v1+%281%29+%281%29.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ } li:nth-child(2) .accordion-item__description:before { content: ""; display: block; width: 150%; /* image width, you can also use px */ height: 1050px; /* image height */ background-image: url(https://static1.squarespace.com/static/66462503af4f68627ee53eb5/t/6653578b092e9a1abc578f1f/1716737933329/COA_2312092_002-RED-009-BLK-1123_v1+%281%29_page-0001.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ } li:nth-child(3) .accordion-item__description:before { content: ""; display: block; width: 150%; /* image width, you can also use px */ height: 1050px; /* image height */ background-image: url(https://static1.squarespace.com/static/66462503af4f68627ee53eb5/t/66535790d826b0589a717b6b/1716737938015/COA_2312092_003-WHT-009-BLK-1123_v1_page-0001.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; /* space between image-text */ }