Conversation
supportHello, When viewed on a mobile, the job title, date and contract type all overlap. I’ve seen other people with a similar issue posting here. Is this going to be fixed soon? We can’t use the plugin while it’s like this.
Hi The devoplor who was looking after this project at Bullhorn has left the Bullhorn and I don’t know if he has been replaced so it might be a while. You may need to look at other solutions from the Bullhorn Market place https://www.bullhorn.com/marketplace/?search=website
Same issue here, just contacted the Bullhorn support team, pretty pathetic! They were somewhat clueless and said he believed it was on our end with web development/html. So unfortunately, no fix from them. All they provide is shortcode that links up their iFrame, how is this not their responsibility?
Hi @wookeez This is an open-source plugin/job broad, so it is free to use but means you need to support it yourself. If you need support then you will need to look for a Bullhorn partner that provides support https://www.bullhorn.com/marketplace/?search=wordpress Paul
Hello @richesio and @wookeez I also found mobile view broken as you said. Later I fix this by adding CSS code on plugins styles.css file. Put following code at the end of this file. @media (max-width: 767px){ item-header-end{ margin-top:20px !important; } .chip[_ngcontent-serverApp-c101] { display: inline-block; } }
Thank you @rajibdewan this worked for me!
@rajibdewan Reviving a dead thread because my company is running into this issue. Where did you insert the code? I tried at the very end of the style.css file but it didnt change anything
Hi The devoplor who was looking after this project at Bullhorn has left the Bullhorn and I don’t know if he has been replaced so it might be a while. You may need to look at other solutions from the Bullhorn Market place https://www.bullhorn.com/marketplace/?search=website
Same issue here, just contacted the Bullhorn support team, pretty pathetic! They were somewhat clueless and said he believed it was on our end with web development/html. So unfortunately, no fix from them. All they provide is shortcode that links up their iFrame, how is this not their responsibility?
Hi @wookeez This is an open-source plugin/job broad, so it is free to use but means you need to support it yourself. If you need support then you will need to look for a Bullhorn partner that provides support https://www.bullhorn.com/marketplace/?search=wordpress Paul
Hello @richesio and @wookeez I also found mobile view broken as you said. Later I fix this by adding CSS code on plugins styles.css file. Put following code at the end of this file. @media (max-width: 767px){ item-header-end{ margin-top:20px !important; } .chip[_ngcontent-serverApp-c101] { display: inline-block; } }
Thank you @rajibdewan this worked for me!
@rajibdewan Reviving a dead thread because my company is running into this issue. Where did you insert the code? I tried at the very end of the style.css file but it didnt change anything