 admin
|
The plugin admin page has a link titled “for more marquee codes click here” but it only throws you at your home page.
Also bugs
(1) In the post add/edit page, the link to the admin page generates a 404 error
correct link:
http://saltaire-aa.org/news/wp…..ements.php
generated link:
http://saltaire-aa.org/wp-admi…..ements.php
- hence 404.
(2) Marquee is using the ../news/slug instead of the ../news/?p=nnn permalink hence another 404 error
(3) as a pop-up window get
Warning: Cannot modify header information – headers already sent by (output started at /home/content/s/a/a/saa05admin/html/news/wp-content/themes/thematic/library/extensions/header-extensions.php:8) in /home/content/s/a/a/saa05admin/html/news/wp-content/plugins/wp-announcements/wp-announcements.php on line 96
(4) same with shadowbox enabled
|
 admin
|
Hi DavyB,
I fixed the permalink issues and pushed the updated version up to WordPress.org…
(3)&(4) The popup window errors your getting relates to a cookie being created by the WordPress WP-Annoucements plugin. It looks like you are writing content to your browser before the generation of this cookie. If you were to use any other plugins that create cookies you would most likely run into the same problem…
|