Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Codeinwp/Nivo-Slider-jQuery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codyverse/nivo-slider-jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 14 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 28, 2023

  1. code formatted

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    959724a View commit details
  2. data-src support for lazy loading

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    8042c60 View commit details
  3. fixed alt attr adding

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    ead8a97 View commit details
  4. version

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    2dd0e88 View commit details
  5. .

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    f2d1518 View commit details
  6. cleaning

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    fe44623 View commit details
  7. 3.3

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    d65d0fe View commit details
  8. .

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    65ad9db View commit details
  9. .

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    f3d3f65 View commit details
  10. .

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    f1ebc82 View commit details
  11. .

    akaunderr committed Dec 28, 2023
    Copy the full SHA
    c060766 View commit details

Commits on Dec 29, 2023

  1. 3.3.1

    akaunderr committed Dec 29, 2023
    Copy the full SHA
    2e48661 View commit details
  2. 3.3.1

    akaunderr committed Dec 29, 2023
    Copy the full SHA
    63e6d6c View commit details
  3. .

    akaunderr committed Dec 29, 2023
    Copy the full SHA
    72f416a View commit details
Showing with 867 additions and 701 deletions.
  1. +26 −0 .jsbeautifyrc
  2. +14 −0 CHANGELOG.md
  3. +17 −17 README.md
  4. +797 −674 jquery.nivo.slider.js
  5. +13 −0 jquery.nivo.slider.min.js
  6. +0 −10 jquery.nivo.slider.pack.js
26 changes: 26 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"js": {
"allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"],
"brace_style": "collapse", // [collapse|expand|end-expand|none] Put braces on the same line as control statements (default), or put braces on own line (Allman / ANSI style), or just put end braces on own line, or attempt to keep them where they are
"break_chained_methods": false, // Break chained method calls across subsequent lines
"e4x": false, // Pass E4X xml literals through untouched
"end_with_newline": true, // End output with newline
"eol": "\n",
"indent_char": " ", // Indentation character
"indent_level": 0, // Initial indentation level
"indent_size": 4, // Indentation size
"indent_with_tabs": false, // Indent with tabs, overrides `indent_size` and `indent_char`
"jslint_happy": false, // If true, then jslint-stricter mode is enforced
"keep_array_indentation": false, // Preserve array indentation
"keep_function_indentation": false, // Preserve function indentation
"max_preserve_newlines": 1, // Maximum number of line breaks to be preserved in one chunk (0 disables)
"operator_position": "before-newline", // [before-newline|after-newline|preserve-newline] Set operator position
"preserve_newlines": true, // Whether existing line breaks should be preserved
"space_after_anon_function": false, // Should the space before an anonymous function's parens be added, "function()" vs "function ()"
"space_before_conditional": true, // Should the space before conditional statement be added, "if(true)" vs "if (true)"
"space_in_empty_paren": false, // Add padding spaces within empty paren, "f()" vs "f( )"
"space_in_paren": false, // Add padding spaces within paren, ie. f( a, b )
"unescape_strings": false, // Should printable characters in strings encoded in \xNN notation be unescaped, "example" vs "\x65\x78\x61\x6d\x70\x6c\x65"
"wrap_line_length": 120 // Lines should wrap at next opportunity after this number of characters (0 disables)
}
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG

## 3.3.1 (2023.12.29)
### Fixed
- `alt` tag.
- CRLF to LF.

## 3.3.0 (2023.12.28)
### Added
- support for `data-src` tag for compatibility with some lazy loading plugins.
### Fixed
- `alt` tag for `prev` and `next` pictures.
### Internal
- code formatting
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
**Maintainer's Wanted!** - Ineterested in contributing regularly to Nivo Slider development? [Get in touch](https://themeisle.com/contact/)
> # UKRAINE NEEDS YOUR HELP NOW!
>
> On 24 February 2022, Russian [President Vladimir Putin ordered an invasion of Ukraine by Russian Armed Forces](https://www.bbc.com/news/world-europe-60504334).
>
> Your support is urgently needed.
>
> - Donate to the volunteers. Here is the volunteer fund helping the Ukrainian army to provide all the necessary equipment:
> https://bank.gov.ua/en/news/all/natsionalniy-bank-vidkriv-spetsrahunok-dlya-zboru-koshtiv-na-potrebi-armiyi or https://savelife.in.ua/en/donate/
> - Triple-check social media sources. Russian disinformation is attempting to coverup and distort the reality in Ukraine.
> - Help Ukrainian refugees who are fleeing Russian attacks and shellings: https://www.globalcitizen.org/en/content/ways-to-help-ukraine-conflict/
> - Put pressure on your political representatives to provide help to Ukraine.
> - Believe in the Ukrainian people, they will not surrender, they don't have another Ukraine.
>
> THANK YOU!
----

# Nivo Slider

The Nivo Slider is world renowned as the most beautiful and easy to use image slider on the market. There is literally no better way to make your website look totally stunning.

WordPress Plugin: https://themeisle.com/nivo-slider/ for more info.

Docs: http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin

If you are looking out for WordPress themes which nicely integrate Nivo Slider, check-out : https://themeisle.com/wordpress-themes/ or if you are looking for a web host where you can have your website hosted, see [this guide](https://www.codeinwp.com/blog/best-wordpress-hosting/), I am sure that it will help.

## Other Projects

Check-out other stuff that we are working on :

* [Optionistics](https://optionistics.com)
* [Codeinwp](https://codeinwp.com/blog/)
* [Revive.social](https://revive.social)
* [FinMasters](https://finmasters.com)
The Nivo Slider is world renowned as the most beautiful and easy to use image slider on the market. There is literally no better way to make your website look totally stunning. But currently the development is stopped and [repository](https://github.com/Codeinwp/Nivo-Slider-jQuery) has been archived. So I had to made a fork to add support of `data-src` tag, which is required for some _lazy loading_ plugins to work, and fix support of `alt` tag.
This is a project for my own needs, but I will certainly be glad if someone has a desire to improve or suggest something.
Loading