Viewing 5 replies - 1 through 5 (of 5 total)
  • anonymized-14293447

    (@anonymized-14293447)

    Hello Nay. I’m having some problem as well on the single-page (my header is not being included). So maybe they should look at this template as it’s got issues.

    For your layout problem, try to change .job-single {margin:0 auto; width:1170px;} inside plugins/job-board-manager/assets/front/css/job-single.css
    For your translation, unfortunatley you have to modify all files directly includes/ templates/, this means that you will lose all translation in next update (this is why I suggested they create a .po file).

    Thread Starter nay-k

    (@nay-k)

    Hi @arsenalemusica,

    thanks for your help!!!!
    Unfortunatelly it doesn’t change when I add this into the css file… neither with a different size…

    Regarding the translation, I will try to change the most important words with the Say What plugin. Maybe this will work as a temporary solution until the plugin developers provide a .po file…

    best regards

    Plugin Author PickPlugins

    (@pickplugins)

    Hi nay-k, i have checked you job page i can see ‘entry-content’ class make the conflict on single job page

    View post on imgur.com

    https://www.fesch-online.com/job/assistenz-der-geschaeftsfuehrung-in-teilzeit/

    you can add following CSS to fix the issue

    .job-single {
      max-width: 1050px !important;
    }

    here i s the update
    https://i.imgur.com/3BiCZlf.png

    # For the translation we will update the plguin soon make ready for translation.

    Thread Starter nay-k

    (@nay-k)

    thanks! it worked!

    Plugin Author PickPlugins

    (@pickplugins)

    Great to know @nay-k

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Integration into Listable theme/single job page broken’ is closed to new replies.