Plugin Directory

Changeset 3479686


Ignore:
Timestamp:
03/11/2026 04:05:05 AM (3 weeks ago)
Author:
rankauthority
Message:

Release 1.0.28: GEO page admin bar padding fix

Location:
rank-authority
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • rank-authority/trunk/rank-authority.php

    r3479681 r3479686  
    44 * Plugin URI: https://rankauthority.com/plugins/rankauthority
    55 * Description: Secure API connector to publish posts / overwrite posts from the RA Dashboard to WordPress. Token reset now available to all administrators.
    6  * Version: 1.0.27
     6 * Version: 1.0.28
    77 * Author: Rank Authority
    88 * Author URI: https://rankauthority.com
  • rank-authority/trunk/readme.txt

    r3479681 r3479686  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.27
     7Stable tag: 1.0.28
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    137137
    138138== Changelog ==
     139
     140= 1.0.28 =
     141* GEO page template: Added padding for admin bar so content is not covered when logged in
     142* Prevents WordPress toolbar from overlapping page content on GEO pages
    139143
    140144= 1.0.27 =
     
    306310== Upgrade Notice ==
    307311
     312= 1.0.28 =
     313GEO page template now accounts for admin bar height so content is not covered when viewing while logged in.
     314
    308315= 1.0.27 =
    309316GEO content now auto-uses page title as Yoast focus keyphrase when none provided, so Yoast SEO score is visible for prompt-based content.
  • rank-authority/trunk/templates/page-geo.php

    r3479680 r3479686  
    3232<style>
    3333.ra-geo-page { max-width: 800px; margin: 0 auto; padding: 2rem 1rem; }
     34/* Prevent admin bar from covering content when logged in */
     35body.admin-bar .ra-geo-page { padding-top: calc(2rem + 32px); }
     36@media screen and (max-width: 782px) {
     37    body.admin-bar .ra-geo-page { padding-top: calc(2rem + 46px); }
     38}
    3439.ra-geo-single .entry-header { margin-bottom: 1.5rem; }
    3540.ra-geo-single .entry-title { margin: 0 0 1rem 0; font-size: 1.75rem; }
Note: See TracChangeset for help on using the changeset viewer.