Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1406699

    Hi,

    I am posting jobs for my client via the WP Job Manager plugin. I am running into some minor issues that define the theme and I would like to have adjusted (I have placed the url in private content, don’t mind the text on the page itself – that is Dutch):

    1. I don’t want to show the large image here
    2. I want to read the text on the page from left to right and not justified
    3. On the parent /vacancies/ I don’t want to display how long it has been since the job was posted

    Can you help me with these points?

    Thanks a lot in advance!

    Michael

    #1406716

    Hey Michael,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-job_listing .single-big {
      display: none; 
    }
    
    .single-job_listing .entry-content-wrapper,  .single-job_listing .entry-content {
      max-width: 100%;
    }
    
    .single-job_listing .post-title {
      text-align: left;
      max-width: 100%;
    }
    
    .single-job_listing .post-meta-infos {
      text-align: left;
    }
    
    .single-job_listing .date-posted {
      display: none; 
    }

    Best regards,
    Rikard

    #1406720

    Hi Rikard,

    Thanks for your response and input. Unfortunately, the only thing that has now been adjusted is that one can no longer see how long it has been since it was posted on the vacancy itself. The other sections are still the same.

    #1406741

    Hi Michael,

    I have checked your site and I don’t see Rikard’s code when I inspected it.
    Are you using a caching plugin? please try to flush out the cache.
    If that doesn’t help, please try to disable CSS File Merging And Compression in Enfold > Performance.

    Best regards,
    Nikko

    #1406746

    Thanx Nikko,

    Cache was cleared. CSS File Merging And Compression disabled and here you can see that i’ve put in the code https://ibb.co/MMnLpcr

    #1406774

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1406796

    Sure i can send a temp login.

    #1406818

    Hi Michael,

    You can use the email in private content, however, please put the login credentials in the private content, so all of us moderators can check it.

    Best regards,
    Nikko

    #1406844

    Hi Nikko,

    thanx. Will this do?

    #1406867

    Hi Michael,

    I tried to check the Quick CSS however, I’m getting this error:
    Sorry, you are not allowed to access this page
    Please check.

    Best regards,
    Nikko

    #1406868

    Thats weird… I will give you a normal login. Should work…

    #1406873

    Hi Michael,

    It’s still the same, see screenshot link in private content.

    Best regards,
    Nikko

    #1406876

    can you try again?

    #1406883

    Hi Michael,

    Thanks, I could access it now.
    I have removed this code from Quick CSS since this is a php code that should be added in functions.php:

    add_theme_support( 'show_advanced_custom_element_options' );

    Then I have simplified Rikard’s code, so it’s shorter:

    .single-job_listing .date-posted,
    .single-job_listing .single-big.big-preview {
        display: none; 
    }
    
    .single_job_listing .job_description {
        text-align: left;
    }

    Please review your site.

    Best regards,
    Nikko

    #1406890

    WH00P! WH00P! You did it!! Thanx Nikko!

    Is it also possible to not show the location here and remove the date of posting and author on these jobs pages?

    On the /vacatures/ I would also like not to show this, so only the name of the vacancy

    #1406897

    Hi Michael,

    You’re welcome :)
    I have replaced the CSS code with:

    .single_job_listing .meta,
    .single-job_listing .post-meta-infos,
    .single-job_listing .single-big.big-preview,
    .job_listings .location, .job_listings .meta {
        display: none; 
    }
    
    .single_job_listing .job_description {
        text-align: left;
    }

    Please review your site.

    Best regards,
    Nikko

    #1406906

    Nikko,

    You did it! Thanx!

    #1406909

    Hi Michael,

    It’s our pleasure to help. :)
    Thank you for choosing Enfold. Wishing you a fantastic day!

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Enfold Job entry’ is closed to new replies.