WPIntell

Source evidence

Mobile view broken

Bullhorn Career Portal WordPress Plugin · support · 2022-06-29T10:22:00+00:00

complaintsentiment
highseverity
0.96relevance
6replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
richesio unresolved
Hello, 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

Comments

6 shown
Paul Bearne 2022-06-29T15:31:00+00:00

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

wookeez 2022-07-21T13:44:00+00:00

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?

Paul Bearne 2022-07-21T14:00:00+00:00

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

rajib.dewan 2022-09-09T20:06:00+00:00

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; } }

Nat Miletic 2022-09-22T03:21:00+00:00

Thank you @rajibdewan this worked for me!

aureonmkt 2022-11-02T14:26:00+00:00

@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