inscho
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat] Issues with Argentine phone numbersThanks a lot! Worked well!
Forum: Plugins
In reply to: [Site Reviews] Display single review evaluation as numberthanks
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Duplicate button not workingMy bad, sorry, didn’t see that a new site was created and the duplicates were there. Sry
Forum: Plugins
In reply to: [Site Reviews] Choose category when creating a reviewThanks a lot.
Works very well!!!!Forum: Plugins
In reply to: [Site Reviews] Choose category when creating a reviewI got it fixed!
Didn’t see that the added part had to go into the upper section of the submit-form.php.
Works perfectly now.
Thanks a lot!!
Forum: Plugins
In reply to: [Site Reviews] Choose category when creating a reviewHello,
Thanks so much for your help.After implementing the code I cannot post any review submit from. When trying to save my page (backend) with the review submit form then it gets stuck just showing the titel of the added form. On reload of the front-end happens the same. Nothing except the titel of the form is shown. Every other content including the form is vanished.
Have you any clue what could cause this? Maybe my theme?
I have done as instructed:
1. Add the code to my child theme’s functions.php
2. Save the long code to a new file called submit-form.php within the child theme directory themes/my-child-theme/site-reviews/submit-form.php.
3. I have changed the code as follow
/*
echo $html->renderField([
‘type’ => ‘hidden’,
‘name’ => ‘category’,
‘prefix’ => false,
‘value’ => $category,
]);*//*Added um Category anzuzeigen*/
echo $html->renderField([
‘label’; => __( ‘Category’, ‘site-reviews’ ),
‘name’; => ‘category’,
‘options’; => [” => __( ‘Select a category’, ‘site-reviews’ )] + $db->getTerms(),
‘prefix’ => false,
‘required’ => true,
‘type’ => ‘select’,
‘value’ => $category,
]);Hope you can help.
BR,
Martin