Changeset 3479686
- Timestamp:
- 03/11/2026 04:05:05 AM (3 weeks ago)
- Location:
- rank-authority
- Files:
-
- 9 added
- 3 edited
-
tags/1.0.28 (added)
-
tags/1.0.28/assets (added)
-
tags/1.0.28/assets/icon.svg (added)
-
tags/1.0.28/rank-authority.php (added)
-
tags/1.0.28/readme.txt (added)
-
tags/1.0.28/templates (added)
-
tags/1.0.28/templates/category-geo.php (added)
-
tags/1.0.28/templates/page-geo.php (added)
-
tags/1.0.28/uninstall.php (added)
-
trunk/rank-authority.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/templates/page-geo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rank-authority/trunk/rank-authority.php
r3479681 r3479686 4 4 * Plugin URI: https://rankauthority.com/plugins/rankauthority 5 5 * 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.2 76 * Version: 1.0.28 7 7 * Author: Rank Authority 8 8 * Author URI: https://rankauthority.com -
rank-authority/trunk/readme.txt
r3479681 r3479686 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.2 77 Stable tag: 1.0.28 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 137 137 138 138 == 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 139 143 140 144 = 1.0.27 = … … 306 310 == Upgrade Notice == 307 311 312 = 1.0.28 = 313 GEO page template now accounts for admin bar height so content is not covered when viewing while logged in. 314 308 315 = 1.0.27 = 309 316 GEO 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 32 32 <style> 33 33 .ra-geo-page { max-width: 800px; margin: 0 auto; padding: 2rem 1rem; } 34 /* Prevent admin bar from covering content when logged in */ 35 body.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 } 34 39 .ra-geo-single .entry-header { margin-bottom: 1.5rem; } 35 40 .ra-geo-single .entry-title { margin: 0 0 1rem 0; font-size: 1.75rem; }
Note: See TracChangeset
for help on using the changeset viewer.