designerwood
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Cache? Errors after updates ongoing issueTried testing on another machine and I got the error submitting. Looks like a lot of re-captcha javascript errors.
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] More same FAQs at one page – JS improvementCame here to post a similar request. It would be nice if the plugin appended the category onto the ID. If a FAQ is posted under multiple categories as desired, it’s currently failing to open the second category due to redundant ID’s. I did this in the plugin quite easily using the category slug already available and it fixed the issue.
Also the option to close all other FAQ if you open a new one would be a simple option/enhancement.
- This reply was modified 7 years, 4 months ago by designerwood.
- This reply was modified 7 years, 4 months ago by designerwood.
- This reply was modified 7 years, 4 months ago by designerwood.
You don’t do it the typical way as you’d expect. They made it ‘easy’ once you figure it out, but documentation is fairly hidden on their website. You goto the “Build Your Own” tab on the Extensions page of the FooGallery admin in WordPress. Then it generates a plugin/zip file for you that you then copy to your plugins folder.
The info is here, which is linked on their site, but hard to find: https://docs.fooplugins.com/foogallery/foogallery-developers-101/
Hello Cory,
I am. We often have it turned off while working on a dev server. So, I thought it would come in handy to have a reminder one way or another to turn it back on when migrating a site to live and be fairly simple to implement if it makes sense to do so.
Thanks
Forum: Plugins
In reply to: [Image Widget] Add Link to TitleLittle late to the party, but thought I’d add for other people that you can override this template in your own theme so as not to mess with the plugin. The instructions are in the readme.txt
I have a deadline to make and needed to move on. I’ve coded a solution that adds custom sidebars for each category page which is all I really needed in this case. I’ll mark this as resolved for now.
It was timing out the same without the custom sidebars. I just can’t remember if it had the TypeError or not.
Hello,
There is a screenshot of the console errors in the original post from Firebug.
Thanks.
Hello,
Widget area works fine with plugin deactivated. I have a number of dev WordPress installs on this server that work fine.
Php is version 5.3.5
MySQL is version 5.1.63
Wordpress is 3.9.2Thanks.
I’m actually having this same problem with the latest version of the plugin and no other plugins installed on a new site. I was using the Reverie foundation theme, tried disabling that and using just twenty fourteen and the problem persists.
This is in Firefox and it looks like it posts to admin-ajax.php and just keeps loading, no errors thrown.
Thanks for the fix. Looks good now.
Still broken with the latest plugin update. Worked fine in the past.
Forum: Plugins
In reply to: [FancyBox for WordPress] [Plugin: FancyBox for WordPress] Bug – Image sourceExample:
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’fancybox/fancy_shadow_n.png’, sizingMethod=’scale’); }Should be:
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’./fancy_shadow_n.png’, sizingMethod=’scale’); }(P.S. I thought I posted this before, but I can’t seem to find the post for whatever reason… so if I truly am going mad and you responded already I apologize :P)
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Hide Empty CategoriesOne other thing I noticed is when disabling the display of the open all / close all it will leave an empty
<div class="dtnode"></div>
Not a big deal, but looks a bit funny for styling although I can work around it I thought I’d mention it.
Forum: Fixing WordPress
In reply to: What to use for Image Rotation similar too…Excellent thanks! Appreciate it. My search skills were failing me last night.