mr
Forum Replies Created
-
Hi Adam,
many thanks, I can understand the point concerning the new field and the related export functionality.
Is there any hook I could explore to eventually duplicate the submissions?regards
Thanks Kasia
I would like to add that we just need those different rows, so it would be ok also to get multiple submissions, one for each repeated field group.Hi Nebu John,
yes it works!
many thanks, great plugin, excellent support.br
Hi Zafer,
thanks for your support.
I tried the code and is ok for visible fields.
When a field is not visible due to some condition, then it is not present in $prepared_data.I have removed the condition “empty( $prepared_data[‘text-1’] )” , keeping just the simple statement :
$prepared_data[‘text-1’] = ‘Hi I am testing’;In this case the key ‘text-1’ is added to $prepared_data, but at the end of the array and the submission data still has the empty value for ‘text-1’.
Could you suggest some way to handle also such cases?
thanksHi Zafer
thanks for your help!
Any plan for Issue 2?
Is there any possibility to get the fix with v1.20?
thanksHi
thanks for the answer.
Any hints on possible code modification approach?
I can see there is the possibility to use a custom query, but here I would like to use a customized code where some additional logic can be added on top of the custom query.
Any hints would be very appreciated, but I can understand this is out of scope of simple support.
Thanks in any case
/mrForum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] custom tiles typeThanks for clarification.
Forum: Plugins
In reply to: [WP Recipe Maker] Rating stars not visible in comments in firefoxTHANKS!
Great and really quick support. You deserve 5 stars rating…Forum: Plugins
In reply to: [WP Recipe Maker] Rating stars not visible in comments in firefoxGREAT!
thanks a lot for your support and in general for the great plugin.Forum: Plugins
In reply to: [WP Recipe Maker] Rating stars not visible in comments in firefoxHi Brecht,
what a quick answer! thanks.
I checked your page and also my page with different theme (twentysixteen). In both cases the result is ok.
I cannot understand under which conditions the <p> is added. I have read that sometimes wordpress could add <p> but couldn’t find the exact condition in my case.Nevertheless it seems that changing the svg file could remove this weakness of my theme or wordpress or combination of other things. Do you see any drawback from your point of view in changing the svg file as described below? That would not fix a fault in your plugin since I can’t say it is faulty, but could add some help for a better compatibility.
many thanks againFROM
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24"><g transform="translate(0, 0)"> <polygon fill="none" stroke="#343434" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" points="12,2.6 15,9 21.4,9 16.7,13.9 18.6,21.4 12,17.6 5.4,21.4 7.3,13.9 2.6,9 9,9 " stroke-linejoin="miter"/> </g></svg>TO
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24"><g transform="translate(0, 0)"><polygon fill="none" stroke="#343434" stroke-width="2" stroke-linecap="square" stroke-miterlimit="10" points="12,2.6 15,9 21.4,9 16.7,13.9 18.6,21.4 12,17.6 5.4,21.4 7.3,13.9 2.6,9 9,9 " stroke-linejoin="miter"/></g></svg>(just remove the “LF” )