Hi Jayden
Wordfence is now reporting this plugin as ‘abandoned’ – can I just check if you’re still keeping an eye on it, and will respond if any security issues arise, even if no further active development?
I’m still using several other plugins where developers have indicated that this is the case, but when support pages show no activity whatsoever on an ‘abandoned’ plugin, I have to look for another solution. That would be a shame, in this case, as P.I.W. does EXACTLY what I need (thanks again!) ??
All the v best.
I’m using WordPress 5.4.2. running on localhost. I created a page in WPBakery Page Builder (a.k.a Visual Composer), the page has 5 columns each column has a background image along with text and a button. Everything appears except for the images. Is this plugin compatible with WPBakery Page Builder, or can you recommend another page builder/
]]>Pages in Widgets working fine inside Page Builder up to PHP 7.2 but breaks horribly (front end, and even in back end) in PHP 7.3. Anyone else come across this? If anyone already has a quick fix that would be brilliant… if not, I’ll go away and research this a bit more and see if I can nail down the source of the problem a bit more. Thanks.
]]>After WordPress update for 5.4 the widget no longer is working and defaults to site name only.
]]>Hi, out of necessity I’ve added a custom title to your widgets, instead of taking the default post/page title, I think it’d come in useful for some.
I also fixed another bug where the title in the appearances menu shows ‘true’ rather than the chosen post/page for a widget, which is included in this patch.
Basically, by adding a title form field to the form() function of a widget, the title shows up. This will sort out the problem:
<input type="hidden" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" value="<?php echo esc_attr($instance['title']); ?>" />
Hopefully this’ll make it in the next update!
]]>There’s a bug in the Post Widget that limits lists of posts to only 10 (the default in WP_Query).
Here’s a diff against the SVN trunk.
https://pastebin.com/Z2apwiQc
Easy fix, replace this line on widgets/posts-widget.php:
$args = array( 'post_type' => 'post', 'post_status' => array('publish', 'private'), 'posts_per_post' => -1 );
with this:
$args = array( 'post_type' => 'post', 'post_status' => array('publish', 'private'), 'posts_per_page' => -1 );
Hello,
Avada Theme recently pushed a big update. When this plugin is activated with Avada, if you edit any page, it directs you to edit the homepage. There is no way to edit pages while activated.
Theme support investigated and says there’s an issue with this plugin.
I use your plugin regularly to build footers. I would greatly appreciate you looking into this issue.
Thank you,
Joseph
When I updated from v1.8 to v1.9.3 the plugin started inserting only an excerpt + read more link instead of the entire page contents. Reverting to v1.8 restored correct functionality.
Incidentally, these pages are inserted into widgets in Page Builder by SiteOrigin, not a sidebar, in case that makes a difference…?
Anyone else had this? Is there a new setting I’m missing somewhere? Thanks.
(By the way, for those who can see it, the link to the page where I’m using it shows correct functionality, as I’ve had to revert to kep site displaying properly)
]]>Hi,
When I update to the latest, it removes all styling from the page that the widget is pulling from. It’s just plain text within the html when it gets displayed. Please review as this is a major issue to a few sites I use this on! Great and useful plugin…thanks for the work.
]]>I found this plugin to be the best option for my needs, but it fell just short of my specific use-case. I have a site where we’d actually want the excerpt to be used instead of the full content. As such, I’ve proposed an update accordingly to provide that as an option within the widget. I also made it so postsinwidgets_content
and pagesinwidgets_content
are filters applied to the content before it’s output so sites can augment/modify the output a bit as needed (whatever the case may be.)
This just entailed modifying the pages-widget.php
and posts-widget.php
files. You can see the updated code for these here.
pages-widget.php: https://gist.github.com/KZeni/fbaadfa8522ab1d93e28843cdf08a5c6#file-pages-widget-php
posts-widget.php: https://gist.github.com/KZeni/fbaadfa8522ab1d93e28843cdf08a5c6#file-posts-widget-php
Really, I just added outputcontent in a way that matched the existing outputtype setting and then modified the output for the widget options and actual widget results accordingly.
I would love to see this officially adopted in a future version of this plugin. Also, is this plugin on GitHub? Having it there would make things like this much nicer to manage (also, it helps people familiar with coding choose to use your plugin when they know its on GitHub [including a link in the plugin’s description can help convey this and invite community suggestions & support.])
]]>I need help getting rid of this error generated by this plugin:
Notice: Undefined index: outputtype in /usr/home/bartol/public_html/bartolweb/wp-content/plugins/pages-in-widgets/widgets/pages-widget.php on line 117
Thank you.
]]>Hi,
I have a page (page A) which has as content : [sidebar name=”Formation_header”]
This sidebar use your widget to load the content of another page (page B).
The content of this page has a custom shortcode for which I do:
global $post;
return $post->post_title;
This code returns the title of Page B but I would like the title of Page A.
What should I do?
Thanks
]]>First of all thanks for developing this simple but very useful plugin. In using this plugin I found one minor flaw in the code, the html tags around the widget title are hard coded <h4>, I believe it is better to use $before_title and $ after_title. Unless there is a very valid reason from your sde to do it this way I would like to suggest the following code:
/*
* Output Widget
*/
……..
if($titleEnable == ‘true’){
echo $before_title;
echo the_title();
echo $after_title;
}
?>
……….
Thanks a lot for considering, keep up the good work!!
]]>Hi, and thanks for making this great plugin. But there is one problem: the widget title becomes a H4 and not what I set up in functions.php. This will be a semantic problem since I need the title to be H2.
Could this plugin be changed so the title is not H4, but whatever is defined in functions.php like the other widgets?
]]>Yes, I’d like to add posts to a widget… This would help a great deal.
Consider this my official request!
]]>Version 1.7.3 – Works as advertised, but when enabled, Jetpack’s related items (3 images + text below each post) stops working – nothing is shown, not even the heading.
I narrowed it down to this plugin – disable and it Jetpack works as before. This is the case for all pages, not just the page where the widget is used.
]]>Is there a way to limit the amount of content from the page that is displayed in the widget?
I only want to show the first 375-500 words of the page content in the widget.
I have used this plugin https://www.ads-software.com/plugins/page-excerpt-widget/ but it strips the tags out of the page and I only get a solid block of text without any p tags.
And the excerpt plugin is no longer in development.
Thanks
Hi!
First of all I want to say that this plugin is great!
But I’m having a problem, when I activate the plugin in my wordpress page, the divi builder automatically does not work, it stays loading.
Would there be any way to solve this error and the divi constructor keeps showing up?
Thank you very much and greetings
]]>Hi Jayden Major, how do i exclude certain pages from displaying?
]]>Works as expected except for the featured image is NOT linking to the associated page. Ideas on how to fix this?
]]>Hello.
I used SiteOrgin on my website and I updated the content today.
What I saw is that “Posts in Widget” shows only 4 last posts.
Is it possible to get this list to show more then last posts?
Martin
]]>I’m using Pages in Widgets with Page Builder and, after a number of updates of various things that might have been the problem, I’m still stuck using v1.5 of the plugin, because more recent ones lead to shortcodes not running elsewhere on the page.
Since I’m using Page Builder, everything is in widgets, so it’s important that shortcodes run in other widgets for functionality such as post sliders and contact forms. v1.5 works perfectly – have you any idea what change you made since then might be preventing other shortcodes from running, but now just being echoed verbatim?
I get nervous running old versions of plugins… ??
Thanks, Jon
unfortunately this plugin does not support wpml ?? ,
widget is showing the content only for 1 language.
also css from visual composer is not working as well.
I ran the update from 1.6 to 1.7 and immediately got this error (with *** replacing my server info):
Plugin failed to reactivate due to a fatal error.
Warning: require(/home8/***/public_html/wp-content/plugins/pages-in-widgets//general/init.php): failed to open stream: No such file or directory in /home8/***/public_html/wp-content/plugins/pages-in-widgets/pagesinwidgets.php on line 18
Fatal error: require(): Failed opening required '/home8/***/public_html/wp-content/plugins/pages-in-widgets//general/init.php' (include_path='.:/usr/php/56/usr/lib64:/usr/php/56/usr/share/pear') in /home8/***/public_html/wp-content/plugins/pages-in-widgets/pagesinwidgets.php on line 18
Deleted and reinstalled fresh, and still got the error. Reverted to 1.6 and it’s working fine. Suggestions?
]]>I am inserting a page edited with Visual Composer in a front page widget area. Styles like column background and text color set through a custom class are lost when widget containing that page is displayed.
Is this a bug/feature to be fixed/added or does it have a solution?
]]>The concept of this plugin is great, especially for use with builder-based themes that don’t put modules in the sidebar.
But the query used to load the page is wpdb instead of wp_query. I’ve seen this problem before. The plugin is loading the page, but also loading the latest PowerPress player from a post.
Sorry, this is not a plugin conflict, this is a coding issue in your plugin.
]]>I have several simple pages embedded in one complex one, to make it easier for my client to update without breaking the overall layout. When I update to 1.6, all that loads is the top menu of the page – view source showed that it just stopped loading at that point. Other pages which do not use this plugin are still loading fine.
I tried resaving all the widget settings and the page, but that didn’t fix it. However, restoring v1.5 brings back full functionality.
Here is one of the two sites I use this on (in exactly the same manner) – it’s using v1.5 again, as it’s a live site, and I can’t leave it broken:
https://challengingcoaching.co.uk/coaching-resources/
Any suggestions? Great plugin when it’s working OK ??
Thanks, Jon
]]>Hello,
Your plugin is absolutely great. I’ve been using it for some time now.
However, 1.6 created serious problems on my site (design screwed up, and worse). Maybe bad interaction with other plugins like meta-slider, page-builder, …? Deactivating made site working again. But I really liked the plugin.
So I re-installed 1.4 and now everything works well again.
]]>Unfortunately, the HTML tagging is not preserved in the widget. (Example: paragraph tags stripped, and not even WP default paragraphs used.) Hence, all the paragraphs text is run together. Defeats the purpose of the widget, sadly. I look forward to future revisions.*
* I know another widget that I use (WP core text widget?) has a checkbox for “automatically add paragraphs”. Still, I would expect this widget to preserve exactly my HTML code, which to me is the point.
]]>Hi Jayden,
This plugin is great, but I need to force to put the tag <p> in all the paragraphs.
How could I do that?
Tks
Kamila