Ответы в темах

Просмотр 1 ответа (всего 1)
  • Я нашел тему с похожим вопросом (I found a topic with the same question):
    https://wordpress.org/support/topic/gravity-form-popup-maker-not-working?replies=13

    В php слайдера я нашел строчки, управляющие выводом первой кнопки на слайдере: (In slider’s php I found lines controlling the output of the button on the slider:)
    `$output .= ‘<div class=»edge-buttons»>’;
    $output .= ( !empty( $btn_1_txt ) ) ? do_shortcode( ‘[mk_button dimension=»‘.$btn_1_style.'» corner_style=»‘.$btn_1_corner_style.'» size=»large» bg_color=»‘.$button1_bg_color.'» text_color=»‘.$button1_txt_color.'» outline_active_color=»‘.$outline1_active_color.'» outline_hover_color=»‘.$outline1_hover_color.'» outline_skin=»custom» url=»‘#.'» target=»_self» align=»none» margin_top=»0″ margin_bottom=»0″‘.$smooth_scroll_1.’]’.$btn_1_txt.'[/mk_button]’ ) : »;`

    Первая кнопка слайдера, всегда должна вызывать одно и то-же всплывающее окно, какие правки нужно внести в php файл, чтобы кнопка, управляемая шорткодом [mk_button] открывала popup форму? (The first button of slider always should open the same popup window. What should I change in php to make a button, controlled by [mk_button] shortcode to open popup form?

    Thanks a lot, Daniel! If you use the google translate, could you please put the original text to your message?

Просмотр 1 ответа (всего 1)