ThemeHigh
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Pricing and Discount Rules] Discount for specific userYou can achieve this by adding users to the Allowed Roles field inside the Restrictions tab while creating a new rule.
Thank you!
Your issue needs a detailed check. Could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Unfortunately, the requested feature is not available in the lite version of our plugin.
Thank you!
Forum: Reviews
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Навязчивый баннерWe are sorry to hear that you are facing this issue.
Actually, it is a dismissible notice. Clicking on ‘Nah Never’ or Close button will remove the banner from the page and it won’t ask again.
If the banner is not removed from your website then it might be a site specific issue.
Adding the below snippets in the functions.php file will solve this issue for you.
add_filter('thwcfd_show_dismissable_admin_notice', '__return_false'); add_filter('thwcfd_dismissable_admin_notice_javascript', '__return_false');If you are still facing the issue, can you please raise a ticket through our website themehigh.com. Our technical team will be able to help you.
We hope to hear from you soon.
Thank you!
Your issue needs a detailed check. Can you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
Please enable the option “Enable class override for address fields.” in the plugin’s Advanced settings tab.
Thank you!
Let me answer your queries one by one.
>>By default, the search doesn’t look great but can be updated through templates. The search itself doesn’t show parameters in the URL so you can never link to custom searches or categories.
Unfortunately, the current version of our plugin doesn’t have the requested feature.
We regret we couldn’t be of more help.
>>Additionally, applications post the title of the job but does not add a link back to the job.
We believe that you would like to add a back to job button.
If so, you can achieve your requirement by adding the below code snippet in your child theme’s functions.php file.
add_filter('the_content', 'add_return_to_jobs_link', 99);
function add_return_to_jobs_link($content){
if(is_singular('thjm_jobs')){
$custom_content = 'Back to job listing';
$content = $content.$custom_content;
}
return $content;
}Also, please add the below style in your Additional CSS file.
.thjm_back_job{
float: right;
}Further, please be informed that we will be adding new hooks in that area in the next release of our plugin. We hope it will be very helpful for you.
>>This means if you have multiple jobs with the same title, you won’t know which one the candidate actually applied for.
Could you please raise a ticket through our website? We hope our technical team will be able to help.
Thank you!
Unfortunately, the current version of our plugin doesn’t have the requested feature.
Further, we will definitely take your suggestions into concern and will improve in the upcoming versions of our plugin.
Unfortunately, your requirement cannot be achieved using the current version of our plugin.
Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Field optionalThe mentioned option is available in the free version of our plugin.
You can find the settings by navigating to WooCommerce >> Checkout form >> Advanced Settings >>Locale Override Settings
Thank you!
Yes, the values of the fields will be displayed in the Cart page, Checkout page and WooCommerce order details page.
Thank you!
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] Required fieldUnfortunately, your requirement cannot be achieved using the lite version of our plugin.
Thank you!
Your issue requirements need to be checked in detail. Can you please raise a ticket through our website? We hope our technical team will be able to help you.
Thank you!
You can achieve your requirement by adding the class name “valign” in the Wrapper Class field inside the Display Styles tab of the Checkbox group field.
Thank you!
Unfortunately, your requirements cannot be achieved using our plugin.
Thank you!