jacksn676
Forum Replies Created
-
Hi Nithin John,
Thanks for prompt reply.
Sorry for the confusion.
Actually I would like to add in the reset button for the filter form not the application form.
I have found an alternative way to achieve it using javascript.$('.resetcta').on('click', function(){ select.find('option:not([value=""])').prop('selected', false); select.find('option[value=""]').prop('selected', true).trigger('change'); });
However, if there is any hooks to achieve it would open for advices.
- This reply was modified 1 year, 5 months ago by jacksn676.
Hi Victor,
Thanks for your reply.
I have set the ‘Empty terms’ to ‘Never Hide’ and ‘Show Count’ to ‘yes’ (refer to this screenshot: https://prnt.sc/Tr5dNtFcgTxo)
But at the frontend still not displaying any filter elements (refer to this screenshot: https://prnt.sc/C0cti2TFWmGP)
I have checked using the WordPress ‘Appearance > Customize > Widgets > Shortcodes’, it shows the list at the preview panel (refer to this: https://prnt.sc/c6pr4rFPaMqW). But not with the widget.
And you can see based on the this screenshot (https://prnt.sc/c6pr4rFPaMqW) there is posts assigned to some items. It should be able to retrieve technically.Hi,
In listing page, there is 3 job positions and the contents are build using elementor theme buidler. Public able to view the details under the job title (listing page) something like accordion (show / hide details) without redirect them to new page for the details.
Currently, the details in the accordion did not render well like what you see in elementor after override the main.php (listing).
After did some research, the source ‘the_content()’ is generated from WordPress Editor instead Elementor. So, I decided to change to use WordPress Editor which is the classic way to populate the contents.
But if there is solution to render Elementor contents, it would be great.