Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating » Old Version fixes and change logs »

PATCH 3723-03: lack of a space in the <body..> when using 'HTML Inserts: Body Tag'


 
Prev Previous Post   Next Post Next
  #1  
Old May 12, 2015, 04:48 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
PATCH 3723-03: lack of a space in the <body..> when using 'HTML Inserts: Body Tag'

when using the 'HTML Inserts: Body Tag' option a space is not added after the body clsasses in the <body...> statement so you end up with something like this:
HTML Code:
<body class="home blog logged-in"onresize="OnResizeDocument()">
instead of this:
HTML Code:
<body class="home blog logged-in" onresize="OnResizeDocument()">
Most browsers seem to handle this fine, but to correct this you can either (1) edit 'header.php and change line 62 from
HTML Code:
<body <?php body_class(); ?><?php bfa_incl('html_inserts_body_tag'); ?>>
to
HTML Code:
<body <?php body_class(); ?> <?php bfa_incl('html_inserts_body_tag'); ?>>
or (2) download the attached file, unzip it and replace header.php with the fixed version.

This will be fixed in a future release.
Attached Files
File Type: zip header.zip (1.9 KB, 1905 views)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
PATCH 3723-02: Notice: register_sidebar was called incorrectly. juggledad Old Version fixes and change logs 0 May 11, 2015 06:41 PM
Add space between body and footer tnandrick Post-Kicker, -Byline & -Footer 7 Mar 7, 2011 04:33 AM
[SOLVED] HTML Inserts: Header -- add space? allyevans Header configuration & styling 2 Sep 27, 2010 08:01 PM
[SOLVED] Editing Html Codes for Page Body? Craig Mattice Atahualpa 3 Wordpress theme 8 May 23, 2009 06:58 AM


All times are GMT -6. The time now is 05:25 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.