jmabbas
Forum Replies Created
-
Hi @ozoemena,
We have tested with WordPress default theme like Twenty Twenty Four.
Can you please also try this custom codes with default WordPress themes.
Thanks, Abbas
Hi @ozoemena,k
We added above custom codes and company link added in single job page company name.
Please add above custom code “content-single-job_listing-company.php” file into
yourtheme/job_manager/content-single-job_listing-company.php
and add “functions.php” code to child theme function.php or your parent theme function.php file.
Thanks, Abbas
Hi @ozoemena,
Please make sure you have followed below instruction to link the company page to single job post ?
You can achieve that by custom code and overriding template “content-single-job_listing-company.php”. Here is the custom code to :
https://gist.github.com/yousufansa/975a5aa4b831cce999b287709eaf4c71Please copy functions.php into your child theme’s functions.php and
copy and paste content-single-job_listing-company.php into following path “child-theme/job_manager/content-single-job_listing-company.php”Thanks, Abbas
Forum: Plugins
In reply to: [MAS Videos] Deprecated: Creation of dynamic property MasVideosForum: Plugins
In reply to: [MAS Videos] Deprecated: Creation of dynamic property MasVideosHi @mike666,
Unfortunately MAS Video plugin not compatible with php 8.2 and 8.3. Please reduce php version and test.
Thanks, Abbas
Hello @ozoemena,
- By default ‘Company Email’ will load in single company page. Please navigate Companies > All Companies > Single company > View company page, you will get company email.
- Plugin doesn’t bundled with icons font. If you want to icons you can use custom CSS code to load your theme icon fonts.
Thanks, Abbas
Hello @ozoemena,
- Job page company element loads from WP job manager plugin. You can cujsomize below path to add company page link.
wp-job-manager > templates > content-single-job_listing-company.php
2. We don’t have plan to add following option in companies. However you can achieve this follow post option by using third party plugins.
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Videos] Edit or change single-video templateHi @handandhammer,
You can get a list of hooks used in our plugin in below theme plugin path. Along with the default hooks used to build our single movie, video, episode and tv show template. You can use your child theme to modify the hooks, rearrange the order and add your custom codes.
masvideos > includes > masvideos-template-hooks.php
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Company meta since icon not workingHi @davidspeyer,
Thanks for clarification. Let me clarify by default “Since” field doesn’t comes any icons as well plugin doesn’t included with any icons font file.
You can proceed with your custom CSS code to load your icon.
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Edit fields or create new fieldsHi @davidspeyer,
Yes, if you override the plugin files it will override when you update plugins.
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Company meta since icon not workingHi @davidspeyer,
Thank you for you information. Can you please share your issue page link. I will look and try to update this icon in plugin updates.
Please note plugin doesn’t include with any icon fonts.
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Videos] Subtitle and Video ResulationHi @jitksaha,
MAS Videos uses the default WordPress video player. In default WordPress video player there is no option to change resolution and subtitles.
You can achieve this requirement by using other video player plugins.
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Edit fields or create new fieldsHi @davidspeyer,
You can add option to backend and load fields in frontend by customizing below plugin files.
plugins > mas-wp-job-manager-company > includes > class-mas-wp-job-manager-company-writepanels.php
plugins > mas-wp-job-manager-company > includes > mas-wpjmc-template-functions.php
Thanks, Abbas
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Edit fields or create new fieldsHello @davidspeyer,
You are using wrong field name. Please replace your line with below line and test.
$fields[‘company_fields’][‘company_name’][‘label’] = “Custom Label”;
You can refer here : https://github.com/madrasthemes/mas-wp-job-manager-company/blob/main/includes/forms/class-mas-wp-job-manager-company-form-submit-company.php#L119
Thanks, Abbas
Hi @indigetal,
Thanks for this tip. I try to contact our developers to include this changes in plugin updates.
Kindest Regards, Abbas