kalookalei
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Book List] Amazon Wish List/Vendor Code ButtonThanks for your reply. It seems that even though Amazon still has the Wish List/Vendor button page up they have discontinued the service…too bad.
Forum: Plugins
In reply to: [Cr3ativ RecentPosts Carousel] Extra Padding Around Excerpt?Oops, needed to set both parameters so that the last line of the excerpt would display fully. padding: 3px 10px; worked best for me. Thanks again. Love the plugin.
Forum: Plugins
In reply to: [Cr3ativ RecentPosts Carousel] Extra Padding Around Excerpt?Thanks, it didn’t work when I added it to the Custom CSS but worked perfect when I added the padding to the plugin’s CSS.
Forum: Plugins
In reply to: [Cr3ativ RecentPosts Carousel] Extra Padding Around Excerpt?The link is jumpjammies.com. There is a sample on the home page of 4 items. I would like about 10px of separation between one item and the next.
Forum: Reviews
In reply to: [Cr3ativ RecentPosts Carousel] Really like this one!Oops, meant to add that the support was quick and responsive.
Forum: Plugins
In reply to: [Cr3ativ RecentPosts Carousel] Get_the_excerptI tested with Twenty Fifteen and still got the first few lines of the post and not what was in the excerpt box.
I did find a solution I think. If you change the line
$temp_excerpt = get_excerpt_by_id($post->ID);
to
$temp_excerpt = get_the_excerpt();
then the contents of the excerpt box are displayed both in my theme and in Twenty Fifteen. I’m hoping this does not interfere with any other code.
Forum: Plugins
In reply to: [Cr3ativ RecentPosts Carousel] Get_the_excerptI do have text in the excerpt box.
As I understand it in order to retrieve the information from the excerpt box there needs to be a call to the_excerpt like:
`<?php $excerpt = get_the_excerpt() ?>
Your call goes to excerpt_by_id($post_id)not the_excerpt so what is in the excerpt is not being returned.
I really do love your plugin.
Forum: Plugins
In reply to: [Cr3ativ RecentPosts Carousel] Get_the_excerptThat code returns an excerpt pulled from the first words of the post. It does not return what is in the excerpt box of the post. If you take a look at my page jumpjammies.com you will see that the excerpts begin with “Purchase at Amazon”. In the excerpt box of the posts I do not include that phrase since links are removed from excerpts. I.e. for the Etsy book the excerpt should be, “This ebook – Sell Digital Products Using Etsy – shows you how to set up an online store on Etsy.com.”
Forum: Plugins
In reply to: [WP Author Bio] Author Name & Social LinksOkay, I did a bit of poking about and found this code in the CSS:
/*#sab-social-wrapper { display:flex; }*/ [id^=sig-] { float:right; border:0; padding:0; }
I eliminated the /* and */ brackets and pasted the following code:
#sab-social-wrapper { display:flex; } [id^=sig-] { float:right; border:0; padding:0; }
into the Custom CSS field. It, at least, seems to resolve the conflict between the Author Name and the Social Buttons.
I am not the best at code is this change okay or will it break something I don’t know about?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Display only success message on submitI, also, would like this option. Thanks.