vjks
Forum Replies Created
-
Hi, I’m seeing the error. What was the reason that you found?
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Remove Powered by BullhornI have Divi 4.2.2 and Bullhorn-oscp 2.0.1 and the code is placed inside custom.css of the Bullhorn plugin and it’s working. The [oscp] shortcode is used inside an iframe tag to show the jobs.
Do you have a URL for the dev or prod site where we can see the iframe embedded inside the page?
- This reply was modified 6 years, 4 months ago by vjks.
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Remove Powered by BullhornHi Jan2014,
I use this code to remove the logo from the iframe:
[_nghost-c2] > section.credits[_ngcontent-c2] { display: none; }Hi,
The above mentioned code no longer seems to be working on another site.
Please advise.
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Display Job SalaryThank you, that works.
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Display Job SalaryI’ve put
payRatein thefields to display as chipssetting. But it doesn’t seem to have any effect.Is there some other value that needs to be put in there to display the salary?
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Customize Sidebar (Filter and Logo)The plugin author has previously recommended extending the plugin to make those kinds of changes.
I currently have not done that so I my changes to the Bullhorn plugin get overwritten every time I update the plugin.
For color changes, inside app.css there are 16 instances of the existing color. I change that to the color that I want.
This is how I am removing the Bullhorn Logo and accompanying text, even though your changes will get overwritten in the next update:
Inside app.css find the below displayed code and add display: none; in there as displayed below:
aside > section > section.credits {
margin-top: 4em;
color: #797c7e;
display: none;
}I hope you find this useful. If not, I apologize.
You’ll similarly have to dig through the code to find the state filter.
I’m having the same issue with Starbox Pro. Could you please suggest a solution?
Thank you.
Thank you.
The code seems to be working as intended.
Forum: Plugins
In reply to: [Bullhorn Career Portal WordPress Plugin] Version 2.0.1 broke the pluginHi Charles,
I have a few changes that I apply to the code after every update.
Do you advise us to wait to make these changes until the next plugin update comes out or is that something I can do now?
Also, is this Bullhorn Career Portal plugin extensible so that I can create an extension which stores all the changes, so that I don’t need to reapply them after every udpate?
Thanks.