DaveE
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Posts Widget] Allowed memory sizeBasically, Your server rand out of memory before being able to complete the page render. This isn’t a FPW issue per say, but more of a general, “you’re trying to return too much data in one page load” issue. It just happens that FPW is the last nail in the coffin. It could just as easily be a different plugin or widget that would hit your server’s memory limit.
There are many, many reasons you might run into this out-of-memory issue. Are you trying to return a large number of posts (more that 5 or 10 at a time)? Do you have a large number of plugins enabled? Do you have a lot of widgets running or a specifically lot of FPW setup on the same page view? I’d try configuring your page loads to & widgets to return fewer posts an see if that helps.
Forum: Plugins
In reply to: [Flexible Posts Widget] Fixed order of postsYes, this is possible using the ID tab to select the posts you’d like to show, in the order you’d like them to appear. Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] Fixed order of postsHi cinus, I don’t understand your question. Each widget has settings for the order of posts, yes. I don’t understand what you mean by “fixed.” Can you clarify?
Forum: Plugins
In reply to: [Flexible Posts Widget] Ignore sticky posts not workingHi Exoseed,
Since I haven’t heard back in a month, I’m closing this thread as resolved. Feel free to reopen it if you are indeed still having issues.
Forum: Plugins
In reply to: [Flexible Posts Widget] Current nav item highlighted?Hi gloriagoldrea,
Thanks for posting this issue and a possible solution. I’m looking at what it would take to add that CSS class programmatically. I’ll post back to this thread if a future release adds this capability.
Thanks again!
Forum: Plugins
In reply to: [Flexible Posts Widget] Remove Titles & Add 2 ColumnsHi ajpilgrim,
Thanks for trying out the plugin. Unfortunately, you’re kind of asking for help beyond the capabilities of a free support forum and more in the realm of paid development work. I’d be happy to work on your project for you at a regular rate; or better yet, I’d suggest getting a local WordPress developer to help you out with this. It looks like there is a really healthy WordPress community in Dallas that you could tap into: http://www.meetup.com/dfwwordpress/.
Hopefully you understand the limitation of support for a free plugin. Thanks again for using the plugin!
Forum: Plugins
In reply to: [Flexible Posts Widget] Unnecesary dot or bullet on line above post titleHi GordonRe,
by default any list items [li] in an unordered list [ul] will have a bullet. However, it looks like the real issue is that any links [a] inside a widget get a line-height of 22px applied (styles.css, line 2348), thus bumping down the text inside the link. Removing or adjusting that line height for your FPW links will fix the issue.
Forum: Reviews
In reply to: [Flexible Posts Widget] Very GoodHi Geraldo,
While there is an option for this built into the widget interface, you can quite easily accomplish this using your own HTML template as we discussed a while back.
Thanks for using the plugin!
Forum: Plugins
In reply to: [Flexible Posts Widget] Shortcode for page content area?Hi Paal,
Unfortunately, the plugin doesn’t support shortcodes. I’ve toyed with the idea of adding shortcode support, but haven’t gotten that far. Possibly in a future release. Sorry!
Forum: Plugins
In reply to: [Flexible Posts Widget] Ignore sticky posts not workingHi Exoseed,
Can you tell me a little more about the context in which you’re using the widget? Are you querying against post or pages or another post type? Are you using a taxonomy & term query or are you getting posts by ID? Also, what other settings are applied in the widget? Finally, where are you showing the widget?
Thanks!
Forum: Plugins
In reply to: [Flexible Posts Widget] Working with WPML?Hi Aquarius, thanks for doing the leg work here!
For others who may want to apply this fix for WPML, it looks like this will work as long as there is only one category or term selected for the taxonomy. This will most likely work for 90% of users, but I’ll take a look at extending it further and integrating it into the plugin as soon as get a chance.
Thanks again!
Forum: Plugins
In reply to: [Flexible Posts Widget] Hide title when no post foundHi Pauro,
The simplest way to do this would be to create a custom HTML template in your theme folder and then remove lines 37-40 from your custom template:
<?php else: // We have no posts ?> <div class="dpe-flexible-posts no-posts"> <p><?php _e( 'No post found', 'flexible-posts-widget' ); ?></p> </div>Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] Get post by title?Hi aurorasentinel1,
Unfortunately, the plugin doesn’t currently have this capability. I’ll add it to the wish list for future consideration.
Cheers!
Forum: Plugins
In reply to: [Flexible Posts Widget] No thumbnails are displayedHi kambone,
You would need to add Post Thumbnails/Feature Images to your posts in order to see a thumbnail of them appear in the widget.
Cheers,
Forum: Plugins
In reply to: [Flexible Posts Widget] ExcerptPrevious asked and answered.