kwoted
Forum Replies Created
-
Thanks for your response. I appreciate your help.
I could use a little more help. I don’t know php and haven’t been able to find the solution. How do I identify “the right page slug” to use in this array for the 404 page?
$slug_array = array(‘ ’);
_____________
Thanks for your quick response. I’ll do my best to make it work.
Forum: Plugins
In reply to: [HD Quiz] How to Tweak Question_Number and Result_PercentHey, Dylan,
Outstanding! That worked and it looks great.
Big thanks.
Your plug-in is smooth and elegant.
Jim
Forum: Plugins
In reply to: [HD Quiz] How to Tweak Question_Number and Result_PercentDylan,
Thanks! Yes, definitely.
(And thanks again to Michel.)Any suggestion on how to solve the second one . . . to change the symbol in result_percent from ” – “ to ” = “ [equals]?
Jim
Forum: Plugins
In reply to: [HD Quiz] How to Tweak Question_Number and Result_PercentMichel,
Merci beaucoup! Your reply helped me find a simple solution. I know it’s risky to edit the plug-in directly, but here’s what worked:
HD_Quiz functions.php, line 631 is:
echo ‘<h3 class = “hdq_question_heading”><span class = “hdq_question_number”>#‘.$question_number.’.</span> ‘.$question[“title”][“value”].’ ‘.$tooltip.'</h3>’;
I just deleted the # symbol from “hdq_question_number”># and it seems to work fine.
Many thanks for your help and quick response.
Jim