Plugin Directory

Changeset 1996856


Ignore:
Timestamp:
12/18/2018 04:59:09 AM (7 years ago)
Author:
RPG84
Message:

4.6.47

  • In item select it also shows description when you hover over the title of the item.
  • Debug settings will also show error when premium can't be installed
Location:
tradetracker-store
Files:
71 added
3 edited

Legend:

Unmodified
Added
Removed
  • tradetracker-store/trunk/Tradetracker-Store.php

    r1996806 r1996856  
    33* Plugin Name: Tradetracker-Store
    44* Plugin URI: http://wpaffiliatefeed.com
    5 * Version: 4.6.46
     5* Version: 4.6.47
    66* Description: A Plugin that will add a TradeTracker affiliate feed to your site with several options to choose from.
    77* Author: Robert Braam
  • tradetracker-store/trunk/menu/itemselect.php

    r1996806 r1996856  
    272272        margin-top: 10px;
    273273        margin-left: 500px;
    274     max-width:500px;
    275     max-height:500px;
    276     padding: 5px;
    277         z-index: 1001;
    278         color: #000000;
    279         background: #FFFFAA;
    280         font: 12px "Arial", sans-serif;
    281         text-align: left;
    282         text-decoration: none;
    283 }
    284 
    285 span.link {
    286 
    287 }
    288 
    289 span.link a span {
    290     display: none;
    291     left: 0;
    292     position: absolute;
    293     top: 0;
    294 }
    295 
    296 span.link a:hover {
    297         font-size: 99%;
    298         font-color: #000000;
    299 }
    300 span.link a:hover span {
    301     display: block;
    302         position: absolute;
    303         margin-top: 10px;
    304         margin-left: -100px;
    305     max-width:700px;
     274    max-width:400px;
    306275    max-height:700px;
    307276    padding: 5px;
     
    312281        text-align: left;
    313282        text-decoration: none;
     283    overflow:hidden;
     284}
     285
     286span.link {
     287
     288}
     289
     290span.link a span {
     291    display: none;
     292    left: 0;
     293    position: absolute;
     294    top: 0;
     295    overflow: hidden;
     296}
     297
     298span.link a:hover {
     299        font-size: 99%;
     300        font-color: #000000;
     301}
     302span.link a:hover span {
     303    display: block;
     304        position: absolute;
     305        margin-top: 10px;
     306        margin-left: -100px;
     307    max-width:400px;
     308    max-height:700px;
     309    padding: 5px;
     310        z-index: 1001;
     311        color: #000000;
     312        background: #FFFFAA;
     313        font: 12px "Arial", sans-serif;
     314        text-align: left;
     315        text-decoration: none;
     316        overflow:hidden;
    314317}
    315318span table, span table tr, span table td{
     
    523526                echo "</td><td><span class=\"link1\"><a href=\"javascript: void(0)\">";
    524527                echo $product->name;
    525                 echo "<span><img src=\"".$imageURL."\" width=\"400px\"></span></a></span></td><td>";
     528                echo "<span><img src=\"".$imageURL."\" width=\"400px\">$product->description</a></span></span></td><td>";
    526529                $xmlfeed=$wpdb->get_var("SELECT xmlname FROM ".$ttstorexmltable." where id=".$product->xmlfeed."");
    527530                echo $xmlfeed;
  • tradetracker-store/trunk/readme.txt

    r1996806 r1996856  
    55Requires at least: 4
    66Tested up to: 5.0.1
    7 Stable tag: 4.6.46
     7Stable tag: 4.6.47
    88
    99A plugin that lets you import an XML productfeed from TradeTracker.
     
    4242
    4343== Changelog ==
     44= 4.6.47 =
     45- In item select it also shows description when you hover over the title of the item.
     46- Debug settings will also show error when premium can't be installed
     47
    4448= 4.6.46 =
    45 - Small adjustment for search in item select
     49- Small adjustment for search in item select, so it allows smaller words to be searched for
    4650
    4751= 4.6.45 =
Note: See TracChangeset for help on using the changeset viewer.