The last fix lasted a few years, but the PHP is showing errors beyond 7.0. The only part of it I need is the additional field “Alternative Link Text”
This link text will be used in page lists generated using wp_list_pages().
Are there any alternatives to change the link text in the menu pulldown like that Alternative link text? Anything I can do manually? I have an old site that cannot go to a new theme due to formatting issues.
I get errors when I go beyond PHP 7.0 which is now outdated.
]]>A bit late I would really like to try the php 5.5 fix for this plug-in by @grahamat78 .
Unfortunately the link is gone and I wonder if anyone still got the script?
Thank you!
Hanna
A PHP upgrade from version 5.4 to 5.5 breaks this plugin.
]]>Hi there, I need help please.
I had Page Lists Plus working, where my title of each page on the menu was unclickable so only the submenus could be clicked. That’s what I want to do. The main menus however were in the wrong order. To fix this, I went to Appearance > Menus and edited the menu structure to put them in the correct order. Now the main menus are clickable again and have no page content. ?? Can you please explain how to fix this?
Warning: mysql_query(): Access denied for user ‘root’@’localhost’ (using password: NO) in /home/user/public_html/wp/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 327
Warning: mysql_query(): A link to the server could not be established in /home/user/public_html/wp/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 327
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/user/public_html/wp/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 328
]]>the new WP 3.5 has stopped this plugin working properly unfortunately.
]]>Sometimes the redirect function from Page Lists Plus fails. This happens when the target URL is too long (100+).
Solution:
The plugin adds some collumns to posts table in the database.
The redirect_url is set to type varchar max length 100. If you increase this value, or change to type text, everything will be fine.
@wordpress.org-Admin:
Is it really necessary to close unresolved threads to new replies? I had to make up a new thread for this but there were at least two unresolved closed ones. Just an idea ??
Too bad this hasn’t been addressed, or recently broke. Add trim($post_title) to:
$post_title = qTrans_compatibility(wptexturize($post_title)); in page-list-plus.php
It’s not matching because there is a space at the end.
]]>i saw nothing working with theme zBench 1.3.2 by zwwooooo.
]]>I’m trying to set the Alternate Title Attribute ONLY and leave the Alternate Link Text as is. This is not working. When I specify the Alt Title there is no effect and it assumes the same value as the title text. Any suggestions on how to get this working?
Thanks.
]]>when I install the “Page Lists Plus” plugin 1.1.8 I receive the following notice in from WP_DEBUG “:
Notice: Use of undefined constant qtrans_split – assumed ‘qtrans_split’ in mypath/wp-content/plugins/page-lists-plus/page-lists-plus.php on line 563.
I also receive the following notice just above the “Page Lists Plus” menu item in settings:
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in mypath/wp-includes/functions.php on line 3321.
is this an issue that is currently being worked on?
]]>When I uncheck the checkbox labeled “If this box is checked, then this Page will appear in page lists generated using wp_list_pages().” and update the page, the checkbox is re-checked, not saving what I want it to do, which is to remove that specific page from the menus!
]]>“Redirect To” option is not working, I’m using Permalink for URLs
]]>