
-
AuthorPosts
-
August 12, 2020 at 12:11 pm #1236943
Hi,
I have a problem using the WP Job Opening plug-in with Enfold. I can use the Theme Template there to display Single Jobs. I would like to do that to stay in the same layout.
When I use this, the text is unfortunately displayed in the middle and not left-aligned. In addition, the distance to the boxed layout frame is quite large (for example, also in the input form below).
How can the template be adjusted so that the text is left-aligned and the distance to the border of the layout is not so big? Unfortunately I don’t have much background knowledge in PHP and CSS programming, so it would be extremely helpful if I could have some code and know where to copy it :)
I would be very happy if you could help me with this. Since you probably have to see for yourself, I set up a temporary admin account for you.
Best regards
SebastianAugust 12, 2020 at 12:21 pm #1236948I forgot to add some important information:
An example of how the single jobs look like can be found under the link in the private content as well as a screenshot of the settings of the plugin
Thanks in advance!
SebastianAugust 14, 2020 at 10:52 am #1237738Hi InnovationCity,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaSeptember 30, 2020 at 1:13 pm #1249631Hi Victoria,
please excuse the late feedback. I thought I had solved the problem with other help but there is something else that bothers me.The support of the plugin has made settings in functions.php and style.css that the theme layout works in the plugin (I don’t use the setting Theme Template, but Plugin Template, which works fine). This works very well, but it does not show the bullet points in the enumeration list yet. At other places in the theme this is no problem.
The bullet points should also be placed where the hyphens are currently placed. Can you help me with this? Log in data can be found above, screenshots of the frontend and backend are attached.
Best regards
September 30, 2020 at 4:49 pm #1249700Hi InnovationCity,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
ul { list-style: disc outside; }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 30, 2020 at 5:22 pm #1249714Hi, Victoria,
that did not really solve the problem. I now have the bullet points on the job page, but the points are now also in places where they don’t belong at all, for example at the top of the menu.
The bigger problem now is that I took the code out of the Quick CSS or custom.css and the bullet points are still there.
Could you please help again?
Best regards
October 4, 2020 at 5:37 pm #1250427Hi InnovationCity,
Please try this code instead:
#top .awsm-job-main ul { list-style: disc outside; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.