Plugin Directory

Changeset 1033538


Ignore:
Timestamp:
11/27/2014 02:37:54 AM (11 years ago)
Author:
logonike
Message:

more

Location:
goodfidelity
Files:
57 added
7 edited

Legend:

Unmodified
Added
Removed
  • goodfidelity/trunk/css/page.css

    r990532 r1033538  
    4949    float:left;
    5050    overflow:hidden;
     51    position:relative;
     52    height:auto;
     53}
     54div#imageprincipal1 img{
     55    margin:-60px 0px -65px 0px;
    5156}
    5257div#descprincipal1{
    53    
    54     margin-top:-30px;
    55     margin-left:5px;
     58    position:absolute;
     59    bottom:0px;
     60    left:5px;
    5661}
    5762div#descprincipal1 a{
     
    7681    margin:20px 10px 20px 0px;
    7782}
     83/*PLAY YOU*/
     84div#playou{
     85    width:100%;
     86    height:100%;
     87    position:absolute;
     88    background-position: center center; 
     89    background-image:url("/wp-content/plugins/goodfidelity/images/playou_opt.png");
     90    background-repeat: no-repeat;
     91    background-size: 15% 18%;
     92    top:0px;
     93    left:0px;   
     94}
     95div#playou:hover{
     96    width:100%;
     97    height:100%;
     98    position:absolute;
     99    background-position: center center; 
     100    background-image:url("/wp-content/plugins/goodfidelity/images/playou1_opt.png");
     101    background-repeat: no-repeat;
     102    background-size: 15% 18%;
     103    top:0px;
     104    left:0px;
     105    cursor:pointer;
     106}
     107
     108@media only screen and (max-width:480px) {
     109div#imageprincipal1 img{
     110    margin: 0px 0px 0px 0px;
     111}
     112div#playou, div#playou hover{   
     113    background-size: 15% 15%;
     114}
     115div#descprincipal1{
     116    top:5px;
     117}
     118}
  • goodfidelity/trunk/ext/related-good.php

    r1022480 r1033538  
    2828        <div id="imageprincipal1">
    2929            <a href="http://youtube.com/embed/'.$IDtube.'?autoplay=1" target="reprotube" rel="nofollow" title="Play" onclick="javascript:abrirlista(\''.$IDtube.'\',\''.$TITLEtube.'\')"><img src="http://i3.ytimg.com/vi/'.$IDtube.'/hqdefault.jpg" alt="'.$TITLEtube.'" width="100%">
     30            <div id="playou"></div>
    3031            </a><div id="descprincipal1"><a href="http://www.goodfidelity.com" target="_blank">GoodFidelity</a></div>
    3132           
  • goodfidelity/trunk/ext/related-playlist.php

    r1022480 r1033538  
    4141            else{ ?>
    4242                <div id="nothing"><?php echo $web_app_nothing ?></div>
     43                <script>
     44                    var frameplaylist = parent.document.getElementById("popupcrearplay");
     45                    frameplaylist.style.display="block";
     46                </script>
    4347            <?php }
    4448
     
    5660        document.crearplaylist1.reset();
    5761        document.crearplaylist2.reset();
     62        document.crearplaylist3.reset();
    5863        </script>
    5964<?php
  • goodfidelity/trunk/goodfidelity.php

    r1022480 r1033538  
    22/*
    33Plugin Name: GoodFidelity Bar Music Video YouTube
    4 Version: 2.4.5
     4Version: 2.5.0
    55Plugin URI: http://www.goodfidelity.com
    66Author: David Lozano Medina
  • goodfidelity/trunk/inc/cookie.php

    r1022480 r1033538  
    234234///Reproduce todas las canciones de la cola, se ejecuta desde cookie.php
    235235function playlistall(){
    236     window.frames.reprotube.location.href = 'http://www.youtube.com/embed/<?php echo $primero ?>?playlist=<?php echo $playtube ?>&autoplay=1';
     236    window.frames.reprotube.location.href = 'http://www.youtube.com/embed/<?php echo $primero ?>?playlist=<?php echo $playtube ?>&autoplay=1&wmode=transparent';
    237237    listaderecha();
    238238}
  • goodfidelity/trunk/inc/singular.php

    r1022480 r1033538  
    3434                <div id="playvideoimage"></div>
    3535            </a>
    36             <a href="#" onclick="javascript:abrirsingular('<?php echo $IDtube ?>','<?php echo $TITLEtube ?>')">
     36            <a href="#!" onclick="javascript:abrirsingular('<?php echo $IDtube ?>','<?php echo $TITLEtube ?>')">
    3737                <div id ="searchvideotitle">
    3838                    <?php echo $TITLEtube ?>
  • goodfidelity/trunk/readme.txt

    r1022481 r1033538  
    44Requires at least: 4.0
    55Tested up to: 4.0
    6 Stable tag: 2.4.5
     6Stable tag: 2.5.0
    77Description: Complements your website with a administrator of videos and music. Your users will be able to create one or more playlist, you be able to listen music without interruption, may share in facebook and more. Millions of music videos at your fingertips. It offers a powerful search engine.
    88
     
    6464
    6565== Changelog ==
     66= 2.5.0 =
     67* More functions...
    6668= 2.4.5 =
    6769* More functions...
Note: See TracChangeset for help on using the changeset viewer.