Support Forum

 
Current User: Guest
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Page doesn't show up in list

Working on It
UserPost

8:24 am
January 16, 2010


Kathy Kirk

 
1

Hello Steph,

Thank you for the brilliant plugin. The widgets were driving me crazy, then…sanity.

I ran into two issues:

1. I recently added a new page (events) and it does not show up in the list for me to customize which widgets/content I want displayed for that page. I swear I've look at least a half dozen times. Not sure what this is about.

2. The plugin WP Colorful Cloud Tag Plugin won't conform to your Plugin. I do have a question into the developer, Lionel regarding that issue.

In reading other comments, my widgets loads very slowly, as well. I have about 88 pages on my site. I will try the WP Cache and see if that helps.

my site: http://www.appliedspirituality.com

Thanks so very much for what you do!

Kathy Kirk

4:10 am
February 1, 2010


Hayley Hunter

 
2

Hi Steph,

Same sentiments as Kathy, great widget!! helped my site so much!

I'm having the same problem as Kathy.

I have added pages to the site and they don't show up in the list for me to customize which widgets/content I want displayed.

Kathy did you find a solution?

Thanks

Hayley

8:06 am
February 1, 2010


Steph

 
3

Are you adding pges or posts? Are you adding them manually, or are they auto-populated from another plugin? When you go to "Pages" on the WordPress admin menu, do the pages show there that are missing from the widget?

8:14 am
February 1, 2010


Steph

 
4

Kathy, WP Colorful Cloud Tag Plugin will need to be rewritten before it will work with Display Widgets. Hopefully that developer will update it soon.

As far as the "Widgets" page loding slowly, I'm still planning on finding a way to cache the check boxes, but until then it'll help to clear out any widgets listed in the 'Inactive Widgets' box that you don't need to save. When I started looking into the slow-loading issue, I realized every widget listed anywhere on that page is loading all the options, not just the names and descriptions. Hopefully that'll help.

4:09 pm
November 20, 2010


Ktee

 
5

Hi,

 

I am having the same issue with Pages not showing up. When I go down my list any page after the letter M does not show up. Can you help?

10:27 pm
November 22, 2010


Steph

 
6

Ktee,

A new release is overdue on this, but for now, please change line 51 from:

$pages = get_posts( array('post_type' => 'page', 'post_status' => 'published', 'numberposts' => 99, 'orderby' => 'title', 'order' => 'ASC'));

 

to:

$pages = get_posts( array('post_type' => 'page', 'post_status' => 'publish', 'numberposts' => 999, 'orderby' => 'title', 'order' => 'ASC'));

Working on It

Reply to Topic:
Page doesn't show up in list

Guest Name (Required):

Guest Email (Required):

Smileys
Cool Surprised Smile Wink Laugh Confused Cry Embarassed Frown
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
8 + 11
   


Working on It