Site logo

[Support request] Issue on the frontend page

Home Forums Support [Support request] Issue on the frontend page

Home Forums Support Issue on the frontend page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1565198
    Bram vd Veer

    Hello Guys
    I see this error on the frontend page

    SALE!
    get_id() ) ) { $attachment_ids[0] = get_post_thumbnail_id( $product->get_id() ); $attachment = wp_get_attachment_image_src( $attachment_ids[0], 'full' ); $attachment_alt = get_post_meta( $attachment_ids[0], '_wp_attachment_image_alt', TRUE); $attachment_title = get_the_title( $attachment_ids[0] ); ?> <?php echo $attachment_alt; ?> get_gallery_image_ids(); foreach( $product_image_ids as $product_image_id ) { $image = wp_get_attachment_image_src( $product_image_id, 'full' ); $image_alt = get_post_meta( $product_image_id, '_wp_attachment_image_alt', TRUE); $image_title = get_the_title( $product_image_id ); echo '' . $image_alt . ''; } } // Closing div found in Close Summary Wrap element ?>
    #1565485
    David
    Staff
    Customer Support

    Hi there,

    can you link us to the site where we can see the issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.