Changeset 3481397
- Timestamp:
- 03/12/2026 06:08:00 PM (3 weeks ago)
- Location:
- rank-authority
- Files:
-
- 9 added
- 4 edited
-
tags/1.0.31 (added)
-
tags/1.0.31/assets (added)
-
tags/1.0.31/assets/icon.svg (added)
-
tags/1.0.31/rank-authority.php (added)
-
tags/1.0.31/readme.txt (added)
-
tags/1.0.31/templates (added)
-
tags/1.0.31/templates/category-geo.php (added)
-
tags/1.0.31/templates/page-geo.php (added)
-
tags/1.0.31/uninstall.php (added)
-
trunk/rank-authority.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/templates/category-geo.php (modified) (1 diff)
-
trunk/templates/page-geo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rank-authority/trunk/rank-authority.php
r3480642 r3481397 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.3 06 * Version: 1.0.31 7 7 * Author: Rank Authority 8 8 * Author URI: https://rankauthority.com -
rank-authority/trunk/readme.txt
r3480642 r3481397 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.3 07 Stable tag: 1.0.31 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.31 = 141 * GEO page template: Increased top padding for theme fixed/sticky headers in public view 142 * Fixes content being cut off at top when viewing GEO pages as non-logged-in visitor 143 * Applies to both page-geo.php and category-geo.php templates 139 144 140 145 = 1.0.30 = … … 320 325 == Upgrade Notice == 321 326 327 = 1.0.31 = 328 GEO page template now has increased top padding for theme fixed headers. Fixes content being cut off in public view. 329 322 330 = 1.0.30 = 323 331 PUT now returns full updated content and auto-clears cache so public view updates immediately without manual cache purge. -
rank-authority/trunk/templates/category-geo.php
r3463890 r3481397 58 58 59 59 <style> 60 .ra-geo-archive { max-width: 800px; margin: 0 auto; padding: 2rem 1rem; } 60 /* Extra top padding for theme fixed/sticky headers (public view) */ 61 .ra-geo-archive { max-width: 800px; margin: 0 auto; padding: 5rem 1rem 2rem 1rem; } 61 62 .ra-geo-posts-list { list-style: none; margin: 0; padding: 0; } 62 63 .ra-geo-post-item { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #eee; } -
rank-authority/trunk/templates/page-geo.php
r3479686 r3481397 31 31 32 32 <style> 33 .ra-geo-page { max-width: 800px; margin: 0 auto; padding: 2rem 1rem; } 33 /* Extra top padding for theme fixed/sticky headers (public view) */ 34 .ra-geo-page { max-width: 800px; margin: 0 auto; padding: 5rem 1rem 2rem 1rem; } 34 35 /* Prevent admin bar from covering content when logged in */ 35 body.admin-bar .ra-geo-page { padding-top: calc( 2rem + 32px); }36 body.admin-bar .ra-geo-page { padding-top: calc(5rem + 32px); } 36 37 @media screen and (max-width: 782px) { 37 body.admin-bar .ra-geo-page { padding-top: calc( 2rem + 46px); }38 body.admin-bar .ra-geo-page { padding-top: calc(5rem + 46px); } 38 39 } 39 40 .ra-geo-single .entry-header { margin-bottom: 1.5rem; }
Note: See TracChangeset
for help on using the changeset viewer.