Plugin Directory

Changeset 3206786


Ignore:
Timestamp:
12/12/2024 08:20:48 AM (12 months ago)
Author:
zishlife
Message:

bugs

Location:
marin-companion
Files:
170 added
3 edited

Legend:

Unmodified
Added
Removed
  • marin-companion/trunk/inc/marin/demo-content/setup.php

    r3032093 r3206786  
    7575add_action( 'pt-ocdi/after_import', 'marin_starter_sites_after_import_mods' );
    7676
    77 
    7877// Custom CSS for OCDI plugin.
    79 function marin_starter_sites_ocdi_css() { ?>
    80     <style >
    81         .ocdi__gl-item:nth-child(n+3) .ocdi__gl-item-buttons .button-primary, .ocdi .ocdi__theme-about, .ocdi__intro-text {
    82             display: none;
    83         }
    84         .ocdi__gl-item-image-container::after {
    85             padding-top: 75% !important;
    86         }
    87 
    88     </style>
    89     <?php
     78function marin_starter_sites_ocdi_css() {
     79    // Check if we are in the admin area and not in the Customizer.
     80    if ( is_admin() && ! is_customize_preview() ) {
     81        ?>
     82        <style>
     83            .ocdi__gl-item:nth-child(n+3) .ocdi__gl-item-buttons .button-primary, .ocdi .ocdi__theme-about, .ocdi__intro-text {
     84                display: none;
     85            }
     86            .ocdi__gl-item-image-container::after {
     87                padding-top: 75% !important;
     88            }
     89        </style>
     90        <?php
     91    }
    9092}
    9193add_action( 'admin_enqueue_scripts', 'marin_starter_sites_ocdi_css' );
     94
    9295
    9396// Change the "One Click Demo Import" name from "Starter Sites" in Appearance menu.
  • marin-companion/trunk/marin-companion.php

    r3032093 r3206786  
    88* Plugin URI:   https://wordpress.org/plugins/marin-companion
    99* Description:  Marin Companion plugin provides themes extra settings for theme marin.
    10 * Version:      0.0.4
     10* Version:      0.0.5
    1111* Author:       Marin
    1212* Author URI:   https://wpfrank.com/
    13 * Tested up to: 6.4.3
     13* Tested up to: 6.7
    1414* Requires:     4.0 or higher
    1515* License:      GPLv3 or later
  • marin-companion/trunk/readme.txt

    r3032093 r3206786  
    33Tags: frontpage, theme page, featured, widgets, admin, companion, homepage, WordPress frontpage, template, theme builder, page builder
    44Requires at least: 4.0
    5 Tested up to: 6.4.3
    6 Stable tag: 0.0.4
     5Tested up to: 6.7
     6Stable tag: 0.0.5
    77Requires PHP: 4.0 tested up to 8.0.6
    88License: GPLv3 or later
     
    2121
    2222== Changelog ==
    23 version 0.0.4
     23Version 0.0.5
     24Bug Fix Demo-Setup File CSS for customizer
     25
     26Version 0.0.4
    2427Plugin Live
    2528Demo data Added
     
    2730Clipart images added
    2831
    29 version 0.0.3
     32Version 0.0.3
    3033Remaining issue fixed
    3134
    32 version 0.0.2
     35Version 0.0.2
    3336Plugin Team Issue Fixed
    3437
Note: See TracChangeset for help on using the changeset viewer.