Advertisement
Udoro

Product image swap

Jul 4th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. {"component":{"id":1231,"name":"ct_section","options":{"ct_id":1231,"ct_parent":"100092","selector":"section-1231-38","original":{},"nicename":"Section - product image swap"},"depth":2,"children":[{"id":1233,"name":"ct_code_block","options":{"ct_id":1233,"ct_parent":1231,"selector":"code_block-1233-38","original":{"code-css":"\n.product-card{\n position: relative;\n}\n\n\n.product-card__img-wrap--hover{\n opacity: 0;\n transition: opacity 0.2s;\nposition: absolute;\n\tinset: 0;\n \n}\n\n.product-card:hover .product-card__img-wrap--hover{\n opacity: 1;\n}\n\n.product-card__img-wrap--hover .secondary-image{\n\twidth: 100%\n}\n\n\n@media (max-width:1024px){\n.product-card__img-wrap--hover{\n display: none;\n \n}\n\n}","code-php":"<?php\n\t//echo \"hello world!\";\n?>"},"nicename":"image swap styles","activeselector":false},"depth":3},{"id":15,"name":"oxy_dynamic_list","options":{"ct_id":15,"ct_parent":1231,"selector":"_dynamic_list-15-38","original":{"flex-wrap":"wrap","align-items":"stretch","wp_query":"default","query_count":"5","query_post_types":["product"],"query_taxonomies_any":[],"query_taxonomies_all":[],"query_authors":[],"paginate_end_size":"20","paginate_size":"24","paginate_color":"#ff0000","paginate_link_color":"#00c600","paginate_padding_left":"24","paginate_padding_right":"24","paginate_width-unit":"%","paginate_width":"100","paginate_margin_top-unit":"auto","paginate_margin_top":"","query_args":"author_name=admin&category_name=all&posts_per_page=10&orderby=popularity","wp_query_advanced":[{"key":"post_type","values":[{"value":"product"}]},{"key":"no_found_rows","values":[{"value":"true"}]},{"key":"orderby","values":[{"value":"meta_value_num"}]},{"key":"meta_key","values":[{"value":"total_sales"}]},{"key":"posts_per_page","values":[{"value":"4"}]}],"wp_query_advanced_preset":"Custom Settings","grid-column-count":"4","grid-column-min-width":"0","display":"grid"},"activeselector":false,"nicename":"Repeater (#15)"},"children":[{"id":16,"name":"ct_div_block","options":{"ct_id":16,"ct_parent":15,"selector":"div_block-16-38","nicename":"product card","classes":["product-card"],"activeselector":"product-card"},"depth":4,"children":[{"id":1222,"name":"ct_div_block","options":{"ct_id":1222,"ct_parent":16,"selector":"div_block-1222-38","original":{},"nicename":"Hover image","classes":["product-card__img-wrap--hover"],"activeselector":"product-card__img-wrap--hover"},"depth":5,"children":[{"id":1223,"name":"ct_code_block","options":{"ct_id":1223,"ct_parent":1222,"selector":"code_block-1223-38","original":{"code-php":"<?php \n \n global $product;\n\n $attachment_ids = $product->get_gallery_image_ids();\n\n if ( $attachment_ids ) {\n\t$attachment_ids = array_values( $attachment_ids );\n\t$secondary_image_id = $attachment_ids['0'];\n\n\t$secondary_image_alt = get_post_meta( $secondary_image_id, '_wp_attachment_image_alt', true );\n\t$secondary_image_title = get_the_title($secondary_image_id);\n\n\techo wp_get_attachment_image(\n\t $secondary_image_id,\n\t 'shop_catalog',\n\t '',\n\t array(\n\t\t'class' => 'secondary-image attachment-woocommerce_thumbnail',\n\t\t'alt' => $secondary_image_alt,\n\t\t'title' => $secondary_image_title\n\t )\n\t);\n }\n\n?>\n","width":"100","width-unit":"%"},"nicename":"secondary image","activeselector":false},"depth":6}]},{"id":1220,"name":"ct_div_block","options":{"ct_id":1220,"ct_parent":16,"selector":"div_block-1220-38","original":{},"nicename":"Normal image","classes":["product-card__img-wrap"],"activeselector":"product-card__img-wrap"},"depth":5,"children":[{"id":1221,"name":"ct_image","options":{"ct_id":1221,"ct_parent":1220,"selector":"image-1221-38","original":{"image_type":"2","attachment_size":"full","attachment_id":"[oxygen data='featured_image_id']","attachment_height":680,"attachment_width":680,"attachment_url":"http://woocommerce.local/wp-content/uploads/2021/06/samsung-galaxy.jpg","width":"100","width-unit":"%"},"nicename":"primary image","activeselector":""},"depth":6}]}]}],"depth":3}]},"classes":{"product-card":{"key":"product-card","original":{}},"product-card__img-wrap--hover":{"original":{"width":"100","width-unit":"%"},"key":"product-card__img-wrap--hover"},"product-card__img-wrap":{"original":{"width":"100","width-unit":"%"},"key":"product-card__img-wrap"}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement