Plugin Directory

Changeset 1377088


Ignore:
Timestamp:
03/23/2016 03:14:24 PM (10 years ago)
Author:
dafunkyalex
Message:

1.1.1

  • fix for cycle2 carousel's starting position
Location:
yarss/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yarss/trunk/readme.txt

    r1377078 r1377088  
    44Requires at least: 4.4.2
    55Tested up to: 4.4.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88Donate link: http://www.webdesign-manching.de/donate
  • yarss/trunk/yarss.php

    r1377072 r1377088  
    44* Plugin URI: http://wordpress.org/plugins/yarss/
    55* Description: You can add a shortcode into your posts to display RSS feeds that may include bbcode.
    6 * Version: 1.1
     6* Version: 1.1.1
    77* Author: Alexander Jungwirth
    88* Author URI: http://www.webdesgn-manching.de
     
    9898       
    9999        if ($attributes["height"] != "" && (int)$attributes["height"] > 0) {
    100             $data .= "<script>jQuery(document).ready( function() { jQuery( \".yarss_frame\" ).cycle(); });</script>";           
     100            $data .= "<script>jQuery(document).ready( function() { jQuery( \".yarss_frame\" ).cycle(); jQuery( \".cycle-carousel-wrap\" ).css( \"top\", \"0\" ); });</script>";           
    101101        }
    102102       
Note: See TracChangeset for help on using the changeset viewer.