Forum Replies Created

Viewing 15 replies - 76 through 90 (of 375 total)
  • Plugin Author DaveE

    (@dpe415)

    Hi Albert,

    Thanks for using the plugin! That would be up to how the theme handles a default image (since WordPress doesn’t natively support a default image functionality). FPW uses WordPress’s built-in functions to display the feature image. If you theme doesn’t filter the output for a feature image correctly, then none would display.

    The easiest solution would be to copy the code used by your theme’s default image functionality into a custom template for FPW.

    Hopefully that helps,

    Plugin Author DaveE

    (@dpe415)

    Howdy,

    I would start by checking the settings for the English version of the widget. Previous versions of FPW didn’t really distinguish between the different languages in use via WPML. This version does. You may need to just go in and reconfigure the English version of the widget to pull the correct content for your English site. That should fix it.

    Sorry for the trouble.

    Plugin Author DaveE

    (@dpe415)

    Howdy, I know you’ve moved on, but I wanted to close out this thread. v3.5.0 has WPML and PolyLang support (finally)!

    Thanks!

    Plugin Author DaveE

    (@dpe415)

    Hi Kerri,

    You’d need to adjust your theme’s styles to fix this. FPW doesn’t do any styling of it’s own. Sorry!

    Plugin Author DaveE

    (@dpe415)

    Since I haven’t heard back in quite a while I’m closing this thread as resolved. You are welcome to post again if you still need support.

    Cheers!

    Plugin Author DaveE

    (@dpe415)

    Hi Sagar,

    Since I haven’t heard back in quite a while I’m closing this thread as resolved. You are welcome to post again if you still need support.

    Cheers!

    Plugin Author DaveE

    (@dpe415)

    Hi Johanna,

    Since I haven’t heard back in quite a while I’m closing this thread as resolved. You are welcome to post again if you still need support.

    Cheers!

    Plugin Author DaveE

    (@dpe415)

    Thanks for the suggestion, Clifford. I’ve got a paid version of FPW in the works that will have more templates (including date display) and options than the free version available here. It’s in progress, but I don’t have a definitive launch date yet.

    You can certainly create a custom output template to accomplish this now. The changes to the code to handle this are pretty small.

    Thanks again!

    Plugin Author DaveE

    (@dpe415)

    Thanks for checking in. It’s coming along slowly. I’ve been swamped with other work and haven’t had the time to dedicate to it that I have hoped, but the paid version is certainly not dead.

    I’ll certainly make an announcement when the time is right. For now the best thing I can suggest it to hang tight or create a custom template for the modification you’d like to make. It’s actually a pretty simple change.

    Sorry I don’t have more news yet.

    Plugin Author DaveE

    (@dpe415)

    Hi ank91,

    Please find another avenue for your suggestions. This isn’t helpful as you don’t fully understand where/how this plugin (or other plugins) are used throughout a site. Your suggestion would indeed enqueue the scripts on the widgets & customize screens, but not other locations that the plugin may be in use (post.php, edit.php, etc). I have already tested and been through a long process of testing & development to ensure that my plugin does indeed need to be enqueued throughout the admin area because of these edge cases.

    You are welcome to modify how any plugin enqueues it’s scripts as you see fit for your project. That’s why we use the whole enqueue process for plugins in WordPress–so you can customize the output/code as you see fit for your use.

    Please stop posting this type of suggestion as a support request. I’ve responded and explained why it is how it is. Thank you.

    Plugin Author DaveE

    (@dpe415)

    Thanks for posting this!

    Plugin Author DaveE

    (@dpe415)

    The reference to $flexible_posts there is a PHP object containing the WordPress query details as well as the results. There is one property in the object called posts which contains the complete set of posts returned by the query. I’d suggest reading over the WP_Query documentation as that is how all result sets are generated in WordPress, including the ones used by FPW.

    Plugin Author DaveE

    (@dpe415)

    Hi elrafo,

    I haven’t been ignoring your thread. In fact, I’ve thought a lot about how this might be possible. As it stands, I’m pretty confident that you’d need to reverse sort the array of results manually with PHP. I can’t think of a way that WordPress would allow you to reverse the order of the results after it has been queried. Essentially you’re querying for 3 posts ordered by newest and then you want to reorder your results from oldest to newest.

    This wouldn’t be a FPW as much as an issue with how WordPress generates it’s own queries. Since this is beyond the scope of FPW, I can’t really provide you with an easy solution here.

    I’m sorry I’m not more help on this one.

    Plugin Author DaveE

    (@dpe415)

    Hi fcpro,

    This isn’t really a topic specific to FPW, but the bottom line is: you can’t. At least not easily. Multisite installations are intensionally designed to be completely separate “silos” of data. The are architecturally separated.

    There are some complicated ways to pull data from one multisite instance into another (I’ve done it), but none of them are without their quirks or issues. And none of them are related to FPW.

    When a plugin states that it is multisite compatible it means that the plugin will work as both a network activated and single-site activated plugin. It doesn’t ever infer that the plugin will merge data between the sites. Sorry for the confusion.

    Plugin Author DaveE

    (@dpe415)

    Hi ank91,

    Thanks for the note. FPW used to enqueue its assets that way, but that prevents the widget from working both in the Customizer and also within other Page Building tools that allow widget placement (tools that allow you to place widgets inside of a page or other non-traditional area).

    As it stands, FPW’s styles and scripts are very, very small and will cause only a little additional download time for a page. The script itself is only triggered when a specific widgetized ID is enabled on the page, so there is very little processing overhead as well.

    Thanks again for your thoughts,

Viewing 15 replies - 76 through 90 (of 375 total)