Plugin Directory

Changeset 1565089


Ignore:
Timestamp:
12/30/2016 05:49:59 PM (9 years ago)
Author:
RPG84
Message:
  • Ajax call will be playing nice for https too
  • Seperate class for .store-more introduced
Location:
tradetracker-store
Files:
70 added
3 edited

Legend:

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

    r1564625 r1565089  
    33* Plugin Name: Tradetracker-Store
    44* Plugin URI: http://wpaffiliatefeed.com
    5 * Version: 4.6.34
     5* Version: 4.6.35
    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/front.php

    r1564625 r1565089  
    2121        wp_enqueue_style( 'tt_store_css');
    2222    }
    23     wp_register_style( 'tt_slider_css', "http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/".$ttslidertheme."/jquery-ui.css");
     23    wp_register_style( 'tt_slider_css', "//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/".$ttslidertheme."/jquery-ui.css");
    2424    wp_enqueue_style( 'tt_slider_css');
    2525}     
     
    713713            if($extraname != ""){
    714714                $moretext = __('More info', 'tradetracker-store');
    715                 $more = "<div class=\"".$storename."store-more\">
     715                $more = "<div class=\"".$storename."store-more store-more\">
    716716                        <img src=\"/wp-content/plugins/tradetracker-store/images/more.png\" style=\"border:0;\" border=\"0\" name=\"img".$i."\" width=\"11\" height=\"13\" border=\"0\" >
    717717                        <a href=\"#first\" onClick=\"shoh('".$i."');\" >".$moretext."</a>
     
    721721                    </div>";
    722722            } else {
    723                 $more = "<div class=\"".$storename."store-more\"></div>";
    724             }
    725         } else {
    726             $more = "<div class=\"".$storename."store-more\"></div>";
     723                $more = "<div class=\"".$storename."store-more store-more\"></div>";
     724            }
     725        } else {
     726            $more = "<div class=\"".$storename."store-more store-more\"></div>";
    727727        }
    728728        $outpage = get_option('Tradetracker_outpageURL');
  • tradetracker-store/trunk/readme.txt

    r1564625 r1565089  
    55Requires at least: 4
    66Tested up to: 4.7
    7 Stable tag: 4.6.34
     7Stable tag: 4.6.35
    88
    99A plugin that lets you import an XML productfeed from TradeTracker.
     
    4242
    4343== Changelog ==
     44= 4.6.35 =
     45- Ajax call will be playing nice for https too
     46- Seperate class for .store-more introduced
     47
    4448= 4.6.34 =
    4549- Extra fix for MariaDB hostings
Note: See TracChangeset for help on using the changeset viewer.