The Software People
Forum Replies Created
-
Forum: Plugins
In reply to: [LAPDI Featured Posts] Changing layout and titleWorking on this now we added CSS instead of hard coding a break and I’ll send you the CSS for your site for some reason the CSS we added I don’t see it…
What version are you using? The latest?Forum: Plugins
In reply to: [LAPDI Featured Posts] Clickable ImageWell the links are clickable and the read more links are clickable and if you bring down the latest update you will see that we have added the enhancement of clickable images. Pretty sweet for free right? Enjoy 🙂
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayCan you pass into the shortcode or the widget 150 as width and height that way its sized properly. ?
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayI see “Continue Reading” that looks to be in a weird position?….
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displaySee thats what I don’t understand because the images there all look fine to me…
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayCorrection to the above…
“get_post_media is a WP Codex function and it just simply sets the image size based on the thumbnail width and height.”
should read
“get_post_media is a function that subsequently calls get_the_post_thumbnail WP Codex function and it just simply sets the image size based on the thumbnail width and height.”
And I think this may be the issue it searches for a featured image and when it doesn’t find one it checks the post for any images…perhaps the ending syntax is the issue?
Hold while I research this…
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displaySir I apologize if my response frustrated you but I sincerely don’t understand what else you need and I still don’t understand what your problem is.
I’ll respond to what I assume you mean instead…
All the code that is responsible for displaying the widgets or shortcode are in the display_widget function which I stated early. To go further, the code to pull images from a WordPress posts is as follows
$media = $pro_post->get_post_media ( $a_post, $thumb_width, $thumb_height );get_post_media is a WP Codex function and it just simply sets the image size based on the thumbnail width and height.
And in your clarification to me? I still don’t know what you mean…
“I’ve created new templates and can’t choose [templates] in the widget.”
There isn’t a way to choose templates in our widgets so I still don’t know what this means, my apologies. Hopefully I answered the question for you.
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayCan’t chose “those”? What are “those”? I still don’t quite understand. Would you send screen shots as to what you are attempting to do? Actually the display_widget function eventually gets called when using shortcode.
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayJust realized you didn’t post the first question to the support area. Any updates and customizations can be done in the TSP_Easy_Dev.extend.php file in the main directory, you will only need to modify the display_widget function. If you wish to have custom updates let us know.
Forum: Plugins
In reply to: [LAPDI Featured Posts] How to remove the "[…]"You would update TSP_Easy_Dev.extend.php Line #355.
Note in the future please post bugs and any support related questions to http://lab.thesoftwarepeople.com/tracker/wordpress-fp. Thank you
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayThank you for posting to our support page, please check for the responses and for all communication concerning this issue.
Forum: Plugins
In reply to: [LAPDI Featured Posts] Adding a custom field to the displayHey Doug, would you provide us with more details please. Also, in the future please submit any bugs and enhancements to http://lab.thesoftwarepeople.com/tracker/wordpress-fp. Thank you
Forum: Plugins
In reply to: [LAPDI Featured Posts] Thumbnail Image PaddingHere ya go 🙂
#tspfp_article.layout1 img, #tspfp_article.layout1 object, #tspfp_article.layout1 code { margin: 0px 10px 10px 0px; }Forum: Plugins
In reply to: [LAPDI Featured Posts] Posts are not appearing in a sliderI see that you have chosen another post slider plugin. It looks great. Apologies for the delay in responding. If you have any future questions, please do not post them here but instead at our bug tracker at http://lab.thesoftwarepeople.com/tracker. Thank you
Forum: Plugins
In reply to: [LAPDI Featured Posts] Thumbnail Image PaddingHi, send me the link you are attempting to edit and I will supply you with the CSS code needed to adjust the spacing.