Before I start, if any of the moderators read this, I did try to post this in the 'styling' forum, but it said I needed to donate, which I have done.. does this need to be activated for me?
[Moderator note: the 'Styling' forum is a sub-forum of the FAQ forum and is closed to threads]
My questions.. I have a new job/recruitment website on my test development running on Atahualpa 3.6.7 and WordPress 3.1.3 and am using a plugin called Job Manager to add the jobs. It is a brilliant plgin and have almost configured it to how I want it, but am struggling with the last few bits. I have asked the author too and posted on the wordpress forum, but he seems really busy and has not replied to all my answers (yet) so I was hoping any of you genius's would be able to figure these out for me..
1. iyou will see I am getting there with the styling (I'm doing this part time so it does take me longer than the average designer/developer) , but when you hover over any job, you will see I changed the background colour, however, the middle part stays white.. I came across this too when I tried to change the background for highlighted jobs, but moved away from that in the end. Things I've done to try to change the background colour to transparent so I can change it to anything with CSS if need be, is looking up the CSS code via firebug and putting this into my CSS inserts:
Quote:
table.job-table tbody { background: transparent !important; } div#content fieldset div.job1 table.job-table{ background: transparent !important; } |
Quote:
table.highlighted { background-color: transparent; } table.jobs-table tr.highlighted td{ background-color: transparent; } |
2. There is too much space at the top and bottom of each job. in fact, when you roll over and see the white background within the coloured background, you will see exactly how much I'd like to see 'shaved off' and would just like to display the size of the white background. I've tried playing around with setting top, right, bottom, left margins to 0 and top, right, bottom, left paddings to 0 within the fieldset to no avail. with Firebug I can also not find how to style this separately. Anyone know where I'm going wrong?
3. Is it possible to have a slideshow of some sort at the top of the page or in a sidebar (not the standard sidebar widget - unless I can style it as a slideshow..?), showing the titles of the highlighted jobs? Something that could use conditionals perhaps.. like something similar to what I sue currently in the job display:
Quote:
[if_job_highlighted]<font size="3" color="red">FEATURED JOB: </font> [job_link][job_title][/job_link][/if_job_highlighted] |
4. Is it possible to style the drop down menu widget (with current vacancies) for the sidebar? My client would like the different divisions to be colour coded in a table..
5. Currently it says [register] at the top of my register pages, anyone know how can I get rid of this?
Hope anyone can come up with anything, I have struggled and tried and googled all sorts of different things now and have hit a wall..
Thanks for looking an replying