Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 367-04: Hovering over a Post/Page title only shows "Permanent Link to " (http://forum.bytesforall.com/showthread.php?t=14718)

juggledad Jun 20, 2011 12:03 PM

PATCH 367-04: Hovering over a Post/Page title only shows "Permanent Link to "
 
1 Attachment(s)
If you set the option 'ATO->Configure SEO->Use Post / Page Options?' to 'Yes' and then hover over a post or page title, you will see the tooltip displayed as "Permanent Link to" instead of "Permanent Link to xxxxxxxxxxx" where xxxxxxxxxxx is the post or page title. This was caused by a missing 'echo' statement in the code for BUGFIX 367-02.

This fix replaces BUGFIX 367-02.

To fix this issue
1) Download the attached file.
2) unzip it on your computer
3) FTP it to the 'atahualpa/functions' folder on your host, replacing the copy that is there.

Attachment 1548

--------------------------------------------------------------
The following is the change that was made to the code:
--------------------------------------------------------------
bfa_post_parts.php (from BUGFIX 367-02) line 71 was changed from
HTML Code:

<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php $bfa_temp_title; ?>"><?php
to
HTML Code:

                        <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute('echo=1') ?>"><?php
NOTE: If you choose to fix this by hand, you must have applied the fix from BUGFIX 367-02 first.


All times are GMT -6. The time now is 11:07 AM.

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