Daniel
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update to 2.1, Fatal error, class not foundThanks Roy. Appears that the Intrigue theme has a few of its own that may be triggering the error.
Forum: Plugins
In reply to: [Social Icons Widget] Widgets.admin will not loadLooks like this was an issue with the icon next to the social network title. I’ll get a fix for this in the next release!
Forum: Plugins
In reply to: [Social Icons Widget] Position of IconYou should have some options in the Widget settings to select a smaller icon size. By default, I just put some basic settings in there, allowing for website owners to extend it as they see fit.
Forum: Plugins
In reply to: [Social Icons Widget] Facebook icon isn't displayingI’ll get a fix for this in the next release. Thanks for pointing it out!
Forum: Plugins
In reply to: [Social Icons Widget] Widgets.admin will not loadWhat kind of errors are you getting? Let me know, and I can see if I’m able to replicate the issue.
Thanks Natalie!
Forum: Plugins
In reply to: [WooCommerce] Update 2.015 Breaks Genesis site completelyMemory is set to 128MB; debugging is set to true. It seems the blank page only occurs when clicking “Proceed to Checkout” from the Cart. However, I can access /checkout/ just fine and finalize the order.
After deactivating the rest of the plugins (except WooCommerce), I still get the issue.
I now think my issue is unrelated to the original thread topic.
Forum: Plugins
In reply to: [WooCommerce] Update 2.015 Breaks Genesis site completely2.0.16 is now causing a white page anytime I add a product to the cart or try to check out. Unable to produce any errors; just a blank white page.
Forum: Plugins
In reply to: [WooCommerce] Update 2.015 Breaks Genesis site completelyHad the same error. 2.0.16 was just uploaded and fixed the error for me.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Custom Post Type SupportI suppose this isn’t exactly the best way to do it (as it’ll break if you upgrade) but here’s a quick hack.
In /all-in-one-seo-pack/all-in-one-seo-pack.php find line 734. It should have something like this:
add_meta_box('aiosp',__('All in One SEO Pack', 'all_in_one_seo_pack'),'aiosp_meta','page');
Copy and paste that to a new line below, changing ‘page’ to the name of your custom post type.
Forum: Fixing WordPress
In reply to: File Area in User Profile AreaI’m also looking for the same plugin/functionality for user files. Has there been any update or tutorial that I could be pointed to? I looked through your link, figaro, but nothing caught my eye that looked like a solution
Thanks!
Forum: Plugins
In reply to: [Plugin: Quick Shop] Has anyone gotten this to work?Well, here’s my solution- can’t promise its the right answer.
In the quickshop_class.php file, I commented out the following line:
public $pluginPath ;
I haven’t had any issues with errors after that and was able to activate the plugin.
It’s right at the top, approx. the 4th line down, just after the quickShop class opens up. Hopefully that helps a few people out ??