Forum Replies Created
-
AuthorPosts
-
Hi,
You can add these lines to Custom CSS or style.css of Child Theme:
.list.loop-item-wrap .show-view-more,.list.loop-item-wrap .show-view-more .job-date-ago{
position: static;
}
.list.loop-item-wrap .loop-item-content, .style-1 .loop-item-wrap .loop-item-content{
width: calc(100%-80px)!important;
}
Best regards,
tb.
This reply has been marked as private.Hi,
You can use plugin Loco Translate and translate for them.
Best regards,
tb.
Hi,
As mentioned in this topic.
https://wordpress.org/support/topic/favicon-image-cdn/
You can contact to https://wordpress.com/help/contact
Best regards,
tb.
This reply has been marked as private.5 years, 7 months ago in reply to: I reset the site , and installed the new updates file landmark theme , #1081549Hi,
You go to Customizer -> Header -> Topbar -> do as the image
Best regards,
tb.
5 years, 7 months ago in reply to: How to change the grey header boxes on pages like jobs, resume, member, etc. #1081547Hi,
You go to Company Profile and upload Company Logo.
- Install Child Theme: You go to Appearance -> Theme ->Upload (attachment) -> Install.
Best regards,
tb.
Hi,
1, Search issue: Please uncheckbox this option in WP Content Private plugin
2, Text issue: I addes some lines to style.css of Child Theme.
Please reload your site and check again.
Best regards,
tb.
This reply has been marked as private.5 years, 7 months ago in reply to: How to change the grey header boxes on pages like jobs, resume, member, etc. #1081542Hi,
You can refer this post:
https://developer.wordpress.org/themes/advanced-topics/child-themes/
If you are not yet clear about it, please send me wp admin account. I will help you install the Child theme.
Best regards,
tb.
Hi,
I changed a few settings but it didn't help.
The s0.wp.com URLs are among the URLs used by JetPack CDN
I created a topic, hope to get support from JetPack, you can follow it here:
https://wordpress.org/support/topic/favicon-image-cdn/#post-12153023
Best regards,
tb.
5 years, 7 months ago in reply to: How to change the grey header boxes on pages like jobs, resume, member, etc. #1081538Hi,
- You can change the background color by add these lines to style.css file of Child Theme:
.member-heading{
background-color: red; // replace red to your color
}
- Icon font: Jobmonster currently use Fontawesome https://fontawesome.com/v4.7.0/icons/
Hi,
Please me some screenshot to clarify.
5 years, 7 months ago in reply to: What is the Difference of SEO Title and Meta Description (Nov 19, 2019) #1081515This reply has been marked as private.Hi,
1, Is "noo-resume-alert-notify" not "noo-job-alert-notify".
There is currently manage page for alert Job and alert Resume .
I only performed a few manual operations to check.
I ran a cron, then went to the Email Log to see which user the email was sent to.
2, Yes, I will update this issue.
3, These alerts are created by the user, if want to disable the user will have to login their account and delete it.
I will add a link to the alert resume at the end of the email to notify the user.
It will update in the next version.
Best regards,
tb.
Hi,
I change the color and this function still normal works.
Please remove the browser cache or try with anonymous browser.
Best regards,
tb.
Hi,
If your site is multi language, you can use plugin WPML.
If you only use a language, you can add this function to the functions.php file of Child Theme
if(!function_exists('noo_change_custom_taxonomy_slug_args')):
function noo_change_custom_taxonomy_slug_args( $taxonomy, $object_type, $args ){
if( 'job_category' == $taxonomy ){ change.
remove_action( current_action(), __FUNCTION__ );
$args['rewrite'] = array( 'slug' => 'new-slug' ); // Instead of the "new-slug", add a new slug name.
register_taxonomy( $taxonomy, $object_type, $args );
}
}
add_action( 'registered_taxonomy', 'noo_change_custom_taxonomy_slug_args', 10, 3 );
endif;
Later you go to Settings -> Permalink -> Save Change.
Best regards,
tb.
Hi,
It appears that this user has created a "alert resume ". Although the user has been deleted, the cron alert still exists. I installed WP Crontrol and deleted them. You can check in the next few days, will the email continue to be sent to this user?
Best regards,
tb.
Hi,
I'm waiting for a response from the author of the plugin "Front End PM".
Hope he can help.
Best regards,
tb.
Hi,
Please deactivate the cache plugin if you use.
Can you temporarily turn off the Jetpack plugin to check if the problem is from this plugin?
Hi,
You need to uncheck this field:
Please reload your site and check again.
- The color issue: Please disable the cache plugin, you should only be active it after you finish editing on your site.
Best regards,
tb.
5 years, 7 months ago in reply to: How to change the grey header boxes on pages like jobs, resume, member, etc. #1081498Hi,
How about the section just below the header such as on the Manage Jobs page that lists all the pages horizontally?
I don't understand what you mean, you can describe it more clearly.
there a way to change the Icons of the headers, ie replace the brief case?
You can use Child Theme and customize the heding.php file (wp-content/themes/noo-jobmonster/layouts/)
Best regards,
tb.
Hi,
You will have to disable the "paralax background" function on the home page for this popup to display normally.
Best regards,
tb.
-
AuthorPosts