• Excellent plugin.

    A few suggestions:

    1- The possibility of load or update with user’s click on content or another element, not only with page loading.

    2- Timing for ajax actions.

    3- And the possibility of choosing these for each content.

    4- Change or remove loading (that gif).

Viewing 1 replies (of 1 total)
  • generosus

    (@generosus)

    Great review!

    Concerning Items 1 – 3, can you expand a bit more (with examples)?

    Concerning Item 4, you can hide or replace the spinner using the following CSS Rules:

    To Hide the Spinner:

    .eos-dyn-content{background-image: none!important}

    To Replace the Spinner:

    .eos-dyn-content{background-image:url(/wp-content/uploads/2021/07/black-hole-spinner-25x25-1.gif)!important;}

    Note: Upload your favorite ajax spinner (.gif image) to your Media Library, then use the image path (URL) in the above rule. We use a small ajax spinner. Looks great and gives us a good visual suggesting data is loading. Further, it’s best to have the above options and not remove it completely from the plugin.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.