hirschid
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Edit output to remove extra p and br tagsThanks! I added the snippet Evan suggested to my child theme functions.php and no joy.
The shortcode I am using is this:
[yikes-mailchimp form=”1″ submit=”Meditate Me!”]
@tracy: I did look at forms on your website and, yes, no extra tags.
This website is using the Karma theme with Visual Composer. Thinking Visual Composer may have been the issue, I added the shortcode to the test page linked above without using Visual Composer.
Seems odd no one else has reported this issue. I also don’t understand, looking the the code on github, why I would need to add extra filters to my functions.php when it appears that wpautop is already off for shortcode:
add_filter( 'yikes-mailchimp-frontend-content', 'shortcode_unautop' );I am using the current version of your plugin.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] us32.api.mailchimp.com not foundI am receiving the same error message and my API key was also copied directly from MailChimp.
Forum: Plugins
In reply to: [Meteor Slides] Slide caption below photoThank you, Josh. Very helpful!
Forum: Plugins
In reply to: [Meteor Slides] Slide caption below photoI got the caption to appear below the image. The captions were appearing on top of the image itself and truncated to the height of the image, even though the height of the slideshow was set to accommodate both image and caption, i.e. taller than the image itself.
By increasing the canvas size for the images in Photoshop using the website background color for the extra height, the captions now appear to be below the image, though actually they are still on top of the image. Seems a bit arbitrary, but it does work.
Forum: Plugins
In reply to: [Meteor Slides] Slide caption below photoThanks for responding Josh. Here’s the link:
http://davidhirschi.com/blog/fourths-fifths/
It is currently styled so caption appears over the image on hover, but the ideal would be for them to appear under the image. I tried various inline tweaks to the CSS from adjusting the height of the div .mslide and different combinations of the overflow and position properties without luck. The best I was able to achieve displayed a portion of the top line of the caption and the rest cut off.
I created a div for the captions nested within .mslide. Here’s the current code snippet:
<?php endif; ?> <div id="caption" style="background: rgba(0,0,0,0.2); bottom: 20px; color: #fff; left: 15%; margin: 0; padding-bottom: 2%; padding-top: 3%; position: absolute; text-align: center; width: 70%;"> <p style="margin-bottom: 1.25em !important;"><?php the_field( "title-year" ); ?></p> <p style="margin-bottom: 1.25em !important;"><?php the_field( "materials" ); ?></p> <p style="margin-bottom: 1.25em !important;"><?php the_field( "dimensions" ); ?></p> </div> </div><!-- .mslide -->Really appreciate your help on this as I think your plugin is brilliant in its simplicity and is easy to use for clients.
I installed this plugin on another server and on a site which does not use WooThemes and it worked. Maybe woo uses the same shortcode for its contact form and so the form you see is actually woo’s contact form? I’ll look into this more and post results.
Just upgraded Jetpack to the latest version this morning, have read the specs on publicize images at jetpack.me which says your image is selected in the following order:
Featured image
An image attached to the post
Any other image in the post (i.e. linked)
Blavatar
GravatarI’ve verified that my Gravatar meets the size requirements of 200 x 200 pixels and also that that Gravatar is associated with the email address I use when posting to my blog.
Still the blue, default Gravatar is what appears in Facebook if I have no image (featured or otherwise) in the post. So…still not working.
Same issue happening here: using WooTheme and this plugin breaks the ability to add a link to a post or page, and it also removes the toolbar from the text editor of a post when you’re viewing it in HTML mode.
Upgraded ACF plugin about 10 minutes ago and have the same issue. If I deactivate plugin I’m able to insert images into posts just fine so it’s gotta be the plugin.
Forum: Plugins
In reply to: [wp Time Machine] [Plugin: wp time machine] Enabling Plugin OptionsJust installed update to 1.9.20 and that solved my issues with being unable to access and save options.
I’m still not able to create a backup, but that’s a different issue so will start a new thread.
Forum: Plugins
In reply to: [wp Time Machine] [Plugin: wp time machine] Enabling Plugin OptionsAs I wrote in a previous post, I have two installs of this plugin. One works, one doesn’t. Check into this more and here’s what I found:
WP 3.1 plugin works
WP 3.2 plugin doesn’t workI think this is a great plugin and I hope there will be an upgrade soon so it will work under WP 3.2x.
@thoeni91: I don’t think there’s anything added to your database tables by this plugin; it simply doesn’t work with 3.2.
Forum: Plugins
In reply to: [wp Time Machine] [Plugin: wp time machine] Enabling Plugin OptionsAdditional info:
I have v. 1.9.19 installed under WordPress 3.2
Forum: Plugins
In reply to: [wp Time Machine] [Plugin: wp time machine] Enabling Plugin OptionsI am having the same issue also. Attempts to change any of the plugin options fails. I also tried generating a backup to my dropbox account. I get the message that the backup has been successful, check my dropbox account, and it’s not there. I checked the log and didn’t see any errors.
I deleted the plugin, re-installed it, and same problems.
Strange as I installed the plugin on a different blog (same hosting provider) and it worked perfectly.