NooTheme Premium WordPress Theme › Forums › Jobica › 6 More Various Bugs
- This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago by inmagine.
-
AuthorPosts
-
4 years, 5 months ago #1192589
Hi, can you please help me resolve the following bugs. (see attached image)
1) Change the text 0n the button to 'Post Another Job' as 'Post Your Job' is confusing to users.
2) The 'x' on the search bars is not correctly aligned.
3) If you just do a search from the main search bar, then click the RSS icon, it gives you a 404 Error Is there any way to disable / remove the RSS icon?
4) Even though the layout is good in Elementor, on a mobile phone the text goes up into the header.
5) Remove the word 'Login' here as it's confusing (is the user Registering, or Logging in)?
6) Once the user has registered and confirmed by email, both messages still appear once logged in.Thank you.
Attachments:
You must be logged in to view attached files.4 years, 5 months ago #1192896Hi, can you please help me resolve the following bugs. (see attached image)
1) Change the text 0n the button to 'Post Another Job' as 'Post Your Job' is confusing to users.
- You can change it via translate theme, please install Loco plugin to translate Jobica theme.
2) The 'x' on the search bars is not correctly aligned.
- Please add custom csss on your site to fix it..noo-job-search-widget .form-group i { top: 6px; right: 4px; }
3) If you just do a search from the main search bar, then click the RSS icon, it gives you a 404 Error Is there any way to disable / remove the RSS icon?
- To disable RSS button, please add custom css on your site.noo-display-type .noo-type-btn:last-child { display: none; }
4) Even though the layout is good in Elementor, on a mobile phone the text goes up into the header.
- That problem becasue you build page ( see attachment ), please check and fix it as your self5) Remove the word 'Login' here as it's confusing (is the user Registering, or Logging in)?
- Please add custom css to hide the Login text.
.page-member .noo-page-heading .page-sub-heading-info{ display: none; }
6) Once the user has registered and confirmed by email, both messages still appear once logged in.
- That problem becasue the message in Jobica save as COOKIE and it need display once time to delete.Thank you.
Attachments:
You must be logged in to view attached files.4 years, 5 months ago #1196311All worked fine except -->>
1) Change the text 0n the button to 'Post Another Job' as 'Post Your Job' is confusing to users.
- You can change it via translate theme, please install Loco plugin to translate Jobica theme.
I don't want to translate the text, just change it to other words in English..
Isn't there just a CSS style command to change the text?4 years, 5 months ago #1196330Sorry, the CSS code can't change text of element and I think the text 'Post Your Job' not a confusing issue.
Best regards.
4 years, 5 months ago #1196335From feedback, it seems like you want to post one of the jobs in the list, that's why it's confusing!! I have had this feedback from a number of people.
Do you have the php file where it can be changed?
Thanks.
4 years, 5 months ago #1197321Dear, you can search and change it in file 'wp-content/themes/jobica/layouts/dashboard/manage-job.php'
Best regards.
4 years, 5 months ago #1197327That's very helpful, thank you very much!
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.