-
AuthorPosts
-
May 8, 2023 at 7:45 am #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 postedCan you help me with these points?
Thanks a lot in advance!
Michael
May 8, 2023 at 11:19 am #1406716Hey 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,
RikardMay 8, 2023 at 11:33 am #1406720Hi 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.
May 8, 2023 at 1:58 pm #1406741Hi 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,
NikkoMay 8, 2023 at 2:29 pm #1406746Thanx 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
May 8, 2023 at 6:19 pm #1406774Hi,
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,
RikardMay 8, 2023 at 9:53 pm #1406796Sure i can send a temp login.
May 9, 2023 at 4:18 am #1406818Hi 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,
NikkoMay 9, 2023 at 8:28 am #1406844Hi Nikko,
thanx. Will this do?
May 9, 2023 at 11:09 am #1406867Hi 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,
NikkoMay 9, 2023 at 11:19 am #1406868Thats weird… I will give you a normal login. Should work…
May 9, 2023 at 11:41 am #1406873Hi Michael,
It’s still the same, see screenshot link in private content.
Best regards,
NikkoMay 9, 2023 at 11:51 am #1406876can you try again?
May 9, 2023 at 12:59 pm #1406883Hi 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,
NikkoMay 9, 2023 at 2:22 pm #1406890WH00P! 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
May 9, 2023 at 3:31 pm #1406897Hi 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,
NikkoMay 9, 2023 at 3:50 pm #1406906Nikko,
You did it! Thanx!
May 9, 2023 at 4:17 pm #1406909Hi Michael,
It’s our pleasure to help. :)
Thank you for choosing Enfold. Wishing you a fantastic day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Enfold Job entry’ is closed to new replies.