Changeset 2407601
- Timestamp:
- 10/27/2020 01:50:26 PM (5 years ago)
- Location:
- master-elements/trunk
- Files:
-
- 4 edited
-
addons/widgets/woo-product-archive/woo-product-archive.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
-
masterelements.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
master-elements/trunk/addons/widgets/woo-product-archive/woo-product-archive.php
r2390207 r2407601 813 813 814 814 $this->add_responsive_control( 815 'me_vertical_align_view_cart_btn', 816 [ 817 'label' => __('Vertical Position', 'masterelements'), 818 'type' => Controls_Manager::CHOOSE, 819 'label_block' => false, 820 'options' => [ 821 'contents' => [ 822 'title' => __('Top', 'masterelements'), 823 'icon' => 'eicon-v-align-top', 824 ], 825 'table' => [ 826 'title' => __('Bottom', 'masterelements'), 827 'icon' => 'eicon-v-align-bottom', 828 ], 829 ], 830 'selectors' => [ 831 '{{WRAPPER}} .added_to_cart' => 'display: {{VALUE}} !important', 832 833 ], 834 835 ] 836 ); 837 838 $this->add_responsive_control( 815 839 'me_view_cart_button_text_alignment', 816 840 [ … … 838 862 'selectors' => [ 839 863 '{{WRAPPER}} a.added_to_cart.wc-forward' => 'text-align: {{VALUE}}', 864 '{{WRAPPER}} .added_to_cart' => 'width: 100% !important', 840 865 ], 841 866 ] -
master-elements/trunk/changelog.txt
r2395847 r2407601 1 27/10/2020 2 3 Version 7.2 4 5 [New] Archive Control 6 1 7 08/10/2020 2 8 -
master-elements/trunk/masterelements.php
r2395847 r2407601 10 10 * Plugin URI: https://akdesigner.com/ 11 11 * Author: TeamDevBunch 12 * Version: 7. 112 * Version: 7.2 13 13 * Tested up to: 5.5 14 14 * Author URI: https://devbunch.com/ -
master-elements/trunk/readme.txt
r2395847 r2407601 64 64 65 65 == Changelog == 66 = 27/10/2020 Version 7.2 = 67 * [New] Archive Control 68 66 69 = 08/10/2020 Version 7.1 = 67 70 * [New] Master Table
Note: See TracChangeset
for help on using the changeset viewer.