Skip to content

Instantly share code, notes, and snippets.

View subaida77's full-sized avatar

Subaida Begum subaida77

View GitHub Profile
@subaida77
subaida77 / functions.php
Created November 16, 2017 08:34 — forked from ibndawood/functions.php
Electro - Remove availability in single product page
add_action( 'init', 'ec_child_remove_availability', 20 );
function ec_child_remove_availability() {
remove_action( 'woocommerce_single_product_summary', 'electro_template_loop_availability', 10 );
}
@subaida77
subaida77 / function.php
Created November 20, 2017 08:45
Electro Brands List Pages
if ( ! function_exists( 'electro_brands_list_element' ) ) :
function electro_brands_list_element( $atts, $content = null ){
extract(shortcode_atts(array(
'has_no_products' => false,
'orderby' => 'title',
'order' => 'asc',
), $atts));
$taxonomy_args = array(
'orderby' => $orderby,
//v14
<div class="mx-n4 page-dots-custom-1" data-flickity='{"pageDots": true, "prevNextButtons": false, "cellAlign": "left", "wrapAround": true, "imagesLoaded": true}'>
<div class="col-12 col-md-6 col-xl-4 pb-4 pb-md-7">
<!-- Card -->
<div class="card border shadow p-2 sk-fade font-montserrat font-size-sm">
<!-- Image -->
<div class="card-zoom position-relative">
<div class="badge-float sk-fade-top top-0 right-0 mt-4 mr-4">
<a href="@@webRoot/course-single-v2.html" class="btn btn-xs btn-dark text-white rounded-circle lift opacity-dot-7 mr-1 p-2 d-inline-flex justify-content-center align-items-center w-36 h-36">
//v4
<div class="mx-n3 mx-md-n4" data-flickity='{"pageDots": true, "prevNextButtons": false, "cellAlign": "left", "wrapAround": true, "imagesLoaded": true}'>
<div class="col mw-xl-20 mw-md-25 text-center py-5 px-3 px-md-4" data-aos="fade-up" data-aos-delay="50">
<div class="card">
<!-- Image -->
<div class="card-zoom position-relative d-flex justify-content-center">
<div class="card-float card-hover center">
<ul class="nav mx-n2 justify-content-center">
<li class="nav-item px-2">
<a href="#" class="d-block text-white">
@subaida77
subaida77 / readme.md
Created December 26, 2023 08:40
MyTravel Theme Description

image