I Use Jobhive and In the user meny you can see the packages I bought.
But you see the name of the package and the number of job post left (see image) but it would be nice if I can add some text to explain what the customer is looking at.
Hi,
Sorry, there’s no simple code snippet for this, it would require a custom implementation. If customizations beyond the available features are required for your site, please consider hiring someone for custom work https://fvrr.co/32e7LvY
I have a snippet to ad extra text above the submit listing:
add_filter(
'hivepress/v1/forms/listing_submit',
function( $form ) {
$form['description'] = 'Evt extra PhP voor text';
return $form;
},
1000
);
maybe it is possible to make a snippet like this for the listing_submit_package_page?
Hi,
Unfortunately, there is no simple snippet here, it will require detailed custom implementation.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY
P.S. If you purchased a theme or extension, please enter the license key in the forum profile settings, this will enable the Premium Support badge and ensure a 24-hour turnaround time.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.