Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #906497

    Hello I am trying to add in a simple job board and there seems to be a conatiner class issue witht he board stretchs the page width and over rides the theme.

    The info to resolve this is:

    It’s container class naming issue. We can’t set all websites container classes because every website has its own CSS and naming conventions.

    So, we are giving the facility to Job Board’s users for adding container class or Id under Settings> Appearance tab. Please add your website container class in “Job Board Container Class:” under Job Board> Settings> Appearance tab

    How do I find my class for enfold.

    Thanks

    #906589

    Hey Dogmut,
    Please try using the developer tools, or right click on your page for the “inspect” option to see the page classess
    2018-02-01_211257

    Best regards,
    Mike

    #906983
    This reply has been marked as private.
    #907248

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .sjb-page .sjb-detail .job-features .table td {
        border-style: solid!important; 
        border-width: 1px!important; 
        border-color: #e1e1e1!important;
    }
    .sjb-page .sjb-detail .job-features .table tr:first-child td {
      border-top: 0!important; 
    }
    .sjb-page .sjb-detail .job-features .table td:last-child {
      border-right: 0px solid transparent!important; 
    }
    .sjb-page .sjb-detail .job-features .table td:first-child {
      border-left: 0px solid transparent!important; 
    }

    Please see screenshot in Private Content area.

    Best regards,
    Mike

    #907255

    Thank you Mike that is perfect.

    I just have one more issue thanks. I would like a side bar on the job page but the job section seems to over ride any setting and prevents the side bar. i have put the short code in other column sizes and it still stays at full width on the page. Could you advise on that as well please.

    many thanks

    Ray

    #907273

    Hi,
    Please include the url to an example one with a sidebar active. Also include a admin login in the Private Content area.

    Best regards,
    Mike

    #907477

    Hi Mike

    I just need to be able to explore using the job board with a page where a side bar is possible. At the moment the board seems to take control of the page and I cant add anything else.

    Again many thanks

    • This reply was modified 6 years, 9 months ago by Mike. Reason: hide password
    #907540

    Hi,
    The plugin is creating it’s own page via the shortcode, to show the sidebar you will need to use a Enfold child theme and copy the template files to the child theme folder, here is the instructions: Simple Job Board Templating and then edit the files and css to show the sidebar.
    Sorry, but this would require exstive customization to work, If you really want this try hiring a freelancer, you could probably find one on Upwork for a fair price. Wish I could have been more help.

    Best regards,
    Mike

    #910725

    Many thanks.

    Ray

    #910756

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Container class’ is closed to new replies.