Juan Pablo Gomez
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] Order of authors not retainedAnyone found an fix?
ThanksForum: Plugins
In reply to: [Co-Authors Plus] Order of authors not retainedSame here.
Reordering won’t save, tried both quick edit and edit. It falls back to alphabetical orderForum: Plugins
In reply to: [List category posts] Combine with Co-Authors Plus for Multiple authors?Hi there,
Any guidance at all? Anyone knows if is it possible?
Have looked all over the web and can’t figure it out 🙁Forum: Plugins
In reply to: [Co-Authors Plus] Add "City" Author Meta after each author.Aaand right after I asked the question figured it out. Sometimes that’s all it takes :).
Doing the following in case someone else needs it:
<?php $coauthors = get_coauthors(); ?> <?php foreach( $coauthors as $coauthor ): ?> <?php $userdata = get_userdata( $coauthor->ID ); ?> <?php echo $coauthor->display_name; ?> <?php echo get_the_author_meta( 'city', $coauthor->ID ); ?> <?php endforeach; ?>Forum: Plugins
In reply to: [WP Slideshow Posts] Vertical Align imagesgot it!
Had to use
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* plus the other prevendor fixes... */Forum: Plugins
In reply to: [List category posts] Parameter content=yes Causing Internal Server ErrorHi there,
Same problem here.website fell apart so I did a standard reset on all plugins and themes.
found out the “content=yes” setting makes the page stop working.It doesn’t allow me to save the page and when visiting the site only the header is visible.
As soon as I take that setting off everything goes back to normal.
Sample shortcode I’m using:
[catlist numberposts=3 exclude_tags=virtual author=yes author_class=homeblogauthor author_tag=p title_tag=h2 class=bloghome date=yes date_class=virtualdate2 date_tag=p comments=yes comments_tag=p comments_class=home_comments]Any advise?
Thanks Barry!
That did the trick.Looking forward to using this plugin a lot more.
Keep up the great work!Forum: Plugins
In reply to: [List category posts] comments count advancedThanks!!!!
Forum: Plugins
In reply to: [WP Biographia] WP Biographia to home page – combine with other pluginHi Gary,
Yes! thank you so much, if you want I can send you some more info on implementation via email if you’d like to look at site.Forum: Plugins
In reply to: [WP Biographia] WP Biographia to home page – combine with other pluginGave it another try today but still no luck, I’m trying to insert the wpb_get_biography_box so it pulls your box instead of the generic one. Below is the way it shows on their plugin, and the php section I think I should be working with:
`// Author
if (!empty($this->params[‘author_tag’])):
if (!empty($this->params[‘author_class’])):
$lcp_display_output .= $this->get_author($single,
$this->params[‘author_tag’],
$this->params[‘author_class’]);
else:
$lcp_display_output .= $this->get_author($single, $this->params[‘author_tag’]);
endif;
else:
$lcp_display_output .= $this->get_author($single);
endif;
`Forum: Plugins
In reply to: [AutoNav Graphical Navigation and Gallery Plugin] Show current page thumbnailThanks!
self=1 didn’t work but it guided me in the right direction to your “other notes” page and
worked like a charm.instead of:
[autonav display=”posts” postid=”category:PRESS” start=0 count=8]I did:
[autonav display=”posts,self” postid=”category:PRESS” start=0 count=8]Keep up the great work, appreciate it!
Hi jcqs19, sorry for some reason I didnt get a notification for your comment, could you provide a link to site or working version? hard to tell what might be the problem
Thanks eddr!
Could you expand a bit? How do we hook it to the wp init? most of us could use your expertise to fix the issue.
Forum: Plugins
In reply to: [WP Biographia] [Plugin: WP Biographia] Sort by last nameFantastic!
Thanks a ton Gary, looking forward.
HI There,
Figured out how to do the multiple columns and how to make them adjust to the site’s website, here’s the site: http://goo.gl/IMkAw<a/>
The only issue now seems to be everyone elses. Works great on Chrome, Firefox, mobile and ipad. But Safari and stupid Explorer won’t load it.
Thanks again