Search:
Search took 1.00 seconds.
-
for the child themes best place is this http://codex.wordpress.org/Child_Themes
-
That title is coming from a function named _hrb_content_container_top(). You can look it up and modify it if you like.
-
You can set 0 in the place order option in hirebee>settings>proposals for #1 not sure about your other question.
-
Bruno, gave me this code, you can add it in your functions.php
class My_Custom_Profile_Edit extends HRB_Edit_Profile_Social_Meta_Box {
public function before_form( $user ) {
...
-
Is it possible to select 2 or more candidates (Freelancers) for the same Project?! If so, how?
-
Thank you for your kind words, appreciated :bow:
-
Hi Karen,
i cannot see this in my mobile / site, please post your url.
-
In your form-project.php find this line
<input id="budget_price" name="budget_price" tabindex="12" type="text" class="required" placeholder="<?php echo esc_attr__( 'e.g: 40', APP_TD ); ?>"...
-
Hi Karen,
hirebee>settings>general :)
-
Hi
I want to add some description text on edit user profile page under social details How its possible on hirebee theme. i am working with child theme. Any hook or filter available for the same?
-
How do I change the text inside the notification emails? I noticed a number of spelling errors.
-
:) from your back end go to projects > skills
-
you can remove the 'required' class from the field but this is not tested its a mod you can try.
-
http://www.wpbeginner.com/plugins/how-to-add-a-private-messaging-system-in-wordpress/
Hi all
If you are waiting for the new Hirebee version with internal messaging, this might be a good option...
-
Hi,
You can hide this information by editing the theme filename profile.php
remove this part for the social networks
<div class="user-social-networks">
-
I've dropped a request at the Ideas page.
But there must be a faster way to make it happen; adding a "Hire Me" button to someone's profile shouldn't be a difficult task for experienced developers....
-
Because you do not have access to the Vantage forums, here are the details
All language packs are here :
https://www.appthemes.com/support/languages/hirebee/...
-
Hi Mike,
This would need some custom mods from You.but it's okey that I help with this one,
Open the file is header.php
Find this code:
<div class="nw-row">
<form...
-
No i'm sorry, to add a currency paste this code in your functions.php file
add_action( 'init', 'myplugin_add_currency' );
function myplugin_add_currency(){
// Give your currency a...
-
The pot file is in 'hirebee' folder, unzip the hirebee.zip file and its there.
-
Yes it is, you will use the language packs for this, please check this thread for instructions, its for Vantage but the same rules apply for HireBee.
...