merchbroker
Forum Replies Created
-
AuthorPosts
-
Should be good now.
This reply has been marked as private.Yes, I had it. That link was very helpful.
Thank you!
February 1, 2015 at 6:00 pm in reply to: Woocommerce Items in Detail View tab show 1st item in grid view/bubble #29402OK, Will do.
That worked well buth the categories are still showing.
February 1, 2015 at 12:08 am in reply to: Woocommerce Items in Detail View tab show 1st item in grid view/bubble #29352Im getting the same result, shouls I have a filter here instead of just the action? Sorry, I’m very new to this. Here is what I have now:
add_action(‘geodir_after_tab_content’ ,’geodir_my_new_tab_content’);
function geodir_my_new_tab_content($tab_index)
{
if($tab_index ==’specials’)
{echo do_shortcode( ‘[wcv_products vendor=”user_login”]’ );
}}
January 31, 2015 at 8:16 am in reply to: Woocommerce Items in Detail View tab show 1st item in grid view/bubble #29303This should be working….echo do_shortcode( ‘[wcv_products vendor=”‘. the_author_meta(‘author_login’) .'”]’ ); It’s just not limiting the listings.
January 30, 2015 at 5:22 pm in reply to: Woocommerce Items in Detail View tab show 1st item in grid view/bubble #29257No thanks,
I’m very close, just need to figure out how to limit the listings to the owner or user of the geodirectory listing. How do I reference the owner?
add_action(‘geodir_after_tab_content’ ,’geodir_my_new_tab_content’);
function geodir_my_new_tab_content($tab_index)
{
if($tab_index ==’Specials’)
{
echo “$shop_name”;
echo do_shortcode(‘[wcv_products vendor=”????” per_page=1]’);OK, Thanks
I actually want to have the near me box checked so it automatically pulls my geolocation. Thanks!
Great! Thank you!
OK, i’ve got the child theme working properly. Still cant get the slider moved. Any direct suggestions”?
Thanks, where is this done if I’m not using a child theme?
-
AuthorPosts