Using Pods, I created a custom post type and added hierarchy support. I then created a whole bunch of pages associating them as appropriate to parent pages.
I would now like to use the Flexi Pages Widget to display a list of all of a page’s child pages.
So, I have a page for a county in the US. On that page I want to show a list of all of the different cities that are a child to that county.
I tried what I thought would work but it’s coming back empty. If it makes a difference, I embedded the widget via Beaver Builder. Thanks.
]]>My main nav bar has orange shading behind it. When I use your plugin the menu titles in the widget also take on this shading. Can you suggest some CSS to remove the shading completely from the items in the widget? Thank you.
]]>Hello!
Is it possible to output not the title of the page, but the value of the custom field?
If possible, please tell me the appropriate code.
Thank you.
]]>What could be the reasons if the Flexi Pages widget just stopped to work. Links of the created pages have begun to appear to the sidebar and nothing (as I can see) has changed when updating.
]]>I have too many pages selected in the widget and so the widget is not showing them at all. I see nothing, and I believe it’s because they are too many.
Would it be possible to add a feature to allow only X amount of selected pages so I wouldn’t need to select them one by one everytime I add a new page? I need to automate this.
Thank you!
]]>Hi,
when I using developing debug I see this message in front end:
Strict Standards: Only variables should be assigned by reference in /www/htdocs/xxx/wp-content/plugins/flexi-pages-widget/inc/class-flexi-pages.php on line 248
Changing this
$curr_page = &get_post($curr_page_id);
to this
$curr_page = get_post($curr_page_id);
fixed the issue.
Please fix it.
Thanks
Hi,
the widget titles won′t be translated on a multilanguage site. The strings are there and translated – but the widgettitles wouldn′t be translated when changing the language.
Hi,
Is there a way where I can add icon or image to each page on the list?
Thanks!
]]>Could someone please help making the first item on the dropdown clickable? This is being asked for many users and maybe is simple to do. Very useful plugin. Thanks
]]>Using this plugin with Quick Page/Post Redirect Plugin. THe widget is in the sidebar but when you select a page that is supposed to redirect (like facebook), it DOES redirect but does not redirect in a new window as selected in the redirect plugin. if i use the wimple wordpress Page widget, it shows all the pages and the ones that are supposed to redirect to another website and open a new window DO do what they are supposed to. Something about this plugin is keeping the new window from opening.
]]>…intsalled it but cant’t for the life of me select pages to include or exclude
]]>Hello
Now I have all pages with the plugin. What can I do to have only some pagers? I want only my songs and not home. Thanks.
]]>Please add “include/exclude” CATEGORIES setting!
]]>Does this plugin respect Content Permission?
We use WP as an Intranet tool and we hide some pages for some users, so we would like the “Child Page” plugin to not show pages that the user does not have access to.
]]>Our Flexi Pages sidebar quits indenting subpages when it gets down to the third level of subpages. The hover color formating also applies itself to the currently displayed second level and also all subpages in the third level. This is the site in question, problem site.
]]>I am using flexi pages widget and set sorting on page id descending. But is the list is not sorted by page id (descending) at all!
]]>The first item on dropdown list not working. But the second does, and after having used the second the first works.
Have tried all settings – nothing will change it.
Sometimes you’ll want to have a sub-menu on your WordPress website with a top link that doesn’t necessarily go anywhere. For example, you might have separate pages for your company’s service, but not want an overall “services” page, so the idea is to simply “unlink” that parent page. Is there a way to do this with flexi pages?
]]>Hello,
Thank you for this great plugin. I have a custom post type which is exactly identical to the post type page. How can I use custom post types with your plugin? If you can redirect me to the source code, I can do the rest.
Thank you
]]>Hi folks,
I have a custom post type which has its archive page sitting below a regular page. Using the following on the regular page (with $top_id being the ID for that page), Flexi Pages Widget loads in as expected, but when I use the same code within the template for the custom post type archive (which uses the same sidebar.php as the standard page), the function outputs nothing at all.
Here’s my code:
<?php flexipages( 'title_li=&sort_column=menu_order&child_of='.$top_id.'&show_subpages=2' ); ?>
If I remove child_of, it displays as expected, albeit from the top of the page hierarchy instead of just the children of the top level page it’s within.
Immediately before the code block above, I echo’d $top_id and it’s definitely using the correct number, so no issues of it being the wrong ID or an empty ID.
Any ideas?
Cheers,
Robert
Hi,
Is it possible to only style the current page item? When trying to add a text decoration the current page link it also affects the children.
In a previous version of the plugin the current_page_item style was in a span so I could get this styling to work. However now my text decoration is on all of the child links thus not really just the current page which is what I am looking for.
Thanks
Karen
I’ve created some pages using woocommerce shortcode (display categories). When I trying to include more than one of these pages in widget all the pages in widget are disappearing (and widget disappearing too). Only single include page works in widget. How can I fix it?
]]>I have
Include/Exclude: [none]
[no] Show sub-pages
[no] Show hierarchy
I expected it would show only top-level pages, but instead it shows all pages.
]]>Dear all,
I would very much like to be able to provide titles in several languages. Currently, all my pages that are listed in the sidebar are translated using Qtranslate+, however, I have not figured out how I could possibly get my titles in the sidebar to appear in the user’s selected language.
Any help is greatly appreciated, and thanks for the nice widget.
]]>I am using the drop down feature. The list can be very long so can it be possible to make the drop down list scrollable?
]]>How to give the current menu item a different color. The a:active color shows up just for short.
]]>please see the bottom area in gray here, where i used this widget:
why are there two sets of bullets – a circle and also arrows?
How do I get rid of both of them altogether?
thanks!
]]>Unfortunately the recent update (1.7) has cleared all of my previous setting for this plugin. This could cause some inconvenience to sites like mine that use this widget on a large number of pages on a bilingual site.
]]>Using a simple customization of the Twentyfourteen theme. The side menu moves to the bottom of the screen as the page width decreases. Setting a fixed with on parent divs via CSS does not seem to make any difference. As a result, the site looks fine except when viewed on a smartphone, in which case it’s unusable. Any suggestions?
]]>Is it possible to force the menu to open on post pages? It does not need to show the posts but it would be great if it could open to show the relevant child pages.
Thanks in advance
Dawn