Plugin Directory

Changeset 1400645


Ignore:
Timestamp:
04/20/2016 06:17:29 PM (10 years ago)
Author:
montanan
Message:

fix loading images

Location:
fotoexpose
Files:
9 edited
2 copied

Legend:

Unmodified
Added
Removed
  • fotoexpose/tags/1.0.3.1/css/fe_gallery.css

    r1200696 r1400645  
    3535.fe-playing {
    3636    margin-right: 6px;
     37    position: relative;
     38    top: -2px;
    3739}
    3840#fe-previous  {
  • fotoexpose/tags/1.0.3.1/fotoexpose.php

    r1200696 r1400645  
    44Plugin URI: http://www.rgbmedium.com
    55Description: A simple and clean way to show off your images. No need for people to page through your gallery as FotoExposé keeps it all on one page. A thumbnail indicator lets users know exactly what image they are viewing. FotoExposé has a automatic slideshow displaying each image at a specific interval. Your images deserve the best presentation and we think you are going to love FotoExposé,
    6 Version: 1.0.3.0
     6Version: 1.0.3.1
    77Author: RGB Medium
    88Author URI: www.linkedin.com/pub/mark-tank/42/93/7b4/
  • fotoexpose/tags/1.0.3.1/includes/views/fotoexpose-view.php

    r1200696 r1400645  
    77        public static function render($thumbs) {
    88       
    9             $playgif = plugins_url('../images/play.gif', __FILE__);
     9            $playgif = plugins_url('fotoexpose/images/play.gif');
    1010           
    11             $loading =  plugins_url('../images/loading.gif', __FILE__);
     11            $loading =  plugins_url('fotoexpose/images/loading.gif');
    1212       
    1313           $html = "<div id=\"fe-container\">
  • fotoexpose/tags/1.0.3.1/readme.txt

    r1200700 r1400645  
    44Donate link: http://rgbmedium.com/?p=fotoexpose
    55Requires at least: 4.1.1
    6 Tested up to: 4.1.1
    7 Stable tag: 1.0.3.0
     6Tested up to: 4.5.0
     7Stable tag: 1.0.3.1
    88License: GPLv2 or later
    99
  • fotoexpose/trunk/css/fe_gallery.css

    r1200696 r1400645  
    3535.fe-playing {
    3636    margin-right: 6px;
     37    position: relative;
     38    top: -2px;
    3739}
    3840#fe-previous  {
  • fotoexpose/trunk/fotoexpose.php

    r1200696 r1400645  
    44Plugin URI: http://www.rgbmedium.com
    55Description: A simple and clean way to show off your images. No need for people to page through your gallery as FotoExposé keeps it all on one page. A thumbnail indicator lets users know exactly what image they are viewing. FotoExposé has a automatic slideshow displaying each image at a specific interval. Your images deserve the best presentation and we think you are going to love FotoExposé,
    6 Version: 1.0.3.0
     6Version: 1.0.3.1
    77Author: RGB Medium
    88Author URI: www.linkedin.com/pub/mark-tank/42/93/7b4/
  • fotoexpose/trunk/includes/views/fotoexpose-view.php

    r1200696 r1400645  
    77        public static function render($thumbs) {
    88       
    9             $playgif = plugins_url('../images/play.gif', __FILE__);
     9            $playgif = plugins_url('fotoexpose/images/play.gif');
    1010           
    11             $loading =  plugins_url('../images/loading.gif', __FILE__);
     11            $loading =  plugins_url('fotoexpose/images/loading.gif');
    1212       
    1313           $html = "<div id=\"fe-container\">
  • fotoexpose/trunk/readme.txt

    r1200700 r1400645  
    44Donate link: http://rgbmedium.com/?p=fotoexpose
    55Requires at least: 4.1.1
    6 Tested up to: 4.1.1
    7 Stable tag: 1.0.3.0
     6Tested up to: 4.5.0
     7Stable tag: 1.0.3.1
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.