Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    February 3, 2015 at 12:41 pm #14648

    You can hide them by using following css

    .content-boxes .more
    {
    display:none;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    February 3, 2015 at 12:19 am #14645
    Alok Maheshwari
    Spectator
    Posts: 303
    February 3, 2015 at 12:09 am #14638

    Instead of editing the woocommerce-hooks.php file, if possible create a child theme and then add the following code in functions.php file

    function wc_remove_related_products( $args ) {
    return array();
    }
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10);

    Alok Maheshwari
    Spectator
    Posts: 303
    February 2, 2015 at 6:00 pm #14636

    Not much progress yet. This seems to be a tough nut to crack but working on it.

    Alok Maheshwari
    Spectator
    Posts: 303
    February 2, 2015 at 5:56 pm #14635

    How are you specifying the images in the post? Is it through featured image option?

    In reply to Featured Images
    Alok Maheshwari
    Spectator
    Posts: 303
    February 1, 2015 at 11:50 am #14629

    Yes, we are working on an update and will release it within a week.

    Alok Maheshwari
    Spectator
    Posts: 303
    February 1, 2015 at 11:47 am #14628

    For the alora-row instead of margin-top:-10px; make it margin-top:-80px; and increase the top space in the image logo91.png so that the hanger is slightly lower in the image.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 29, 2015 at 9:12 pm #14613

    Yep, that plugin isn’t the cause for this problem but just wanted to let you know about it as it may create some other issues.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 29, 2015 at 3:47 pm #14609

    The following css should take care of table shadows.

    table:before
    {
    background:none;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    January 29, 2015 at 11:27 am #14607

    Please upload a screenshot of the shadow area at imgur.com so that I am sure about the section you are talking about.