Changeset 1377088
- Timestamp:
- 03/23/2016 03:14:24 PM (10 years ago)
- Location:
- yarss/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
yarss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yarss/trunk/readme.txt
r1377078 r1377088 4 4 Requires at least: 4.4.2 5 5 Tested up to: 4.4.2 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 Donate link: http://www.webdesign-manching.de/donate -
yarss/trunk/yarss.php
r1377072 r1377088 4 4 * Plugin URI: http://wordpress.org/plugins/yarss/ 5 5 * 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 7 7 * Author: Alexander Jungwirth 8 8 * Author URI: http://www.webdesgn-manching.de … … 98 98 99 99 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>"; 101 101 } 102 102
Note: See TracChangeset
for help on using the changeset viewer.