NooTheme Premium WordPress Theme › Forums › JobMonster › Php errors and logo not change
- This topic has 14 replies, 2 voices, and was last updated 4 years, 9 months ago by
dangdv.
-
AuthorPosts
-
4 years, 10 months ago #1207917
Hi, I have 2 issues:
- Logo doesn´t change
- Query monirot shows me a lot of php errors, i atach an screenshot.
Fel free to contact me to send you the credentials to acceso to the website
Please, contact me asap in order to solve.
Thanks in advance!
4 years, 10 months ago #1207919Ey, I found where to change the logo, but the size is very small, any idea in how to change the size of the main logo.
thanks!
4 years, 10 months ago #1207951Dear, Please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
4 years, 10 months ago #1207995This reply has been marked as private.4 years, 10 months ago #1208020Dear,
1. Logo Size: I check your site and i see you use logo size 120px in Customizer and i see it's working on your site (see attachment) please check again.2. Script in debugbar: That only notice when you not use Google Map on page, it not affect to your site.
3. Error 502: That problem on your hosting, please check error log on your hosting or contact with hosting manager to help you.
Best regards.
4 years, 10 months ago #1208065This reply has been marked as private.4 years, 10 months ago #1208115Dear, to resolve it, please go to admin menu 'Jobmonster -> Settings -> Location' and complete Google map setting: Google Maps API Key , Starting Point Latitude, Starting Point Longitude, Default Zoom Level
Best regards.
4 years, 9 months ago #1208241This reply has been marked as private.4 years, 9 months ago #1208250This reply has been marked as private.4 years, 9 months ago #1208281Dear.
1,3. Change default heading background image: If you want change it, Please update Jobmonster theme on your site to latest version 4.6.6.2 then install and switch your site to use Jobmonster Child Theme, then add custom code in file functions.php of Jobmonster Child theme:add_filter('noo_default_page_heading_image', function(){ $term = get_queried_object(); //Check is job category by slug if(!empty($term->slug)){ $slug = $term->slug; if($slug == 'JOB_CATEGORY_1'){ return 'IMAGE_FOR_JOB_CATEGORY_1'; }elseif ($slug == 'JOB_CATEGORY_2'){ return 'IMAGE_FOR_JOB_CATEGORY_2'; } } return 'YOUR_DEFAULT_IMAGE_URL'; });
In custom code you can change image for each Job Category via check by slug, please change 'IMAGE_FOR_JOB_CATEGORY_1' and 'IMAGE_FOR_JOB_CATEGORY_2' to job category Slug you want change image and change 'IMAGE_FOR_JOB_CATEGORY_1' and 'IMAGE_FOR_JOB_CATEGORY_2' to image you want use.
'YOUR_DEFAULT_IMAGE_URL' is default image you want use.
2.Change text: You can change it via use Loco plugin to translate theme.
4. Add to cart redirect to checkout: Please go to admin menu 'WooCommerce -> Settings -> Products' and check setting 'Add to cart behaviour', i see you use 'Redirect to the cart page after successful addition '
5. Not Add to cart button: Because this product Not have PRICE
Best regards.
4 years, 9 months ago #1208324This reply has been marked as private.4 years, 9 months ago #1208347Dear, Because in Jobmonster, each Customer only have one package, so, when customer select package, the theme will redirect to checkout page.
Best regards.
4 years, 9 months ago #1208362This reply has been marked as private.4 years, 9 months ago #1208382This reply has been marked as private.4 years, 9 months ago #1208391Dear.
1. The theme not support different for Candidate and Employer.2. Sorry, in current version, Jobmonster not support custom post meta of blog, we're will add support it in next update version.
Best regards.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.