Adam Erstelle
Forum Replies Created
-
As suggested by their support (that I paid for), I troubleshooted by setting theme to WP’s current main theme (twentysixteen). I disabled all plugins but gravityforms, and the stripe gravity plugins. It then began to work…and re-enabling got everything to work.
In my instance, there was likely an issue due to the order of the initialization of plugins…
I did have another site where the above steps didn’t work. Turned out that the theme I had converted the shortcode on the page into HTML…incorrectly. Resetting that to the shortcode then got things to work.
Hopefully this helps!
Forum: Plugins
In reply to: [WP Scheduled Styles] Works with caching plugins?I don’t integrate directly with any caching program. Your site cache should be cleared manually during any styling changes.
Forum: Plugins
In reply to: [Media Library Assistant] Resource ListI solved this by using post_mime_type=all
Forum: Plugins
In reply to: [WP Scheduled Themes] Time of the day?It is possible, but not on this plugins roadmap. If you would like me to custom build you something I can certainly do that…though it may be a bit expensive.
Another plugin I had to disable (originally disabled before Contact Form 7) is: Simple QR Code Creator Widget.
After removing Contact Form 7 (i was wanting to upgrade to Gravity Forms for a while) I later tried to upload another image. My Web Server log file pointed me to yet another plugin that suddenly had a conflict.
For anyone else experiencing this issue, take a look at your /wp-content/plugins/nextgen-gallery/admin/error_log file to see what may be conflicting
Not sure if this helps anyone else, but I had to disable Contact Form 7 to get my uploading to work.
I also can’t upload any images. In the modal after the image upload status bar is at 100% I get: “ERROR HTTP error: HTTP Error.” with no other information.
Forum: Hacks
In reply to: Good practice for oop & php5 plugin programmingHey,
Take a look at my simple plugin wp-scheduled-styles
It is built in a OO style, even a bit cleaner than the skeleton that you have used.
I think one of your problems may be the static declaraion of some of your methods. static-ness is not required! If you have more questions, feel free to contact me directly.
Forum: Plugins
In reply to: [Plugin: HITS- IE6 PNGFix] isIE6() bad detectionhmmm, after investigating get_browser() at the php site, it looks like there are better performing alternatives. I will take a look, but there will be a fix for the next version.
Forum: Plugins
In reply to: [Plugin: HITS- IE6 PNGFix] blank.gif cannot be found when using permalinksIs there a website where I can see this happening? all my websites use custom permalink structures and work fine.
Forum: Plugins
In reply to: [Plugin: HITS- IE6 PNGFix] blank.gif cannot be found when using permalinksI’ll be sure to take a look!
Forum: Plugins
In reply to: Have Second Plugin ListedAnyone able to help?
Forum: Plugins
In reply to: Have Second Plugin ListedCan anyone help me out please?
Forum: Fixing WordPress
In reply to: No PNG fix seems to work for IE6I have posted a plugin that is supposed to try to help the ie6 png transparency issue. Search for HITS…it’s usually the second one.
Forum: Installing WordPress
In reply to: Failing validation with WP pngfixgive the HITS png fix plugin a try?