Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #759580

    Hello.

    Is ist possible to show the partner/Logo Elelemtns in a slider by a random order?

    Best regards,
    Harald.

    #759656

    Hey etcpp,
    Using Enfold’s native partner/logo element, it is not possible. You are going to need to find a plugin for such feature or hire a freelance developer for such customization.

    Best regards,
    Mike

    #1095303

    Try this.

    Enfold version 4.5.4:
    /config-templatebuilder/avia-shortcodes/logoslider/logoslider.php, row 603 add this:

    ...
    shuffle($this->subslides); //add this before the foreach loop
    foreach( $this->subslides as $key => $slides )
    ...

    If you want to randomize only one element, use

    if(avia_partner_logo::$slider == 2) {
       shuffle($this->subslides);
    }
    #1095348

    Hey jaripp,

    Thanks for the input on this!

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.