Plugin Directory

Changeset 3345410


Ignore:
Timestamp:
08/16/2025 08:01:43 AM (6 months ago)
Author:
wpcoder75
Message:

added marqee slider

Location:
daily-slider
Files:
51 added
2 edited

Legend:

Unmodified
Added
Removed
  • daily-slider/trunk/daily-slider.php

    r3278170 r3345410  
    33 * Plugin Name: Daily Slider
    44 * Description: Enhance Elementor with customizable hero sliders, review carousels, and portfolio showcases, featuring responsive design, animations, and hover effects.
    5  * Version: 1.5
     5 * Version: 1.6
    66 * Author: wpcoder75
    77 * Author URI: https://github.com/asikwp75
     
    1919
    2020class DailySliderPlugin {
    21     const VERSION = '1.5';
     21    const VERSION = '1.6';
    2222    const MINIMUM_ELEMENTOR_VERSION = '3.26.0';
    2323    const MINIMUM_PHP_VERSION = '7.4';
     
    6262        wp_enqueue_style( 'DailySlider-pixel-styles', plugins_url( 'assets/css/widgets/pixel.css', __FILE__ ), array(), '1.0.0', false );
    6363        wp_enqueue_style( 'DailySlider-review-carousel-styles', plugins_url( 'assets/css/widgets/review-carousel.css', __FILE__ ), array(), '1.0.0', false );
     64        wp_enqueue_style( 'DailySlider-marquee-styles', plugins_url( 'assets/css/widgets/marqee.css', __FILE__ ), array(), '1.0.0', false );
    6465        wp_enqueue_style( 'DailySlider-common-styles', plugins_url( 'assets/css/common.css', __FILE__ ), array(), '1.0.0', false );
    6566    }
     
    6970        wp_enqueue_script( 'DailySlider-pixel-scripts', plugins_url( 'assets/js/widgets/pixel.js', __FILE__ ), array( 'jquery' ), '1.0.0', true );
    7071        wp_enqueue_script( 'DailySlider-review-carousel-scripts', plugins_url( 'assets/js/widgets/review-carousel.js', __FILE__ ), array( 'jquery' ), '1.0.0', true );
     72        wp_enqueue_script( 'DailySlider-marquee-scripts', plugins_url( 'assets/js/widgets/marquee.js', __FILE__ ), array( 'jquery' ), '1.0.0', true );
    7173    }
    7274
     
    9395        require_once plugin_dir_path( __FILE__ ) . 'widgets/review-carousel/review-carousel.php';
    9496        $widgets_manager->register( new \DailySlider\Widgets\ReviewCarousel_Widget() );
     97
     98        require_once plugin_dir_path( __FILE__ ) . 'widgets/marquee/marquee.php';
     99        $widgets_manager->register( new \DailySlider\Widgets\Marquee_Widget() );
    95100    }
    96101   
  • daily-slider/trunk/readme.txt

    r3278170 r3345410  
    1 === Daily Slider – Powerful Elementor Addons for Stunning Sliders! ===
     1=== Daily Slider ===
    22Contributors: wpcoder75
    3 Tags: elementor, slider, DailySlider, carousel, animation
     3Tags: elementor, slider, carousel, marquee, hero-slider, testimonial, portfolio, animation, responsive, widgets, addon
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable Tag: 1.5
    7 Requires PHP: 7.2
     6Stable Tag: 1.6
     7Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     10
     11Powerful Elementor addon with customizable hero sliders, review carousels, and portfolio showcases featuring responsive design and smooth animations.
    1012
    1113== Description ==
     
    2224- **Review Carousel Widget (Testimonial Carousel)**: Display customer reviews and testimonials in an interactive carousel format.
    2325- **Eldorado Widget (Image Carousel)**: Showcase portfolio items or images in a stylish and sleek carousel layout.
     26- **Marquee Slider Widget**: Create smooth scrolling marquee effects for displaying logos, testimonials, or any content in a continuous loop.
    2427- **Customization options** for text, images, spacing, colors, and typography.
    2528- **Seamless integration with Elementor's drag-and-drop editor** for easy design.
     
    4043  - An elegant image carousel widget designed for portfolio showcases, photography galleries, or any image-based content.
    4144
     45- **Marquee Slider**
     46  - A smooth scrolling marquee widget perfect for displaying logos, testimonials, announcements, or any content in a continuous loop.
     47  - Features customizable speed, direction, pause on hover, and edge masking effects.
     48
    4249== Installation ==
    4350
     
    45522. Activate the plugin through the 'Plugins' screen in WordPress.
    46533. Open the **Elementor Editor** and find the **DailySlider** widgets under the **Elementor Widgets** panel.
    47 4. Drag and drop your desired widget (Pixel, Review Carousel, or Eldorado) into your page and start customizing.
     544. Drag and drop your desired widget (Pixel, Review Carousel, Eldorado, or Marquee Slider) into your page and start customizing.
    4855
    4956== Frequently Asked Questions ==
     
    6067== Changelog ==
    6168
     69= 1.6 [31th January 2025] =
     70
     71- Added **Marquee Slider Widget** with smooth scrolling animations, customizable speed, direction, and pause on hover functionality.
     72- Enhanced marquee widget with edge masking effects and responsive design.
     73- Improved overall plugin stability and performance.
     74
    6275= 1.5 [31th January 2025] =
    6376
    6477- Added **hover transform scale effect** to **Eldorado Widget**, for improved image interaction.
    65 
    6678
    6779= 1.0.0 [28th January 2025] =
     
    7183  * **Review Carousel**: Dynamic testimonial showcase
    7284  * **Eldorado**: Portfolio and image carousel
     85  * **Marquee Slider**: Smooth scrolling marquee effects
    7386
    7487== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.