Tejas Dixit
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Web To PrintQ - Product Designer] Generate Print ready PDFHi Team,
Thanks for responding back.
I already responded 2 times from last week but still haven’t heard back from your team yet. Can you ask your team to get back to me asap?
Thanks
Forum: Plugins
In reply to: [Web To PrintQ - Product Designer] Dynamic pricing option not workingHi Team,
We have resolved it by our-self.
Thanks
Forum: Plugins
In reply to: [Web To PrintQ - Product Designer] Dynamic pricing option not workingHi Team,
We are using same plugin and requested to check for that plugin.
Thanks
TejasForum: Plugins
In reply to: [Web To PrintQ - Product Designer] Save functionHi Team,
Is save function is done in your latest version?
Thanks.
I have resolved this issue finally by making changes directly in “/wp-content/themes/themify-ultra/themify/themify-builder/templates/template-gallery-grid.php”.
Try to find below lines.
$link_before = '' != $link ? sprintf( '<a title="%s" href="%s">', esc_attr( $image->post_title ), esc_url( $link ) ) : ''; $link_before = apply_filters( 'themify_builder_image_link_before', $link_before, $image, $settings );And replace with,
$custom_link = get_post_meta( $image->ID, '_gallery_link_url', true ); $custom_link_target = get_post_meta( $image->ID, '_gallery_link_target', true ); if($custom_link){ $link = $custom_link; } $link_before = '' != $link ? sprintf( '<a title="%s" href="%s" target="%s">', esc_attr( $image->post_title ), esc_url( $link ), $custom_link_target ) : ''; //$link_before = apply_filters( 'themify_builder_image_link_before', $link_before, $image, $settings );Thanks
Forum: Plugins
In reply to: [Custom Post Type UI] [Plugin: Custom Post Type UI] Post Thumbnail problemYes, It works for first created custom post type, but not working for second added post type.
Can you check it please? Post the solution please.
Viewing 6 replies - 1 through 6 (of 6 total)