woocommerce featured image

Discussion in 'Compass WordPress Theme' started by smarta, Jun 9, 2015.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    it appears my featured images are being constrained to a certain size
    the actual image is at
    http://dantefootwear.com.au/wp-content/uploads/2015/06/IMG_5913-300x400.jpg
    it is selected as a quite large image from the media gallery
    however it is displayed about twice that size in the cart - therefore making it pixellated

    I have the site set to display only when logged in - if you need log-in info please let me know

    the size that the image is displayed at in the cart is ok by me -= so to solve the problem I need to stop the image being resized to 300x400 (as per image url)
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello User,

    Please send me your dashboard details at [email protected]. I will forward it to our technical support team they will solve your issue.

    If possible then send us some screen shots of problematic area. It will be easier for us to solve issue soon.

    So send us following information.

    Website URL :
    WordPress Dashboard Username :
    WordPress Dashboard Password :

    we will check it.

    Waiting for your reply.
     
  3. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I would also like to know if there is a way to remove the "Related Products" from the bottom of the product page

    is this possible by editing Compass theme or does it have to be done to woo-commerce php files?
     
  4. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I just worked out how to remove the "Related Products" by doing this....

    <?php
    /*
    * wc_remove_related_products
    *
    * Clear the query arguments for related products so none show.
    * Add this code to your theme functions.php file.
    */
    function wc_remove_related_products( $args ) {
    return array();
    }
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    It seems that you have made "Compass Theme" compatible with woocommerce.

    I need your dashboard credential to figure out the issue and assist you.
    So, send us your website dashboard login details at [email protected] along with the thread link.

    Thanks,
    Praveen
     

Share This Page