Blake Imeson
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Recent Posts] Dirty Fix for Enhanced Recent Posts on WP 3.5Would someone mind giving me more info about what to get rid of to make this work?
Anyone feel like fixing this for 3.5.x ?
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] RE: Update gone wrongYeah, I have a bunch of sites I held off on updating. Anyone know why this 1.4.2 doesn’t appear in the changelog? Is it an actual change? Something smells fishy.
Forum: Plugins
In reply to: [Facetious] Only show top level categories?Thanks John, that worked beautifully.
This is a really great plugin, thanks for making it available to the community!
Forum: Plugins
In reply to: [Taxonomy Images] Get image of category parent?If I want the image I assigned to a category to appear on a single post (that lives in that category) do I need to find a different way to accomplish that than this plugin?
Forum: Plugins
In reply to: [Facetious] Only show top level categories?Hi John,
Thanks so much for your response. That may be a good short term workaround. I am a little confused, would I need to change part of that to my situation?
This is definitely something I am willing to fund development of. If you are interested, let me know. If not, I have a PHP developer I can hire to give it a go.
Thanks!
BlakeForum: Plugins
In reply to: [Facetious] Only show top level categories?Ok, I used this and was able to change the text in the dropdown. However, I still need to figure out how to exclude sub categories from appearing…
<?php do_action( 'facetious', array( 'submit' => 'Search', 'fields' => array( 's', 'category' => array( 'label' => 'Filter:', 'all' => 'Search All Sites' ) ) ) );?>
I would have thought something like
'depth'=>1
would work…
Forum: Plugins
In reply to: [Taxonomy Images] Get image of category parent?Well, one step forward. I switched to this…
<?php if (is_category()) { ?> <?php print $image_url = apply_filters( 'taxonomy-images-list-the-terms', '', array( 'after' => '</div>', 'after_image' => '', 'before' => '<div class="header-category-image col-full">', 'before_image' => '', 'image_size' => 'full' ) );?> <?php } ?>
Now the only issue is that the image won’t show up on Single Posts – any solutions out there for that? Seems everyone has the same hurdle with that.
Forum: Plugins
In reply to: PayPal advanced for woocommerce?We just did a summary post of the plugin here
https://limecuda.com/paypal-payments-advanced-for-woocommerce/If you submit support on Woo and it hasn’t been answered you can send us a ticket at https://limecuda.ticksy.com but you must go to Woo first as we back them up for support.
Thanks everyone for your interest. We’ve done a few updates to this recently and think this is now a solid solution.
Forum: Plugins
In reply to: PayPal advanced for woocommerce?@ploveland, send me an email at blake at limecuda.com and I will see what I can do.
The client making things urgent is something I can relate to. No fun.
Forum: Plugins
In reply to: PayPal advanced for woocommerce?Have you guys submitted tickets on Woo yet?
Make sure you are using version 1.1 of the plugin (or later if a new one gets released)
So to add ical feeds for categories you need to hard code in the actual category IDs into the template? On the site I am working on that wouldn’t be bad as there are only like 5.
My next question is a big one – is it possible to create a way to have ical feeds for event tags? So for instance we are wanting to tag events with the company names and then be able to display those on a company profile page and maybe even allow the company to use the ical feed on their own site.
Is this possible? We’re totally willing to fund development if so.
Thanks!
Hey Zack,
Any idea when we’ll have a bugfix for this?Is there a way to make it work until it is updated?
Thanks,
BlakeForum: Plugins
In reply to: PayPal advanced for woocommerce?The checkout screen will look like this: https://screencast.com/t/VVGI57LahFc
There are some options within PayPal to change the look (somewhat) but we have not integrated that into the woo settings side yet.
It is correct that this doesn’t let you “host your own”, which is preferable because it requires less PCI compliance. Instead PayPal hosts the page for you and it gets shown using an iFrame so it looks integrated into your site.
I have the same issue with WP Events Manager, when I disable “Gravity Forms Directory & Addons” it works again.
Any solution to having them both active?
Oooh nice plugin.
Do you know if event categories and ideally event tags can have their own rss? I would think that would be possible by just appending /rss/ to them the way you can with much of WordPress…
I do really appreciate your solid help!