Plugin Directory

Changeset 3104404


Ignore:
Timestamp:
06/19/2024 08:05:51 AM (22 months ago)
Author:
tagmood
Message:

Aggiornamento direttive CSS per fix CLS

Location:
eadv-vip
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • eadv-vip/tags/1.3.1/eadv-vip.php

    r3002073 r3104404  
    150150{
    151151    $fix_cls_css = "<style>
    152     .eadv-billboard{min-height:270px;}@media screen and (max-width:991px){.eadv-billboard{min-height:120px;}}
    153     .eadv-in-content{min-height:290px;}
    154     .eadv-aside{min-height:610px;}
    155     .eadv-related{min-height:550px;}
    156     .eadv-bottom{min-height:270px;}@media screen and (max-width:467px){.eadv-bottom{min-height:620px;}}
     152    .eadv-billboard{min-height:100px;}@media screen and (min-width:990px){.eadv-billboard{min-height:250px;}}
     153    .eadv-in-content{min-height:400px;}@media screen and (min-width:990px){.eadv-in-content{min-height:250px;}}
     154    .eadv-aside{min-height:400px;}@media screen and (min-width:990px){.eadv-aside{min-height:600px;}}
     155    .eadv-related{min-height:900px;}
     156    .eadv-bottom{min-height:600px;}@media screen and (min-width: 990px){.eadv-bottom{min-height:250px;}}
    157157    </style>";
    158158    echo $fix_cls_css;
  • eadv-vip/tags/1.3.1/readme.txt

    r3002073 r3104404  
    11=== eADV VIP ===
    22Contributors: tagmood
    3 Tags: eadv, advertising, banner, cls
     3Tags: eadv, advertising, banner, cls, core web vitals, programmatic
    44Requires at least: 5.1
    5 Tested up to: 6.3
    6 Stable tag: 1.3.0
     5Tested up to: 6.5
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt, delle direttive per l'ottimizzazione del CLS e del supporto TCF per Google Analytics
  • eadv-vip/trunk/eadv-vip.php

    r3002073 r3104404  
    150150{
    151151    $fix_cls_css = "<style>
    152     .eadv-billboard{min-height:270px;}@media screen and (max-width:991px){.eadv-billboard{min-height:120px;}}
    153     .eadv-in-content{min-height:290px;}
    154     .eadv-aside{min-height:610px;}
    155     .eadv-related{min-height:550px;}
    156     .eadv-bottom{min-height:270px;}@media screen and (max-width:467px){.eadv-bottom{min-height:620px;}}
     152    .eadv-billboard{min-height:100px;}@media screen and (min-width:990px){.eadv-billboard{min-height:250px;}}
     153    .eadv-in-content{min-height:400px;}@media screen and (min-width:990px){.eadv-in-content{min-height:250px;}}
     154    .eadv-aside{min-height:400px;}@media screen and (min-width:990px){.eadv-aside{min-height:600px;}}
     155    .eadv-related{min-height:900px;}
     156    .eadv-bottom{min-height:600px;}@media screen and (min-width: 990px){.eadv-bottom{min-height:250px;}}
    157157    </style>";
    158158    echo $fix_cls_css;
  • eadv-vip/trunk/readme.txt

    r3002073 r3104404  
    11=== eADV VIP ===
    22Contributors: tagmood
    3 Tags: eadv, advertising, banner, cls
     3Tags: eadv, advertising, banner, cls, core web vitals, programmatic
    44Requires at least: 5.1
    5 Tested up to: 6.3
    6 Stable tag: 1.3.0
     5Tested up to: 6.5
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88Plugin realizzato per i publisher VIP di eADV.it per l'inserimento automatico del Magic-Code, del file ads.txt, delle direttive per l'ottimizzazione del CLS e del supporto TCF per Google Analytics
Note: See TracChangeset for help on using the changeset viewer.