Dan
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Columns for Gravity Forms] Increase Gutter Margin?No, unfortunately, that CSS has no effect on the space between the columns created with my form.
Could you double-check, is that the right class to target?
Thank you for your help.
Forum: Plugins
In reply to: [Newsletter Sign-Up] Created New Options for Image and StylingJoe, Thanks for your response. Unfortunately, I couldn’t get the Mailchimp form to work on my page. For some reason the submit button was being stripped out despite choosing the no JS/CSS option.
This form works well on my site, but now I need to style it. Your additions looked like a great option since I don’t know CSS all that well and it provided a starting point for me.
If you think what you’ve written here will work on the page embed, I will install it and mess around. However, if you know that what you’ve modified only works on the widget version of this form, I will look to other solutions.
Thanks for your help!
Forum: Plugins
In reply to: [Newsletter Sign-Up] Created New Options for Image and StylingWill this work for styling the form embedded on a page and not in the widget?
Forum: Plugins
In reply to: Postie and Lightbox? Can they play nice?Well, it looks like the new theme was not the issue. It is Crontab. It strips the styling from the image. I don’t get this at all. If I run it manually it works fine, but as soon as I use Cron to trigger the get_mail.php page, it strips the style from the image.
No idea how this could happen, if anyone has any ideas, I’d love to hear them.
Thanks.
Forum: Fixing WordPress
In reply to: Postie: no styles with cronjobI also am having the same issue. How strange.
I will try wget as well, but if anyone has any input, I’d like to hear it.
Forum: Plugins
In reply to: Postie and Lightbox? Can they play nice?ok well, it did work.
I recently changed themes. Now when an image is posted, it is not appended with rel=”lightbox”. Earlier posts were, but not now. Why?
I tried to put code examples, but the did not format in this post correctly. So here is a source example:
http://www.danielcburns.com/example-source.rtf
The relevent sections are in red.
Why the disparity? Why is Postie writing this different now? Any clues on where i should look?
Thanks all!
Forum: Fixing WordPress
In reply to: Blog by Email – managing imagesok… so I am having this issue as well. when I post a pic via email by phone and let the cronjob handle it, everything comes out garbled. BUT… if I post a pic via email by phone and I manually run postie, everything is fine.
there is a thumbnail of the picture in the post and when you click on it, the full-size pic loads.
just as it should.
what is the postie cron job doing to the posting that manually running postie does not do?
any advice would be appreciated, thanks.
Forum: Plugins
In reply to: Postie and Lightbox? Can they play nice?ok…. figured it out myself.
in postie-function.php…
line 401 should read:
‘”rel=”lightbox”><img src=”‘ . $config[“URLPHOTOSDIR”] . $thumbImage . ‘” alt=”‘
works great!
thanks and good luck!