Innervates
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] parse errorsI’m also getting parse errors…
two things happening, the plugins page in the administration dashboard is very slow to load now.
Whenever I update a page or post – it gives me a blank white page, with the following parse errors
Warning: parse_url(http://) [function.parse-url]: Unable to parse URL in /home/ovcweb/public_html/onevoiceinc.com/wp-content/plugins/quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 1157 Warning: Cannot modify header information - headers already sent by (output started at /home/ovcweb/public_html/onevoiceinc.com/wp-content/plugins/quick-pagepost-redirect-plugin/page_post_redirect_plugin.php:1157) in /home/ovcweb/public_html/onevoiceinc.com/wp-admin/post.php on line 233 Warning: Cannot modify header information - headers already sent by (output started at /home/ovcweb/public_html/onevoiceinc.com/wp-content/plugins/quick-pagepost-redirect-plugin/page_post_redirect_plugin.php:1157) in /home/ovcweb/public_html/onevoiceinc.com/wp-includes/pluggable.php on line 896any insight on fixing this would be great – I don’t see any errors on my actual pages for visitors, which is good – but it could be somewhere I don’t see…
Thank you
Hi Paul,
I think this is a great feature for the author of the plugin to add. A way to add a class to all of the anchors that are added. We don’t even need to name the class, if the author can just add a class to the anchors.
In the mean time Paul – you can use this CSS to do the same thing (although understand that this will affect all “Named” anchors, so if you have others that are not using this plugin, they could go wonky)
all you need to worry about is the position and margin. This should help you get the proper jumps you need – just adjust the -200px margin top until it puts it at the right place for you.
a[name]{ position: absolute; margin-top: -200px; } a[name="Content-bal-title"]{ position: absolute; margin-top: -500px; }