Forum Replies Created
-
AuthorPosts
-
Dear, If you want remove date posted on Single Job page, please install and switch your site to use Jobmonster Child Theme, then add custom code in file functions.php of Jobmonster Child theme.
add_filter('jm_the_job_meta_fields', function($fields){ $new_fields = array(); foreach ($fields as $field){ if($field === 'job_date'){ continue; } $new_fields[] = $field; } return $new_fields; });
Best regards.
This reply has been marked as private.Dear, Please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
Dear, the plugin always use popup when click to item and the setting 'Redirect link for Item' is setting for title of item on popup, see attachment.
Best regards.
Attachments:
You must be logged in to view attached files.3 years, 11 months ago in reply to: Noo Mebla – Top Header not showing on tablet or mobile – PLEASE HELP! #1210709Because the theme not support show tobar on small screen, if you want show it, please add custom CSS on your site
@media (max-width: 991px) { .noo-header .noo-topbar{ display: block; padding: .5em 0; } .noo-topbar ul li a { font-size: .7em; } }
Best regards.
Dear, please kindly send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
If your site or your hosting use cache or cloudflare, please clear all cache. And because your site save cache version on user browser, So, the user need clear cache of browser and i can't help you to fix it.
Best regards.
Dear, the Apply Job action handler by function 'apply_job_action' in 'noo-jobmonster/framework/admin/noo_form_handler.php' and it call send email by function send_notification in 'noo-jobmonster/framework/admin/noo_application.php'
Best regards,
Dear, that problem because you set Member page in setting 'Jobmonster -> Settings -> Member -> Member Manage Page' is wrong, That setting require page with shortcode '[noo_member_account]'
I have create new Member page on your site and change that setting, please check register account on your site.
Also, you can go to admin menu 'Jobmonster -> Quick Setup' and check page require in Jobmonster theme.
Best regards.
Dear, please kindly send for me your problem URL, i will check to help you.
Best regards.
Dear, I have login and change custom css on your and remove space, please check your site again.
Best regards.
You have clear cache and minify css of cache plugin to check again ? If after do it and it still not work, please kindly send for me admin account your site via private reply, i will check details to help you.
Best regards.
This reply has been marked as private.Dear, i check and see the shop page in theme use image size 270x370 if you want change image size, please install and switch your site to use iVent child theme. Then add custom PHP code in file functions.php of iVent child theme.
Please change 270 and 370 to size width and height you want use.
function custom_noo_thumbnail_shop_size(){ add_image_size('noo-thumbnail-shop',270,370, true); } add_action('after_setup_theme', 'custom_noo_thumbnail_shop_size',50);
After add custom code, please install and use plugin Regenerate Thumbnails to regenerate thumbnail on your site.
Best regards.
Dear, Please kindly delete Jobica Core plugin old version on your site then go to admin menu 'Appearance -> Intall Plugins' and install/active Jobica Core plugin to get latest version 1.2.23 then check your site again.
Best regards.
Sorry, the theme not support use phone number to register user.
Best regards.
Dear, If you want change blog to columns style, please add custom CSS code on your site and the custom css with hide social share on blog list.
.noo-main.post-area.standard-blog{ display: flex; flex-wrap: wrap; margin: 0 -15px; width: auto; } .noo-main.post-area.standard-blog .hentry{ width: 33.3333333333%; flex: 0 0 auto; padding: 0 15px 3em !important; } @media (max-width:576px){ .noo-main.post-area.standard-blog .hentry{ width: 100%; } } .noo-main.post-area.standard-blog .hentry.has-left-col{ padding-left: 0; } .noo-main.post-area.standard-blog .hentry .content-left{ display: none; }
Best regards.
Dear, Please kindly send for me your problem URL, i will check details to help you.
Best regards.
Dear, You can edit page with Elementor and use Elementor to edit/remove it.
Sorry, Jobmonster not support it.
Dear, I don't understand your questions because Jobmonster not support set 'Job expired date' when post job on front-end and Jobmonster will calc it base on Package date of Employer. Please kindly give me more details i will check to help you.
Best regards.
What is you need help ? because i can't clear cache of user.
Dear, the theme use image size 400x300 in recent news, if you upload image have with > 400 and height >300, it will auto resize to 400x300, I don't understand what is your problem with image size ?
Dear, You have backup version of your site before update to WP 5.6 ? If right, you can setup up it to new site, eg use sub-domain then copy custom css on it to primary site.
Best regards.
-
AuthorPosts