Skip to content

Instantly share code, notes, and snippets.

View cuocsongso's full-sized avatar

thembay cuocsongso

View GitHub Profile
@cuocsongso
cuocsongso / kera-contact-form.html
Created May 23, 2020 02:53
kera-contact-form.html
<div class="form-horizontal row">
<div class="col">
[text* your-name placeholder class:required class:form-control "Name*"]
</div>
<div class="col">
[email* email-257 placeholder class:required "Email*"]
</div>
<div class="col">
[text* text-599 placeholder class:required class:form-subject "Subject"]
</div>
@cuocsongso
cuocsongso / tilano_customize_footer_mobile.php
Created March 5, 2020 04:20
tilano_customize_footer_mobile.php
@cuocsongso
cuocsongso / tilano_customize_footer_mobile_1.php
Created March 5, 2020 04:12
tilano_customize_footer_mobile_1.php
@cuocsongso
cuocsongso / tilano_before_footer_mobile_content_hook.php
Last active March 5, 2020 04:04
tilano_before_footer_mobile_content_hook.php
@cuocsongso
cuocsongso / tilano-mailChimp.html
Created March 5, 2020 03:51
tilano-mailChimp.html
<input id="mc4wp_email" class="form-control input-newletter" name="EMAIL" required="" type="email" placeholder="Your e-mail address...">
<button type="submit" value="Submit"> <span>Subscribe</span><i class="zmdi zmdi-email"></i></button>
@cuocsongso
cuocsongso / Never Cache Cookies - Puca
Created February 26, 2020 07:29
Never Cache Cookies - Puca
yith_woocompare_list
yith_wcwl_products
display_mode
@cuocsongso
cuocsongso / tb_sound_customize_footer_mobile.php
Created January 2, 2020 09:32
tb_sound_customize_footer_mobile.php
@cuocsongso
cuocsongso / tb_sound_customize_footer_mobile_1.php
Last active January 2, 2020 09:31
tb_sound_customize_footer_mobile_1.php
@cuocsongso
cuocsongso / tb_sound_before_footer_mobile hook
Created January 2, 2020 09:05
tb_sound_before_footer_mobile hook
@cuocsongso
cuocsongso / How to Add a Quantity Field to Shop Pages in WooCommerce by Thembay Custom CSS
Created December 11, 2019 06:19
How to Add a Quantity Field to Shop Pages in WooCommerce by Thembay Custom CSS
.product-block.v15 .add-cart a.added+a.added_to_cart,
.product-block.v15 .add-cart a.added::after,
.product-block.v15 .add-cart a i:before{
display: none !important;
}
.product-block.v15 .add-cart a.added {
display: block !important;
}
@media (min-width: 768px) {