happyecho
Forum Replies Created
-
Forum: Plugins
In reply to: [Embedly] embedly breaks my frontend tinymce visual editorI just sent you an email that has 3 pics attached that show the problem
Forum: Plugins
In reply to: [Posts in Page] Show full postHi Changed what you recommended to:
<!– This is the output of the CONTENT –>
<div class=”entry-summary”>
<?php the_content(); ?>
</div>So that I can have my happy news page showing “full content” since that page needs it because its just embeded cards
https://happyecho.com/happy-news-inspirational-stories/but on majority of my other pages where there is real content I need it to show the excerpt from post containing certain tags.
And now I know how to do all of that. But I don’t know how to do but at the same time. I would really like to specify show excerpt on this page and show full content on another
Can I add something to do both? Right now I have it all as show full content but I really need to use both functions. PS love your plugin!
Forum: Plugins
In reply to: [Posts in Page] Show full postthank you @patrick Jackson
MemberForum: Plugins
In reply to: [BuddyPress Links] Sidebar on Links Page gets moved downThank you @valuser!
Forum: Plugins
In reply to: [Show All Comments] Looks great but showing my avatar everywhereI figured it out…
Now it is Amazing so it was showing my avatar one everyones comments. Which was annoying but here is this fix..
In the plugin file
(wp-content / plugins / show-all-comments-in-one-page / bt-comments.php)
in the bt-comments.php on line 230
there was this:
<?php echo get_avatar( get_the_author_meta( ‘ID’ ), 50 ); ?>
and I replaced it with:
<?php echo get_avatar($comment, 96); ?>Now it’s perfect
Forum: Plugins
In reply to: [Embedly Wall] Plugin don´t worknow if I can only get it to show more than 5??????????
Forum: Plugins
In reply to: [Embedly Wall] Plugin don´t workI figured out how to make it work. In the embedly wall setting unclick the box that says “Snarf images?” then it works perfectly with the image and everything. And also you need a free API key (Leonelb was past this point) but I mention it here just in case for others who just downloaded the ap. Because it doesn’t tell you like some do in the app.