-
Author
-
July 27, 2015 at 17:53 #70284CamyenParticipant
I am using BuddyPress Job Manager plugin along with WordPress Job Manager plugin. Please take a look at the screenshot attached with. In Job Manager tab, the job title is not parallel with dates. And the ‘Filled’ column always following by a question mark. The plugin author suggest me to edit in theme css. Any idea?
Attachments:
You must be logged in to view attached files.July 27, 2015 at 18:12 #70286RaduModeratorHi,
To be accurate with a fix, please provide the exact url of that page, and the account login and pass.
Regards
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 27, 2015 at 19:13 #70296RaduModeratorAdd this css to your kleo-child/style.css
COPY CODE/*Align job title with date*/ #job-manager-job-dashboard table ul.job-dashboard-actions { height: 0; min-width: 105% !important; }
Regarding the ? from Filled? it seems that is generated by the plugin.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2015 at 13:49 #70385RaduModeratorTry to put CSS the css in Theme Options -> General Settings -> Quick CSS.
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2015 at 14:58 #70393RaduModeratorTry this CSS
COPY CODE.dwqa-comment-author .dwqa-date img { width: 50px !important; } .dwqa-single-question .dwqa-comment { padding-left: 80px !important; }
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2015 at 17:48 #70420RaduModeratorHi,
1. Go to Appearance -> Menus -> Just reorder the tabs then press save, the search cannot be moved.
2. I’ve added a class named hidethisbutton then i added on Quick CSS area this snippet :
COPY CODEul#menu-top-menu li.hidethisbutton { display: none;} body.logged-in ul#menu-top-menu li.hidethisbutton {display:inline-block;}
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 28, 2015 at 19:19 #70432CamyenParticipantIt looks good.
Could I adjust the width of the search bar? I tried some code in style.css. Nothing surprised me. I’d like the search bar to be almost a quarter of the menu.
Beside, my search bar is shown in blue. I have trying to modify it in Theme Options, but nothing was changed. The colour-changing activity is always delayed. I have to close the browser and then login back to check the modification.
July 28, 2015 at 19:21 #70434CamyenParticipantThe screenshot of the search bar is here.
Attachments:
You must be logged in to view attached files.July 28, 2015 at 20:17 #70447RaduModeratorHi,
1. Fix for follow button.
COPY CODEspan.dwqa-favourite { width: auto !important; }
2. Change search color
COPY CODEdiv#ajax_search_container { background-color: red !important; } input.ajax_s.form-control.ui-autocomplete-input { background-color: red !important; }
Let me know if is ok.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 29, 2015 at 04:01 #70502CamyenParticipantGood! The ‘Follow’ button is fixed. However, my search bar is all in red by the above code.
July 29, 2015 at 04:17 #70503CamyenParticipantCould I ask css for the colour of ‘Notification’ tab? It’s shown in the colour of the header. I’d like to choose white.
July 29, 2015 at 04:21 #70504CamyenParticipantHow can I add a responsive effect on the ‘Search’ tab just like ‘Notification’? Visitors don’t need to click on the ‘magnifying glass’ icon.
July 30, 2015 at 11:23 #70665RaduModeratorHi try this
Notification tab white
COPY CODE.kleo-toggle-submenu {background-color: #FFF !important;} .kleo-toggle-submenu ul li {color:#000 !important} .kleo-toggle-submenu ul li a {color:#000 !important;}
Regarding the search, instead on click and expand you want to have hover and expand ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 30, 2015 at 14:50 #70712CamyenParticipantThis code partly works. There is a diamond-like blue conjunction between the element and the expanded bar. It looks strange.
Yes, I’d like to have hover and expend effect on the search. A similar blue conjunction (like above) always appear if I change the colour of the search bar.
Any idea?
Please take a look at Mashable.com. This site has a relatively seamless hover and expand effect. The clickable elements on the menu is properly highlighted with its pop-up.
August 1, 2015 at 15:16 #71070RaduModeratorHi,
Quick fix for the posts metaCOPY CODEsmall.meta-author.author.vcard { width: auto !important; margin: 0 !important; }
Regarding the hover search it require some time to achieve this, for the moment i can’t provide the solution for this, i reply you later or tomorrow with a fix.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2015 at 14:28 #71312CamyenParticipantThanks @Radu. This issue was solved.
Let’s go back to the thread #70284. Is it possible to use css hide the ‘Filled?’ column? I’ve contacted with the plugin’s author who suggested me to download a plugin called ‘Say What?’. But nothing has been changed. Any idea?
August 3, 2015 at 14:35 #71313RaduModeratorCan you provide me admin credentials again ? I’ve tried to login with the same credentials but unsuccessful.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2015 at 16:53 #71341RaduModeratorTry this css,
Let me know if it works.
COPY CODEtable.job-manager-jobs td.filled { display: none; } table.job-manager-jobs th.filled { display: none; }
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2015 at 17:09 #71348CamyenParticipant@Radu
Perfect. It is better than any plugin. Thank you as always.August 3, 2015 at 17:10 #71349RaduModeratorYou’re welcome !
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2015 at 17:33 #71369RaduModeratorHi,
This a css way to truncate answers, if you want to have more button at the end it’s more complicated and require some time, i suggest you to contact plugin developer to help you with more button at the end
COPY CODE.answer-list div { display: inline-block; margin:0px; width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2015 at 18:39 #71377RaduModeratorYou need to look for a WordPress programmer, from my opinion your request is easy to do but it require some time like 2-3 hours.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 6, 2015 at 17:00 #71981RaduModeratorHi,
COPY CODE.dwqa-single-question .dwqa-question .dwqa-author img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } .dwqa-list-answers .dwqa-author img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } .dwqa-comments #dwqa-respond img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘Theme CSS Required for Plugin Navi Tab’ is closed to new replies.