Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [Imsanity] width or height exceeds limit1/12 >> ERROR: /nas/content/staging/clientwebsite/wp-content/uploads/2019/03/clientimage_2018_07_26_9999_275.jpg (width or height exceeds limit `/nas/content/staging/clientwebsite/wp-content/uploads/2019/03/clientimage_07_26_9999_275.jpg’ @ error/cache.c/OpenPixelCache/3839)
Thanks!
Well, I don’t see any deprecated hooks in there, and unfortunately it’s beyond my limited php skills to fix. ??
WooThemes suggests the plugin may be using a deprecated hook.
https://senseilms.wordpress.com/2015/11/28/1-9-developers-take-note/Same here.
I manage a lots of WP sites, and would LOVE this feature!
Thanks,
EricI agree with shgillane, and others.
Offer a pro version of the plugin, entice us with must-have features, and most us will probably shell out the cash to help the developer earn a living and maintain the plugin.
I’m running adRotate on a multisite, and having just now upgraded find all my subsites borked. Thanks a pant-load. I don’t believe I’ve ever had a plugin intentionally crippled like this. Not cool. Not cool at all!
Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox with Contact form7 width of boxSolved it. For anyone trying to accomplish this with Gravity Forms, the following is what worked for me. Your mileage may vary.
First, it’s a good idea to give your form a custom css class in the GF Form Settings “Advanced” tab. Then in your stylesheet:
.gform_wrapper { max-width: 100%; } .gform_wrapper.yourcustomclass_wrapper { position: relative; margin:0; padding:0; width: 600px; max-width: 100%; }
Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox with Contact form7 width of boxHi @ravanh.
If I remove the width: 700px from #appy_form_pop, the form defaults to a rather narrow width, one that I didn’t set… I tried changing the default window dimensions in the easy fancybox admin settings, but they appear to be ignored in this case.If I want this form to be 700px wide, and pop into a fancybox without horizontal scrollbars, on which element do I assign the desired width?
Thanks.
Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox with Contact form7 width of boxI’m having a similar issue, but with a Gravity Form. I can define a custom width in css, but I end up with a horizontal scrollbar in the fancybox. Either there’s some margin or padding being applied that’s causing it (which I can’t find), or I’m setting the width on the wrong element, or there’s a miscalculation. I’ve done this before on another site, but with an earlier version of the plugin. Presently I’m using the developer version, 1.5.0dev10, as suggested in another post to fix some php notices.
The site is still in dev. Click on the big “Apply” button in the header:
https://tinyurl.com/a4nwkmc (see the horiz scrollbar? how do I kill it?)Thanks!
Forum: Plugins
In reply to: [Firelight Lightbox] WP_DEBUG Notice -> Undefined indexHope I’m not hijacking here…
I had an Undefined Index notice, too, so I installed the latest dev version (1.5.0dev10), as suggested. After modifying the transition behavior in Settings I got the following notices.
Notice: Undefined variable: prc in /home1/supporz2/public_html/cpndev/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 407
Notice: Undefined variable: prc in /home1/supporz2/public_html/cpndev/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 407
Notice: Undefined variable: prc in /home1/supporz2/public_html/cpndev/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 407
Warning: Cannot modify header information – headers already sent by (output started at /home1/supporz2/public_html/cpndev/wp-content/plugins/easy-fancybox/easy-fancybox-class.php:407) in /home1/supporz2/public_html/cpndev/wp-includes/pluggable.php on line 876
Looks like a conflict with a plugin called “Gecka IE Warning.”
Everything good now.
Forum: Plugins
In reply to: [Firelight Lightbox] I frame Only Loads Once(moved)
Forum: Fixing WordPress
In reply to: Saving custom post title built from custom fieldsI’m trying to do the same thing. Any luck, yet?
Kind of an old message, but were you able to get this working with custom post types?