Hi, Im using you plugin to display a NextGen gallery with different content for each page, for example in the left sidebar, at bottom, here https://cu-2azk31h-nycwatershed.pantheonsite.io/forestry/education-training/urbanrural-school-based-education-initiative/
The problem is that the sidebar widget in that page is not showing the images contained in the gallery selected. At first I try to contact NextGen gallery support, they enter to my site to check and tells me that WordPress Page Widgets plugin doesn’t make use of all of NexGen Widget’s attributes and this is the problem, and suggest me to contact the WordPress Page Widgets plugin developers to report this issue. Could you help on this case? Regards, Pedro.
]]>I would like the Front Page (Latest Release) to appear at the top of the list of Site Contents. If I check the box to include the page in the list of pages, Latest Release appears in the menu, next to Home (duplicate pages – don’t want that), but Latest Release will appear in the Site Contents (which I want). If I don’t check the box to include the page in the list of pages, then Latest Release doesn’t appear in the Site Contents list and the list starts with the second page, Bio. How can I make Latest Release or Front page, appear at the top of the Site Contents list without showing the page twice on the main menu?
Thank you for your help!
]]>I really still like the unique idea of this plugin. Sadly it stopped working with WP 5.0 and Gutenberg. Does anyone know a good alternative? I really liked that we could overwrite default sidebars from the post edit screen. There’s no other plugin that can do this that I’m aware of.
]]>How fix “Fatal error: Cannot redeclare gettaxonomyaccess() in /var/www/clients/client36/web43/web/wp-content/plugins/wp-page-widget/wp-page-widgets.php on line 1347” ??
tHX
]]>I am not getting a option to edit text and custom html in wordpress 5.1 widgets. I am facing this issue from last 15 days . can anyone help me here
]]>Even if “Select display option” has only “Post Title” checked, we find
<div class="dateAuth">
</div>
<div class="postExert">
</div>
in DOM and (in case) have to de-style unwanted blank space with
.news_scroll .postExert {margin: 0;}
.news_scroll .dateAuth {margin: 0;}
Please fix.
]]>As Paget Widgets does not bring a specific user right, does it provide a possibility to e.g. hide Paget Widgets when editing, depending on e.g. user role like editor and below?
]]>https://www.codeandmore.com/products/wordpress-plugins/wp-page-widget/ does not exist
]]>Hi there!
After Migration from the test site to the live site, all page Widgets are gone.
I have no Idea why this happened and what can be done.
Please help!
Thanks!
]]>Good morning,
Whether the plugin – “WordPress Page Widgets” is compatible with wordpress V 5.0. Kindly do the needful.
Hello,
We are using the plugin at our website suntuitive glass, but when the plugin is active, we can’t edit the regular posts and other post types as we get “PAGE NOT FOUND” error. Can you help us fixing the issue?
Thank you.
Azizul Haque
Hi there,
the Plugin works great an all my pages, except for the pages where I added a simple function via shortcode. The widgets just don’t show up. If I change the shortcode (“_get_special_posts”) the Widgets do appear.
The shortcode is this:
[get_special_posts cat=1 anz=3]
and in functions.php I have this:
function get_special_posts_function($atts) {
$a = shortcode_atts( array(
'cat' => '1',
'anz' => 5
), $atts );
query_posts('cat='.$a['cat'].'&showposts='.$a['anz']);
echo $header;
if (have_posts()) : while (have_posts()) :
the_post();
$t = get_the_title();
echo "<h3>".$t."<h3>";
endwhile;
endif;
}
add_shortcode( 'get_special_posts', 'get_special_posts_function' );
What is wrong here? How can I fix this?
Thanks!
]]>Hello,
First, sorry, my english is awful…
I’m the owner of a wordpress website who use WP Page Wiget on 450 different articles and pages (with 3 or 4 different widget by article).
I would like to change my wordpress template by a new one who use sidebars.
But i’m very very stressed by the possibility of loosing all the informations of each widget by changing template.
Is there a solution to transfer this informations from old template to new one?
Thank for your help.
Hi guys,
after activation of your plugin other plugins like Revolution Slider, which contain CodeMirror script stop working correctly. There is a conflict between WordPress version of CodeMirror and plugins version of CodeMirror. This happens because you execute the CodeMirror of WordPress version on all admin pages of WordPress. Because of this hook:
do_action( ‘admin_print_scripts-widgets.php’ ); in function pw_print_scripts()
Please be so kind to resolve it asap, because many users of many premium plugins and themes are affected.
Thank you!
]]>Since the update to Page Widgets 3.7 my HTML-view/editor in MailPoet 2 doesn’t function any more. By deactivating the plugin Page Widgets it works again.
Would be great if you can fix this conflict.
When enabling your plugin after updating it and updating wordpress this php error appears in the backend:
Warning: Invalid argument supplied for foreach() in /.../wp-content/plugins/wp-page-widget/wp-page-widgets.php on line 509
We do have several custom post_types and before updating php to 7.2 a notice also appeared:
Notice: Undefined index: post_types in /.../wp-content/plugins/wp-page-widget/wp-page-widgets.php on line 509
What are we missing?
]]>Hello,
With the new version 3.6 for every posttype with a taxonomy linked there will be a widget option on the taxonomy page. But if you link the taxonomy to multiple posttypes for example news and deals and only put the custom widgets option for deals. You can’t save the taxonomy anymore if you access it through news.
So deals has same taxonomy as news
news -> taxonomy -> save -> won’t work
deals -> taxonomy -> save -> work
other thing if you link them both it only works for the last one in the list on the option page:
post
page
news
deals
then only deals works..
So there is something really off with the method to save it.
Created Categories with a drop down menu. There are 3 boxes that can be checked or unchecked: Display as dropdown, Show post counts, and Show hierarchy.
Originally, the Show post counts box was checked which added a number inside of ( ) at the end of the categories. Client now does not want numbers to display so I unchecked the box and tried to update so they would not show the numbers but it is NOT updating and continues to display the numbers.
I have tried to trouble-shoot with the host, SiteGround, and they cannot find any erros that would cause this issue.
I hope someone can suggest a solution!
]]>Hi,
In light of the upcoming GDPR, does this plugin store personal information in any way and make use of cookies?
Thanks
]]>hi,
I am trying to place an image on the sidebar using your plugin and its not showing, most other plugins are working fine. Even on normal widgets section images are showing but its not working when working with your plugin.
]]>The WP Page Widget plugin loads the Page Widgets metabox only on the selected post types, but it still loads the JS files necessary for the metabox on all the post types. This leads to a JS error on the Simple Custom CSS and JS plugin.
Would it be possible to load the JS files only for the selected post types? There are only two lines of codes to perform such a check.
Here is a screenshot of the code with the changes. Or here is a diff of the code changes.
]]>The Custom HTML widget works great in every way except that it doesn’t allow you to edit content after the page is saved for the first time. I can see the query was posted here a few months ago and was just wondering if there’d been any progress with this issue?
]]>The plugin creates entries in Inactive Widgets for every custom widget. If these are cleared on the Appearance > Widgets page, the custom widgets are deleted from all pages.
]]>Since I updated my website to WP 4.9.0 I’m not able to edit the content of the WordPress built in widget “HTML” anymore. I used it in combination with this plugin to show it only on several pages.
When I add a new HTML-widget to a page I see the editor and can write my HTML-code and save it. But when I try to open the widget again to change something I only see the buttons for deleting and saving but not the editor. Does someone face the same problem and has an idea how to fix this?
Switched to “Customize”, customized the sidebar, clicked “Save”: “Updated ajax save widget” was shown in the widget. On the page itself, no sidebar was displayed. Clicked the “Update” button to save the Page, and on loading, there were no widgets in the customized sidebar. Had to recreate all widgets.
“TypeError: pwMediaWidgets.handleWidgetAdded is not a function”
This error appears in console at random times.
It makes sense to appear on category/tag pages if the plugin is enabled for that post type, but it should not appear on taxonomy pages for other post types.
]]>Please move your settings page into a submenu. The top level is for major categories—not settings pages that will be visited possibly just once ever.
]]>I just noticed that I cannot edit my customize WP Page Widget available to drag and drop to the main sidebar. I have no ability to drag and make changes from the available widgets on the left to the main sidebar on the right when I’m on the edit page. I cannot even open the drop down menu widgets on the main sidebar. Please Help. Thank you.
]]>The plugin causes the text turn white in edit mode and toolbar disappears also. So when I go to edit a page, the page appears blank. When I highlight the area I can see the text.
]]>Hi,
We’ve noticed that with this plug-in activated, a pasted Youtube url in the WYSIWYG editor no longer is transformed to an embedded video.
I’ve tested this with a clean install of 4.8 and only the “WordPress Page Widgets” (3.5) activated. There are no errors shown in the javascript error console!
The only thing I can detect is the ajax call to admin-ajax.php that requests an embed returns a {"success": false}
Anyone any idea on how to solve this? Or a way to fix this bug?
]]>