Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 10 posts - 21 through 30 (of 81 total)
  • Author
    Posts
  • in reply to: Most images did not upload on new install! #31847
    brent
    Support Expired

    Hi Harry.

    Thanks for the code. I added it and it doesn’t work. Only pops up and does the same thing. I don’t understand. Can you help? There’s also some kind of theme error in the console if you look here: https://instockgems.com/shop/

    Thank you.

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31839
    brent
    Support Expired

    Hey Harry I temporarily used CSS to hide the Quick View button, What I would like to do if possible would be to change the tooltip on it to “See Details” and have it link directly to the product since we can’t display all of the information there.

    Thank you,

    Brent

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31838
    brent
    Support Expired

    Hey Harry, thanks for checking it out, that’s weird. So then I would prefer it if people would go directly to the single detail page. Can we change the link so that it goes directly there?

    Thanks man, your the best.

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31824
    brent
    Support Expired

    Harry I’m headed to bed. Let me know what to do to get the description to show up in the quick view.

    Thank you. Have a good day!

    Brent

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31822
    brent
    Support Expired

    Here’s the page: https://instockgems.com/shop/

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31821
    brent
    Support Expired

    I forgot about this.. but I had saved a file from before.

    But it doesn’t show even after making changes and clearing caches. ??

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31817
    brent
    Support Expired

    Thanks Harry.

    For some reason the description does not show up in the “Quick View” and I need it too. What can we do to fix that?

    https://instockgems.com/shop/

    Thanks again.

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31801
    brent
    Support Expired

    Thanks Harry that works great. I do have a couple more question about that.

    If I have multiple categories that I want to hide would I do something like this?

    ‘terms’ => array( ‘closeouts, another-category, another-category2’ ),

    I am using the Dokan plugin where I can have others add products from the frontend. On this page:

    https://instockgems.com/store/brentwallace/

    the test stone still shows up. There’ll be other pages like /store/john OR /store/sally:

    How would I add those in also to hide?

    Thanks again! You’re the best!

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31798
    brent
    Support Expired

    Hi Harry, how ya doing?

    I created a category of “closeouts” and I don’t want those items to show up on the regular /shop page.

    But I do want them to show up on the category page: https://instockgems.com/product-category/closeouts/

    I found a script but it hide them everywhere. Can you help please?

    Thanks, Brent

     

    This what I used… figured you’d have a better solution:

    /* Exclude Close Outs the shop page */
    function custom_pre_get_posts_query( $q ) {

    $tax_query = (array) $q->get( ‘tax_query’ );

    $tax_query[] = array(
    ‘taxonomy’ => ‘product_cat’,
    ‘field’ => ‘slug’,
    ‘terms’ => array( ‘closeouts’ ), // Don’t display category on the shop page
    ‘operator’ => ‘NOT IN’
    );

    $q->set( ‘tax_query’, $tax_query );

    }
    add_action( ‘woocommerce_product_query’, ‘custom_pre_get_posts_query’ );

    Thank you!
    Brent

    in reply to: Most images did not upload on new install! #31655
    brent
    Support Expired

    Hey Harry I’m getting a notice to update WPBakery Page Builder again.

    Do you have an update?

    thanks,

     

     

    Thank you!
    Brent

Viewing 10 posts - 21 through 30 (of 81 total)