Forum Replies Created
-
AuthorPosts
-
jcoen
ParticipantYes, I can. Here’s the PasteBin with the entire index.php file:
http://pastebin.com/GjB2L8E5jcoen
ParticipantSo I tried the sidebar approach as well. No difference. Nothing appears. I did create the new sidebar in functions.php and it did show up under Appearance–>Widgets in my wp-admin. So I know that worked. It just won’t show up on the homepage. Here’s the code I’m using. The sidebar is called Tribe Sidebar:
<?php $args = array(
‘name’ => __( ‘Tribe Sidebar’, ‘theme-slug’ ),
‘id’ => ‘tribe-events’,
‘description’ => ‘Widgets in this area will be shown on the homepage for the Tribe Events Calendar Pro.’,
‘class’ => ‘tribe-events’,
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘‘,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’ ); ?>jcoen
ParticipantWell, I was king of hoping to avoid the need to do that with one line of PHP code.
jcoen
ParticipantI tried the_widget approach but nothing appeared on my page.
jcoen
ParticipantWell, that’s what I want to do. Just simply place the widget inside of the homepage inside of the index.php template. Not a sidebar. So could I use the widget on the homepage that way?
July 22, 2014 at 10:48 am in reply to: Can't change orders from pending….tickets not being emailed #481162jcoen
ParticipantSo I made a test product here: http://bneiakivala.org/product/test-product/ and you’re right. It’s still appearing as pending. Seems to be a WooCommerce issue although the first order did send out a receipt.
-
AuthorPosts
