fastasleep
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Scrolling with mouse wheel doesn't workI was able to solve my inability to get vertical scrolling working on a large div of text by renaming the jquery.mousewheel.js and jquery.mousewheel.pack.js files, essentially disabling them.
Forum: Plugins
In reply to: [Firelight Lightbox] Add ScrollingAnyone find a fix for this? I can’t trackpad/mouse scroll my content either, regardless of ‘center on scroll’ etc. Only way I can get it to scroll is clicking on the content then hitting the down arrow then grabbing the scrollbar while it’s visible before it fades away again (FF/Safari). I’ve tried nested divs with overflow-y:scroll and everything I can think of.
Forum: Plugins
In reply to: [Constant Contact for WordPress] Successful Submission with Form on PageDid you figure this out? Trying to figure out a way to make this happen; wish the shortcode variables were better documented.
Forum: Plugins
In reply to: [Constant Contact for WordPress] No Submit Button On Form DesignIn the Form Fields, check “Submit” and it’ll add one that you can customize.
Forum: Plugins
In reply to: [Easy Theme and Plugin Upgrades] Simply does not work.I had this same problem, then my site went blank —?both on the front end and back end. ??
I don’t have server access outside of the WP admin panel, so now I’m screwed until someone can get me access and our site is completely down. Fair warning for anyone attempting this plugin!
Forum: Fixing WordPress
In reply to: Reorder video embeds outside of the_contentFigured it out after reading more about the embed process, and found the hook:
<?php echo wp_oembed_get( get_post_meta($post->ID, ‘Video’, true) ); ?>
Where ‘Video’ is the name of my custom meta field, and just moved the Vimeo link from the body of the_content and pasted it there instead. Works great!
Forum: Fixing WordPress
In reply to: Embedding Video onto a PageBe sure to paste the URL while the editor is in Text mode, NOT Visual. Most likely you’re in Visual mode and are pasting a full HTML link. If you switch to Text, you’ll only paste a plaintext URL, which will work for the auto-embed.
Does this work for sending valid XML as well?
well, the quick solution is to do something like:
.latest_news_item br { display: none; }
BUMP.
trying to figure this out too. tried editing the plugin to add ‘br /’ thinking that might work but no dice. anyone?