charlesabarnes
Forum Replies Created
-
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Error Loading ContentHello,
Please contact Bullhorn Support for this.Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Not All Jobs are ShownHello, the jobs need to be published, just added. For assistance with this, please contact bullhorn support
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Adding Salary to fieldsHello, you should be able to use the plugin editor tool to edit the app.json file
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Adding Salary to fieldsHello, you should be able to add the following to
jobInfoChips
in theapp.json
file to add the salary with formatting
{
“type”: “salary”,
“field”: “USD”
}Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] GA4The events for those corresponding events should look something like this https://i.imgur.com/uKvSP23.png. You don’t see any events like these? I see the network calls are being made, but I believe the issue is the use of GA4 tags as the portal still uses analytics.js. Can you add the UA tag back in and try it that way?
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] GA4Modal is the element that the apply form is in.
I see that the events are firing off in Dev tools to a google analytics URL from the career portal itself (screenshot https://i.imgur.com/6rQmykC.png). What events are you seeking specifically?
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Specific job URLs?There is not straightforward configuration as Paul has mentioned. I don’t believe you can use .htaccess for URL remapping like that with static Angular apps. There is an “advanced” hosting option for the career portal that does not use the route hash and can be customized with any additional routing logic you want. You can get started on the main career-portal repo https://github.com/bullhorn/career-portal
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Google Analytics does not workI responded to this issue here https://www.ads-software.com/support/topic/ga4-4/
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] GA4Hello, I checked again and now see events tracking on your website. For example when a job is opened, the apply modal is opened, or when the modal is closed.
I just noticed the key piece though. “GA4” I suggest trying out “Universal Analytics” or a “UA” tracking ID. The plugin was not tested for GA4, but I will look into those ids some more. More information can be found here: https://support.google.com/analytics/answer/10269537
From first impression, it seems as if the public API is not fully set up. Setting that up is a process done manually
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] GA4I am looking into this. I don’t see the events tracking on your portal either. I will let you know once I have an update on this
Hello, Please contact bullhorn support to complete the setup.
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Spacing Issue in AddressHello, this was fix as of the latest release
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Shortcode Default CategoryHello,
There is not a shortcode option for this. This will have to be done on a per installation basis in the app.json file.
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] custom.css not workingI suspect this must be a caching issue as I do see items such as the bullhorn logo removed.
When I inspect the title element that is also targeted, I do see that the CSS on that element is applied, but overridden by another rule with higher specificity.