Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    Hi, This plugin uses the jQuery Cycle2 plugin for the rotation. It has a few basic transitions, but there might be some fancier ones out there.

    On the right side it shows the current available transitions: https://jquery.malsup.com/cycle2/demo/

    I’ll have to look into this again and see exactly what can be accomplished. If you want to test things out, the attribute for the shortcode is ‘fx’ like fx=’flipHorz’

    Thread Starter thepeppi

    (@thepeppi)

    Thnx for the reply
    And you nailed it thats exactly what i mean

    I will try and see if i can edit something maybe copy paste some things in the files.
    To be honnest i am no coder but with a litle bit study of files and copy paste i can acomplish alot

    thnx

    Thread Starter thepeppi

    (@thepeppi)

    this seems to work

    wp_enqueue_script( 'cycle2', plugins_url('/js/jquery.cycle2.flip.min.js', __FILE__), array('jquery'), false, $load_scripts_in_footer );

    added flip in the file also and that works

    now i need to find the code that will make it function

    and the hopefully it will flip

    Thread Starter thepeppi

    (@thepeppi)

    well i searched all files but i dont seem to understand where the code for the other 2 .js files is called

    in metabox.rotator i added the flip txt that shows in the admin

    and in the testimonial-rotator i copy’ed the txt and eddited the line with the file name of the flip.min.js

    but now i am stuck and dont seem to find a way to let the script call upon the file….

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fade , scroll but…..’ is closed to new replies.