spkane
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] 502 Bad Gateway error when plugin is activatedForum: Plugins
In reply to: [WP Gallery Custom Links] 502 Bad Gateway error when plugin is activatedSwitching from Shoestrap 3 theme to TwentyFourteen fixed the issue.
Forum: Plugins
In reply to: [Image Zoom] Image Zoom support for widgets?Adding class=”gallery_colorbox cboxElement” to the link resolved this for me. Is working great in widget areas now.
Forum: Plugins
In reply to: [Image Zoom] Image Zoom support for widgets?I just noticed an easy workaround:
Just add
class="gallery_colorbox cboxElement"
to the link.Forum: Plugins
In reply to: [SG-60 Style Guide Creator] SG-60 conflicts with Redux Framework pluginDovy – SG-60 is a new plugin, so surprises are par right? lol. This plugin is a cool concept and I’m looking forward to seeing it evolve.
Ditto what others have said. This is a favorite plugin and a shame to see dropped. Like M One mentioned – would be willing to buy a premium version – and hoping someone will pick up support.
Forum: Plugins
In reply to: [iframe] get_params_from_url adds trailing ampersandiFrame version 2.9 worked perfectly. Trailing ampersand is gone. Thank you!
Awesome!
Did a quick replace of the default form code:
<form action="#" id="stbContactForm" method="post"> <input type="text" name="email" id="email" value="" /> <input type="hidden" name="submitted" id="submitted" value="true" /> <input type="submit" id="stb-submit" value="Subscribe" /> </form>
with a Gravity Forms shortcode:
[gravityform id=”1″ name=”subscribe” title=”false” description=”false” ajax=”true”]
Tested and entry updated GF database tables and everything looks good. The only thing left is to style it up with some css.
Thanks for making this plugin even better.
I was able to get around this by deactivating all plugins except Scroll Triggered Boxes, maintaining the edit box page, and then reactivating all plugins.
This is resolved for me. However, it’s problematic to have to disable other plugins to edit config and probably should be fixed.
Thanks for a really useful plugin.
I was able to get around this by deactivating all plugins except Scroll Triggered Boxes, maintaining the edit box page, and then reactivating all plugins.
This is resolved for me.
Thanks for a really useful plugin.
Forum: Plugins
In reply to: [The Events Calendar] Spam? Chrome inspector: kubrickbg-ltr.jpg 404 errorBarry, you were right. The Kubrick error is NOT related to the Events Calendar plugin.
Tested it while running the site on a TwentyFouteen theme and deactivating all plugins except Event Calendar and Event Calendar Pro… and the Kubrick error went away.
It was determined the error is theme related. Thanks for helping me work through it and also for the fine Event Calendar / Pro plugins.
Forum: Plugins
In reply to: [Image Zoom] Version 1.7.0 introduced some styling problemsDon’t know how you fund your development. Maybe consider a donate button somewhere?!
Forum: Plugins
In reply to: [Image Zoom] Version 1.7.0 introduced some styling problemsI tested the issue in Chrome, FF, ie11 and iPhone – and the latest release corrected it.
Thanks!
Forum: Plugins
In reply to: [Image Zoom] Version 1.7.0 introduced some styling problemsForum: Plugins
In reply to: [Image Zoom] Solution for some problems – SolucionesI just followed t3sla’s directions and it worked perfectly with WP 3.8.1 and
//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
Thanks!