Christopher Finke
Forum Replies Created
-
There is a
contact_form_messagefilter that you could use in a separate plugin to modify the message after it has been submitted (but before it is saved or sent), but apart from that, there isn’t a way to limit the message length.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] conflicting pluginThat list of plugins is not an all-encompassing list of plugins that conflict with Jetpack; it’s a list of plugins that, if activate, will cause Jetpack to not include any OpenGraph tags. From the Fast Secure Contact Form author:
If they did so, it could actually cause their own ‘Publicize and ‘Sharing’ modules to not have any open graph tags since my plugin does not add any.
We’re working on a fix for the redirection problem with Fast Secure Contact Form.
Your theme is adding its own (very old) version of jQuery, located at http://indiahelpdesk.in/wp-content/themes/portal/javascripts/jquery.min.js, which is overwriting the (new) version that WordPress already includes.
You’ll want to remove that additional jQuery include and probably do an audit of other scripts that your theme is adding.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Images not showing in post(Marking thread as resolved.)
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Conflict with Ajaxy pluginOn what page do you see this error? What version of Ajaxy are you running?
Can you try this and let me know the results?
1. Load your blog’s new post page.
2. Using the Chrome browser, open the “View” menu and select “Developer — JavaScript Console”.
3. In the newly-opened panel, select the Console tab.
4. Refresh the page.
5. Attempt to add a form to your post.At this point, there may be some errors in the console. Copy and paste them here. If not, let me know.
It should not negatively affect SEO; most large sites use a separate system for serving images (called a CDN). If anything, the increased speed with which your images are available will help your search rankings, as Google (allegedly) rewards fast sites: http://blog.webcopyplus.com/2010/01/08/google-to-reward-fast-websites/
Hi Michael, what’s a URL where I can see the problem? I’m unable to reproduce it on my testing site.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Site Stats not workingamblogdesign, would you mind posting a list of the plugins that might have caused it?
Hi Robert, I’m confirming that I can reproduce the problem with Leaflet Maps Marker 3.2.4 and the latest Jetpack, and that it goes away when the Publicize module is disabled. I’ll work on a fix.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Implementing Infinite ScrollI’m going to mark this thread resolved in the interest of managing the support forum, not because I think that I’ve fixed everything you asked about, but because I think you have the information you need to get it fixed by the right people.
Can you try this and let me know the results?
1. Load your blog’s new post page.
2. Using the Chrome browser, open the “View” menu and select “Developer — JavaScript Console”.
3. In the newly-opened panel, select the Console tab.
4. Refresh the page.
5. Click the “Add Media” button.At this point, there may be some errors in the console. Copy and paste them here. If not, let me know.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled GalleriesI’ve fixed #1 for the next Jetpack update. See http://plugins.trac.wordpress.org/changeset/648577 for more details.
It’s unlikely due to time/resources that we’ll add a UI for modifying the slideshow’s appearance, since it can already be done via Custom CSS, but I’ll make a note of it.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled GalleriesThanks for the bug reports.
1. Agreed; that doesn’t look right.
2. The tiled/square/circle galleries use the
$content_widthsetting of your theme (if it has been set); otherwise, it defaults to 500 pixels wide. It looks like this is what is happening here. In your theme’s functions.php file, try adding this:if ( ! isset( $content_width ) ) $content_width = 640;If that fixes the problem, consider contacting the theme author to have them permanently add
$content_widthto their themes.3. Also agreed; that’s not right.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Implementing Infinite ScrollAt this point, it’s probably best to request assistance from the theme author (http://www.themezilla.com/support/); I may be able to improve it marginally, but they would be able to offer a complete implementation.