JanZ
Forum Replies Created
-
Forum: Plugins
In reply to: [Cf7 Fields Repeater] Fix to version WP 4.6 & CF7 4.5Another think is, that add-label and remove-label also doesn’t work. I added var_dump just after line 325:
$add_label = $tag->get_option('add-label', '', true); var_dump($add_label);and it returns bool(false) for my shortcode. For this i have no idea why it happens.
Forum: Plugins
In reply to: [Cf7 Fields Repeater] Fix to version WP 4.6 & CF7 4.5I double checked that index attr is there in shortcode. Note that my fix still gets index attribute from shortcode.
Write now i updated your plugin and bug still exists. I think the secound argument of get_option function is a problem. When it is set for int something is going wrong.
I look inside get_option function, but it looks all right. My shortcode is:
[repeater add-label:Add remove-label:Remove index:0 min:1 show:2]Forum: Plugins
In reply to: [Relevanssi - A Better Search] Dash problemWorks like a charm. Thank you for your help. 😉
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Dash problemYour link doesn’t work. Will users be able to search with the dashes if I remove them from index? Or I need to remove them also from search string?