Plugin Directory

Changeset 1367482


Ignore:
Timestamp:
03/09/2016 10:25:45 AM (10 years ago)
Author:
NerdCow
Message:

added affiliates ad

Location:
tweet-wheel
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • tweet-wheel/tags/1.0.3.2/assets/css/twp.css

    r1367419 r1367482  
    17801780.twp-screen #wpfooter { display: none; }
    17811781
     1782.twp-ads-block {
     1783    width: 100%;
     1784    text-align: center;
     1785    padding: 20px 20px 20px 0px;
     1786}
     1787
     1788.twp-ad {
     1789    margin-bottom: 20px;
     1790    border: 0px;
     1791    text-decoration: none;
     1792    clear: both;
     1793    display: block;
     1794    box-sizing: content-box;
     1795}
     1796
     1797.twp-ad img {
     1798    width: 260px;
     1799    height: auto;
     1800}
     1801
    17821802@media screen and (max-width: 960px) {
    17831803
     
    19171937        top: 24px;
    19181938    }
    1919 }
     1939   
     1940    .twp-ads-block {
     1941        width: 220px;
     1942        float: left;
     1943    }
     1944   
     1945    .twp-ad {
     1946        width: 260px;
     1947    }
     1948}
     1949
     1950@media (max-width:1180px) and (min-width:961px) {
     1951 
     1952    .twp-ads-block { display: none; }
     1953   
     1954}
  • tweet-wheel/tags/1.0.3.2/includes/views/about.php

    r1367419 r1367482  
    2020        <a href="<?php echo admin_url('admin.php?page=twp_about&tab=support'); ?>" class="nav-tab <?php echo $tab == 'support' ? 'nav-tab-active' : ''; ?>">Support</a>
    2121        <a href="https://wordpress.org/support/view/plugin-reviews/tweet-wheel" class="nav-tab" target="_blank">Rate the plugin <span class="dashicons dashicons-external"></span></a>
     22        <a href="http://tweet-wheel.com/affiliates/" class="nav-tab" target="_blank">Earn money <span class="dashicons dashicons-external"></span></a>
    2223    </h2>
    2324   
  • tweet-wheel/tags/1.0.3.2/includes/views/queues.php

    r1367419 r1367482  
    7373
    7474        </div>
     75       
     76        <?php include_once 'ads.php'; ?>
    7577
    7678    </div>
  • tweet-wheel/trunk/assets/css/twp.css

    r1356848 r1367482  
    17801780.twp-screen #wpfooter { display: none; }
    17811781
     1782.twp-ads-block {
     1783    width: 100%;
     1784    text-align: center;
     1785    padding: 20px 20px 20px 0px;
     1786}
     1787
     1788.twp-ad {
     1789    margin-bottom: 20px;
     1790    border: 0px;
     1791    text-decoration: none;
     1792    clear: both;
     1793    display: block;
     1794    box-sizing: content-box;
     1795}
     1796
     1797.twp-ad img {
     1798    width: 260px;
     1799    height: auto;
     1800}
     1801
    17821802@media screen and (max-width: 960px) {
    17831803
     
    19171937        top: 24px;
    19181938    }
    1919 }
     1939   
     1940    .twp-ads-block {
     1941        width: 220px;
     1942        float: left;
     1943    }
     1944   
     1945    .twp-ad {
     1946        width: 260px;
     1947    }
     1948}
     1949
     1950@media (max-width:1180px) and (min-width:961px) {
     1951 
     1952    .twp-ads-block { display: none; }
     1953   
     1954}
  • tweet-wheel/trunk/includes/views/about.php

    r1356848 r1367482  
    2020        <a href="<?php echo admin_url('admin.php?page=twp_about&tab=support'); ?>" class="nav-tab <?php echo $tab == 'support' ? 'nav-tab-active' : ''; ?>">Support</a>
    2121        <a href="https://wordpress.org/support/view/plugin-reviews/tweet-wheel" class="nav-tab" target="_blank">Rate the plugin <span class="dashicons dashicons-external"></span></a>
     22        <a href="http://tweet-wheel.com/affiliates/" class="nav-tab" target="_blank">Earn money <span class="dashicons dashicons-external"></span></a>
    2223    </h2>
    2324   
  • tweet-wheel/trunk/includes/views/queues.php

    r1356848 r1367482  
    7373
    7474        </div>
     75       
     76        <?php include_once 'ads.php'; ?>
    7577
    7678    </div>
Note: See TracChangeset for help on using the changeset viewer.