Make WordPress Themes

Changeset 299743


Ignore:
Timestamp:
11/22/2025 09:11:11 AM (45 hours ago)
Author:
themedropbox
Message:

New version of Shopient - 23.4

Location:
shopient/23.4
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shopient/23.4/functions.php

    r298810 r299743  
    33 * Define Theme Version
    44 */
    5 define( 'SHOPIENT_THEME_VERSION', '23.3' );
     5define( 'SHOPIENT_THEME_VERSION', '23.4' );
    66
    77function shopient_css() {
  • shopient/23.4/readme.txt

    r298810 r299743  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 23.3
    8 Version: 23.3
     7Stable tag: 23.4
     8Version: 23.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    130130== Changelog ==
    131131
     132@version 23.4
     133* Style Fixed
     134
    132135@version 23.3
    133136* Form Style Issue Fixed
  • shopient/23.4/style.css

    r298810 r299743  
    66Description: Shopient is a WooCommerce multipurpose WordPress theme designed for shopping online stores. Shopient is suitable for eCommerce websites such as fashion, suit, sneaker, shoes, glasses, accessories, supermarket … or anything you want. The theme is built with lots of cool features and fully eCommerce functionalities in Pro version. Visit Shopient pro demo. https://preview.sellerthemes.com/pro/shopient/
    77Template: storely
    8 Version: 23.3
     8Version: 23.4
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    14371437    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
    14381438}
     1439
     1440.wp-calendar-nav .wp-calendar-nav-prev > a:hover,
     1441.wp-calendar-nav .wp-calendar-nav-next > a:hover,
     1442.wp-calendar-nav .wp-calendar-nav-prev > a:focus,
     1443.wp-calendar-nav .wp-calendar-nav-next > a:focus {
     1444    text-decoration: none;
     1445}
Note: See TracChangeset for help on using the changeset viewer.