This topic has 8 replies, 3 voices, and was last updated 9 years, 8 months ago by Anonymous.
Viewing 9 posts - 1 through 9 (of 9 total)
Click on Tickets PostType -> Open any post of your choice -> Then go to Ticket Meta Options and specify the URL in Ticket Button Link.
Have a look at the screenshot provided.
After that follow this path plugins/eventra-posttypes/iva_vc_addons/modules/iva_seminar_ticket, line no #193,
replace this line
$tckt_btn_link = get_post_meta( $post->ID, 'iva_tckt_btn_link', true );
with,
$tckt_btn_link = get_post_meta( $post->ID, 'eventra_tckt_btn_link', true );
Thanks. That works. Can you tell me though where to change the url target to “_self”? It keeps popping a new window. And two of my buttons have links to a bookmark in the same page, so I really don’t want to pop a new window. Thanks!
On line no 259, you can change target=”_self”.
$out .= '<div class="ticket-btn"><a class="btn full medium '.$tckt_btn_color.'" href="'.esc_url( $tckt_btn_link ).'" target="_self">'.$tckt_btn_txt.'</a></div>';
I’m having the same issue with the button link. Tried updating the file you mentioned above, but the button still opens popup window for the form and it changes the text on the button to the URL I entered in the field. I need it to go directly to the URL that I entered in that field and the Text Button Text needs to be the text on the button. Can you help?
@mpodraza: Also follow this path plugins/eventra-posttypes/iva_vc_addons/modules/iva_seminar_ticket, line no #193,
replace this line
$tckt_btn_link = get_post_meta( $post->ID, 'iva_tckt_btn_link', true );
with,
$tckt_btn_link = get_post_meta( $post->ID, 'eventra_tckt_btn_link', true );
After doing these changes, if you don’t get then provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.