Changeset 3487707
- Timestamp:
- 03/21/2026 10:11:21 AM (2 weeks ago)
- Location:
- easy-table-of-contents/tags/2.0.82.1
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
easy-table-of-contents.php (modified) (2 diffs)
-
includes/class-eztoc-widgetsticky.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-table-of-contents/tags/2.0.82.1/README.txt
r3487671 r3487707 137 137 = 2.0.82.1 21/03/2026 = 138 138 * Fixed: Sticky TOC does not open after the latest update (version 2.0.82). #949 139 * Fixed: Table Numbers and Sticky TOC Not Rendering (Counter & Sticky Function Failure) #948 139 140 140 141 = 2.0.82 20/03/2026 = -
easy-table-of-contents/tags/2.0.82.1/changelog.txt
r3487671 r3487707 2 2 = 2.0.82.1 21/03/2026 = 3 3 * Fixed: Sticky TOC does not open after the latest update (version 2.0.82). #949 4 * Fixed: Table Numbers and Sticky TOC Not Rendering (Counter & Sticky Function Failure) #948 4 5 5 6 = 2.0.82 20/03/2026 = -
easy-table-of-contents/tags/2.0.82.1/easy-table-of-contents.php
r3487671 r3487707 931 931 $css = ''; 932 932 $css = self::inline_counting_css( ezTOC_Option::get( 'heading-text-direction', 'ltr' ), 'ez-toc-sticky-toggle-direction', 'ez-toc-sticky-toggle-counter', 'counter', 'ez-toc-sticky-container' ); 933 wp_add_inline_style( 'ez -toc-sticky', $css );933 wp_add_inline_style( 'eztoc-sticky', $css ); 934 934 } 935 935 } … … 951 951 $css .= self::inline_counting_css( ezTOC_Option::get( 'heading-text-direction', 'ltr' ) ); 952 952 $css .= self::inline_counting_css( ezTOC_Option::get( 'heading-text-direction', 'ltr' ),'ez-toc-widget-direction','ez-toc-widget-container', 'counter', 'ez-toc-widget-container' ); 953 wp_add_inline_style( 'ez -toc', $css );953 wp_add_inline_style( 'eztoc', $css ); 954 954 } 955 955 } -
easy-table-of-contents/tags/2.0.82.1/includes/class-eztoc-widgetsticky.php
r3487671 r3487707 492 492 wp_enqueue_style ( 'eztoc-widget-sticky', EZ_TOC_URL . "assets/css/ez-toc-widget-sticky$min.css", array(), $widgetCSSVersion ); 493 493 494 wp_add_inline_style ( 'eztoc-widget-sticky', ezTOC::inline_counting_css ( ezTOC_Option::get ( 'heading-text-direction', 'ltr' ), 'ez toc-widget-sticky-direction', 'eztoc-widget-sticky-container', 'counter', 'eztoc-widget-sticky-container' ) );494 wp_add_inline_style ( 'eztoc-widget-sticky', ezTOC::inline_counting_css ( ezTOC_Option::get ( 'heading-text-direction', 'ltr' ), 'ez-toc-widget-sticky-direction', 'ez-toc-widget-sticky-container', 'counter', 'ez-toc-widget-sticky-container' ) ); 495 495 496 496 $widgetJSVersion = ezTOC::VERSION . '-' . filemtime ( EZ_TOC_PATH . DIRECTORY_SEPARATOR . "assets" . DIRECTORY_SEPARATOR . "js" . DIRECTORY_SEPARATOR . "ez-toc-widget-sticky$min.js" );
Note: See TracChangeset
for help on using the changeset viewer.