|
#1

Apr 20, 2011, 06:29 AM
|
|
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!
Last edited by gtrufero; Apr 20, 2011 at 06:32 AM.
|
#2

Apr 20, 2011, 06:44 AM
|
|
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.
|
#3

Apr 20, 2011, 07:08 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#4

Apr 20, 2011, 07:51 AM
|
|
I'm displaying FULL POST.
It's full post configurated in ATO and in the general settings of Worspress.
Thanks for you reply.
|
#5

Apr 20, 2011, 07:53 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what is the URL?
What version of Atahualpa?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6

Apr 20, 2011, 08:06 AM
|
|
Atahualpa 3.6.4
Sorry but itīs an intranet and the post are not public
thank again!
|
#7

Apr 20, 2011, 11:31 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Go to a page having the issue, view the source, copy and send it me in a PM
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8

Apr 25, 2011, 12:45 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try this, edit bfa_post_parts.php and change line 52 from
HTML Code:
if( !is_single() AND !is_page() ) { ?>
to
HTML Code:
if( !is_single() AND !is_page() and (!function_exists(displayPostAuthor))) { ?>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9

Apr 26, 2011, 01:42 AM
|
|
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.
|
#10

Apr 26, 2011, 05:05 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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.
bfa_post_parts.php.zip
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11

Apr 26, 2011, 05:36 AM
|
|
OK. Now everything works fine.
Thanks so much for all the support !!
|
#12

Apr 26, 2011, 06:40 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
|