jobboarduser
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Privacy Policy blocks CAPTCHAHi, this seems to be an issue again? Was there an update release? If so can you advise on how I should go about installing the update?
When our theme is updated, it affects this fix.
- This reply was modified 5 years, 7 months ago by jobboarduser.
Forum: Plugins
In reply to: [Simple Job Board] Privacy Policy blocks CAPTCHAThank you.
min-height: 190px !important;did not work for us, butdisplay: inline-block !important;does.Would you know when we might expect the next release/update?
Thank you.
Forum: Plugins
In reply to: [Simple Job Board] Changing templates of job pages and custom post pageJust confirming this was not resolved.
Forum: Plugins
In reply to: [Simple Job Board] Changing templates of job pages and custom post pageIt appears to be the opposite:
I have
SJB Layoutselected in the layout settings. As I mentioned, I have removedget_header()from bothsimple-job-board/templates/single-jobpost.php&simple-job-board/templates/archive-jobpost.phpyet the header still shows on the job post page.If I select
Theme Layoutin the layout settings, the header is no longer showing, however the rest of the page’s layout is not correct and needs tweaking on the page-level (and I am unable to edit the layout for the page since single-jobposts don’t have a shortcode or page that I can edit, but are auto generated by the plugin.)I have to remove the header and keep the rest of the layout the same. I will take a look at
simple-job-board/includes/class-simple-job-board-post-type-jobpost.php, though this continues to be an unresolved dilemma.Forum: Plugins
In reply to: [Simple Job Board] Changing templates of job pages and custom post pageHello @presstigers :
Would you be able to tell me which template file is calling the header for single job post pages (as well as the secondary job listings archive page found at the “custom post slug” url (www.myjoblistingsite.com/customPostUrl))?
I should have mentioned in the original post that I have explored all the files in the simple-job-board/templates/single-jobpost but ultimately could not determine where the header is being called. As I mentioned I have tried removing
get_header()from single-post.php, though it does not work, and the header still shows.Can you please tell me which template file(s) are loading the header and footer for single-jobpost pages?