• Resolved mohituu17

    (@mohituu17)


    There is no smooth scrolling for job categories in mobile phone. How to remove that stop symbol that appears when you are not logged in or when jobseeker goes to employer area.

Viewing 1 replies (of 1 total)
  • Plugin Author JoomSky

    (@rabilal)

    Hi,

    You can replace image from image directory
    ../wp-content/plugins/js-jobs/includes/images/notallow.png

    To remove image
    Edit css file
    ../wp-content/plugins/js-jobs/includes/css/style.css

    div.js_job_error_messages_wrapper div.message2 span.img
    Add display:none;

    div.js_job_error_messages_wrapper div.message1 span
    Change padding-left: 22%; to padding-left: 10%;

    div.js_job_error_messages_wrapper div.message2 span.message-text
    Change padding-left: 22%; to padding-left:10%;

    We note scroll bug, we will fix it in next release.

Viewing 1 replies (of 1 total)
  • The topic ‘There is no smooth scrolling for jobs categories in mobile phone’ is closed to new replies.