overclockwork
Forum Replies Created
-
File to edit:
/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.jsFunction to edit:
hideShutter : function() {Forum: Requests and Feedback
In reply to: <br /> for gods sakeThere is no way this behavior can be justified. It interferes with the very principle I must rely on when producing or maintaining HTML markup. It does not take a software engineer to recognize that this must be the result of incompetence.
It is not my intent that the HTML markup I write into the Field should be interpreted by a random function that changes the code. I want the browser of the user to interpret the code I write. It must not be tampered with the moment I save it – or when I switch to another view.
Any modification of the markup entered into the field is but a disruption of intent. Because of this, wordpress cannot be used in any serious production.
Forum: Networking WordPress
In reply to: WP 3.0.1 Multisite subdirectories cannot access backenddjlinden: i had the same trouble with the uploads not showing up. I am not sure if this happened after the update from 3.0 to 3.0.1. Getting desperate, I just overwrote my .htaccess file with yours and I am happy to report that “everything works” – for now.
I’m using WP 3.0.1 and have set it up as multisite. Not on the webroot level but in a folder /blog/. Register plus redux Version 3.6.11 is activated and it saves all settings. However the fields don’t show up on the registraton page. I turned on define(‘WP_DEBUG’, true); in wp-config.php and it throws this error when on admin pages: Notice: Undefined index: action in /home/tree/public_html/blog/wp-content/plugins/register-plus-redux/register-plus-redux.php on line 24 (, line 26, line 28, line 30)
When on the settings page for the redux plugin, it only shows the error for line 24.
Forum: Plugins
In reply to: Wordtube inaccessible to the blind…Wordtube uses the JW FLV Media Player (current version is 4.3) by Jeroen Wijering, now longtailvideo. https://www.longtailvideo.com/players/jw-flv-player/
They promote the player with this headline: The #1 Open Source Player for FLV, H.264 & MP3.
I don’t know if the standard installation is accessible, but there is an accessibility plugin:
https://www.longtailvideo.com/addons/plugins/56/Accessibility
And here a query in the forum:
https://www.longtailvideo.com/jw/?search=accessibility
If that doesn’t fix four issue I’d contact them:
https://www.longtailvideo.com/support/contact-usForum: Fixing WordPress
In reply to: Get post id of the post being viewed in header.phpput this inside your header:
$ID = $wp_query->post->ID;rtfm / search:
– https://codex.www.ads-software.com/Function_Reference/WP_Query
– https://codex.www.ads-software.com/Main_Page
– https://www.ads-software.com/support/