Plugin Directory

Changeset 3273291


Ignore:
Timestamp:
04/15/2025 10:09:28 AM (12 months ago)
Author:
postology
Message:

'bugfix'

Location:
postology
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • postology/trunk/includes/components/customization.php

    r3269342 r3273291  
    196196                    <section style="display:flex;flex-direction:column; gap:9px;border:solid 1px lightgrey;padding: 9px 15px;border-radius: 9px;">
    197197                        <strong><?php esc_html_e( 'Accent Color', 'postology-pro' ); ?></strong>
    198                         <input type="color" name="postology_button_background_color" id="postology_accent_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_button_background_color', '#FFFFFF' ) ); ?>" />
     198                        <input type="color" name="postology_button_background_color" id="postology_accent_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_button_background_color', '#0062FF' ) ); ?>" />
    199199                    </section>
    200200                    <section style="display:flex;flex-direction:column; gap:9px;border:solid 1px lightgrey;padding: 9px 15px;border-radius: 9px;">
    201201                        <strong><?php esc_html_e( 'Heading Color', 'postology-pro' ); ?></strong>
    202                         <input type="color" name="postology_header_font_color" id="postology_basic_heading_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_header_font_color', '#FFFFFF' ) ); ?>" />
     202                        <input type="color" name="postology_header_font_color" id="postology_basic_heading_color" style="inline-size:100%;" value="<?php echo esc_attr( get_option( 'postology_header_font_color', '#000000' ) ); ?>" />
    203203                    </section>
    204204                    <section style="display:flex;flex-direction:column; gap:9px;border:solid 1px lightgrey;padding: 9px 15px;border-radius: 9px;">
  • postology/trunk/readme.txt

    r3268387 r3273291  
    99License: GPL-2.0-or-later 
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html 
     11
     12== Screenshots ==
     131. Enhance your blog posts with an interactive AI summary box that appears at the top. When readers click, they get a quick summary of your content.
     142. Make the summary box match your blog's style. Choose colors, fonts, and layout that reflect your brand and aesthetic
     153. Control how the AI presents your content. Adjust the tone, length, and focus of the summaries to align with your blog's voice.
    1116
    1217== Description == 
Note: See TracChangeset for help on using the changeset viewer.