kit.allen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] wpsc_have_custom_meta no longer worksYep – I did a var_dump on the standard get_post_meta and the fields are appearing there. There’s no way to tell what are WPEC custom fields though, and the have_custom_meta function draws a blank now.
Code:
if (wpsc_have_custom_meta()) : while ( wpsc_have_custom_meta() ) : wpsc_the_custom_meta(); if (wpsc_custom_meta_name()!="Framing Options") { echo wpsc_custom_meta_name(). ": ".wpsc_custom_meta_value()."<br/>"; } endwhile; endif;Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Inventory Sync not workingNo problem. Thanks again! K
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Inventory Sync not workingThanks Matt – that was the problem, wasn’t set up for 15 minute intervals! Can’t believe we missed it, thanks again. K
Forum: Plugins
In reply to: [Multiple Sidebars] Multiple Sidebars with custom theme not workingHola Andrico,
Tenemos un problem usando Multiple Sidebars con un tema personalizado (custom theme) estamos desarrollando.
Este enlace demuestra el mismo problema que tenemos – http://ww.wp.xz.cn/support/topic/plugin-multiple-sidebars-having-trouble-integrating?replies=3 – el contenido no apparece en la barra lateral aunque los widgets si apparezcan.
En functions.php, hay el texto siguente:
register_sidebars();En nuestra plantilla, hay este texto:
<?php global $MultipleSidebars; $MultipleSidebars->dynamic_sidebar(); ?>Solicito instrucciones, por favor. El programa adicional (plug-in) está muy bien, pero es frustrante no poder terminarlo.
Muchísimas gracias,
Saludos,
Kit