![]() |
[SOLVED] Display Avatar plugin not work fine with Atahualpa theme
Hello and sorry for my English..
I had instaled: W.P. 3.1.2 Alpha in Multisite mode. Add Local Avatars plugin (VPeter Sterling ) 10.0 Display Avatars plugin 0.1 Display Avatars show the post author avatar at the right area of each post and work OK in Twenty Theme but in Atahualpa theme show 2 avatars and change the title style. In the other hand I tried to show the avatar in posts only with ATO and Add Local Avatars plugin but always show on left. Anybody can help me! Thank you! |
The problem is just in multipost page. In a simple post it work fine but in the home (Posts page) show 2 avatarrs and the title style go away.
|
Are you displaying the posts as excerpts in the multi-post page?
If so you will probably have to add some items to the 'do not exclude' option of the 'Configure EXCERPTS' section of the theme. WordPress, and Atahualpa following wp's lead, strips all HTML from an excerpt |
I'm displaying FULL POST.
It's full post configurated in ATO and in the general settings of Worspress. Thanks for you reply. |
what is the URL?
What version of Atahualpa? |
Atahualpa 3.6.4
Sorry but itīs an intranet and the post are not public thank again! |
Go to a page having the issue, view the source, copy and send it me in a PM
|
try this, edit bfa_post_parts.php and change line 52 from
HTML Code:
if( !is_single() AND !is_page() ) { ?> HTML Code:
if( !is_single() AND !is_page() and (!function_exists(displayPostAuthor))) { ?> |
Hello again.
Magic! (I know is not magic . . . it's knowledge) I changed line 52 and now it's OK, but the post title not link to the SINGLE POST page. |
1 Attachment(s)
Try this, rename your current 'bfa_post_parts.php' to 'bfa_post_parts.old' and unzip and put the following attachment into the 'functions' folder.
Note: because Atahualpa allows you to have a different title on single vrs multi post pages (Atahualpa post options), any post that uses that option will not have an avatar. The avatar plugin ties off to a call to 'the_title()' function, but since it won't be called in these cases, the avatar will not show up. Attachment 1318 |
OK. Now everything works fine.
Thanks so much for all the support !! :) |
BUGFIX created (http://forum.bytesforall.com/showthread.php?p=63991)
added to 3.6.5 TODO list |
All times are GMT -6. The time now is 06:23 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.