OutThisLife
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
I had to call CfsTaxonomy::removeFilters(); manually to fix. Code below for an example:
<div class="wrapper"> <?php Template::partial('title-taxonomy.php') ?> <div class="row"> <div class="col s12 m6"><?=CfsTaxonomy::get('left_copy')?></div> <div class="col s12 m6"><?=CfsTaxonomy::get('right_copy')?></div> </div> <small scroll-to=".product-series"> Scroll to Products<br /> <img src="<?=assetDir?>/images/icon-scrollArrow.png" /> </small> </div> <div class="large wrapper product-series"> <?php CfsTaxonomy::removeFilters(); Template::loop('product', array( 'tax_query' => array(array( 'taxonomy' => 'product_cat', 'terms' => array($wp_query->queried_object->term_id), )), )); ?> </div>Still breaking..
Forum: Plugins
In reply to: [Author Image] create a non echo versionYou can just use ob_start() and ob_get_clean() in a closure to do this yourself.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Parsing the HTML just stops?bump
Forum: Plugins
In reply to: [Transposh WordPress Translation] Parsing the HTML just stops?bump.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Make Placeholders translatable+1 for this.
This doesn’t work?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Post types not working at all?Was able to get it by enabling support for ‘posts’ as well. Seems like a bug but at least it’s a workaround 🙂
Forum: Plugins
In reply to: [Custom Field Suite] Set the time with new datepickerI’m getting this issue on CFS 1.9.6. Can’t save the post because the datepicker isn’t a “valid date”.
Forum: Alpha/Beta/RC
In reply to: Setting a Featured ImageStill broken…
Forum: Hacks
In reply to: Featured user addition to the user panelHmm, I’m using WP-Member so I think that would clash.
Thank you, though.
Viewing 11 replies - 1 through 11 (of 11 total)