Changeset 299095
- Timestamp:
- 11/19/2025 04:20:07 AM (5 days ago)
- Location:
- construction-blocks/3.8
- Files:
-
- 1 added
- 6 edited
- 1 copied
-
. (copied) (copied from construction-blocks/3.7)
-
inc/customizer/customizer.php (modified) (1 diff)
-
inc/dashboard/dashboard.php (modified) (1 diff)
-
languages/construction-blocks.pot (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
style.css (modified) (1 diff)
-
templates/archive-product.html (modified) (1 diff)
-
templates/blank.html (added)
Legend:
- Unmodified
- Added
- Removed
-
construction-blocks/3.8/inc/customizer/customizer.php
r267388 r299095 65 65 </div> 66 66 <div class="col-md upsell-btn upsell-btn-bottom"> 67 <a href="<?php echo esc_url( CONSTRUCTION_BLOCKS_BUNDLE_BTN ); ?>" target="blank" class="btn btn-success btn"><?php esc_html_e('WP Theme Bundle (12 0+ Themes)','construction-blocks');?> </a>67 <a href="<?php echo esc_url( CONSTRUCTION_BLOCKS_BUNDLE_BTN ); ?>" target="blank" class="btn btn-success btn"><?php esc_html_e('WP Theme Bundle (125+ Themes)','construction-blocks');?> </a> 68 68 </div> 69 69 </label> -
construction-blocks/3.8/inc/dashboard/dashboard.php
r270675 r299095 84 84 <a class="button-primary docs" href="<?php echo esc_url( CONSTRUCTION_BLOCKS_PRO_DOC ); ?>" target="_blank"><?php esc_html_e('Documentation', 'construction-blocks'); ?></a> 85 85 </div> 86 <a class="button-primary bundle-btn" href="<?php echo esc_url( CONSTRUCTION_BLOCKS_BUNDLE_LINK ); ?>" target="_blank"><?php esc_html_e('WordPress Theme Bundle (12 0+ Themes at Just $89)', 'construction-blocks'); ?></a>86 <a class="button-primary bundle-btn" href="<?php echo esc_url( CONSTRUCTION_BLOCKS_BUNDLE_LINK ); ?>" target="_blank"><?php esc_html_e('WordPress Theme Bundle (125+ Themes at Just $99)', 'construction-blocks'); ?></a> 87 87 </div> 88 88 <ul style="padding-top:10px"> -
construction-blocks/3.8/languages/construction-blocks.pot
r275400 r299095 143 143 144 144 #: inc/customizer/customizer.php:67 145 msgid "WP Theme Bundle (12 0+ Themes)"145 msgid "WP Theme Bundle (125+ Themes)" 146 146 msgstr "" 147 147 … … 231 231 232 232 #: inc/dashboard/dashboard.php:86 233 msgid "WordPress Theme Bundle (12 0+ Themes at Just $89)"233 msgid "WordPress Theme Bundle (125+ Themes at Just $99)" 234 234 msgstr "" 235 235 -
construction-blocks/3.8/readme.txt
r297015 r299095 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 3. 77 Stable tag: 3.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 79 79 https://fontawesome.com 80 80 81 * TGM 81 * TGMPA 82 82 GaryJones Copyright (C) 1989, 1991 83 https://github.com/TGMPA/TGM-Plugin-Activation/blob/develop/LICENSE.md84 83 License: GNU General Public License v2.0 84 LICENSE URL https://github.com/TGMPA/TGM-Plugin-Activation/blob/develop/LICENSE.md 85 SOURCE URL: https://github.com/TGMPA/TGM-Plugin-Activation 85 86 86 87 * Swiper … … 230 231 = 3.7 = 231 232 * Resolved css error. 233 234 = 3.8 = 235 * Resolved css bugs in inner pages. 236 * Added animation to inner shop page image. 237 * Updated the theme bundle text. 238 * In templates added blank page. -
construction-blocks/3.8/style.css
r297015 r299095 8 8 Tested up to: 6.8 9 9 Requires PHP: 5.6 10 Version: 3. 710 Version: 3.8 11 11 License: GNU General Public License 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
construction-blocks/3.8/templates/archive-product.html
r294773 r299095 21 21 <!-- wp:query {"queryId":1,"query":{"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true,"__woocommerceAttributes":[],"__woocommerceStockStatus":["instock","outofstock","onbackorder"]},"namespace":"woocommerce/product-query","align":"wide"} --> 22 22 <div class="wp-block-query alignwide"><!-- wp:post-template {"className":"products-block-post-template","layout":{"type":"grid","columnCount":4},"__woocommerceNamespace":"woocommerce/product-query/product-template"} --> 23 <!-- wp:woocommerce/product-image {"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} /--> 23 <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true,"className":"product-image-cart wow zoomIn"} --> 24 <!-- wp:woocommerce/product-sale-badge {"align":"right"} /--> 25 <!-- /wp:woocommerce/product-image --> 24 26 25 27 <!-- wp:post-title {"textAlign":"center","level":3,"isLink":true,"style":{"spacing":{"margin":{"bottom":"0.75rem","top":"0"}}},"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
Note: See TracChangeset
for help on using the changeset viewer.