Changeset 222611
- Timestamp:
- 03/29/2024 07:00:10 AM (20 months ago)
- Location:
- shopping-solution/0.5.4
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from shopping-solution/0.5.3)
-
page-template/home-page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shopping-solution/0.5.4/page-template/home-page.php
r213033 r222611 57 57 <?php if( get_theme_mod('ecommerce_solution_slider_button_text','SHOP NOW') != '' || get_theme_mod('ecommerce_solution_slider_button_link') != ''){ ?> 58 58 <div class="more-btn my-md-4 text-start"> 59 <a href="<?php echo esc_url(get_theme_mod('ecommerce_solution_slider_button_link' ,'')); ?>" class="p-3"><?php echo esc_html( get_theme_mod('ecommerce_solution_slider_button_text',__('SHOP NOW','shopping-solution'))); ?><span class="screen-reader-text"><?php echo esc_html( get_theme_mod('ecommerce_solution_slider_button_text',__('SHOP NOW','shopping-solution'))); ?></span></a>59 <a href="<?php echo esc_url(get_theme_mod('ecommerce_solution_slider_button_link')!= '') ? esc_url(get_theme_mod('ecommerce_solution_slider_button_link')) : esc_url(get_permalink()); ?>" class="p-3"><?php echo esc_html( get_theme_mod('ecommerce_solution_slider_button_text',__('SHOP NOW','shopping-solution'))); ?><span class="screen-reader-text"><?php echo esc_html( get_theme_mod('ecommerce_solution_slider_button_text',__('SHOP NOW','shopping-solution'))); ?></span></a> 60 60 </div> 61 61 <?php } ?> -
shopping-solution/0.5.4/readme.txt
r220182 r222611 4 4 Requires at least: 5.0 5 5 Tested up to: 6.4 6 Stable Tag: 0.5. 36 Stable Tag: 0.5.4 7 7 Requires PHP: 7.2 8 8 License: GNU General Public License v3.0 … … 168 168 * Added upgrade to pro button in slider section and new collection section. 169 169 170 = 0.5.4 = 171 * Resolved error for slider button link. 172 170 173 == Resources == 171 174 -
shopping-solution/0.5.4/style.css
r220182 r222611 8 8 Tested up to: 6.4 9 9 Requires PHP: 7.2 10 Version: 0.5. 310 Version: 0.5.4 11 11 license: GNU General Public License v3.0 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.