Skip to content

Instantly share code, notes, and snippets.

- The speed of typing is very very slow. He'll need to improve to at least 60 words a minute(at least when typing in chats).
- Very slow with handling chats.
- Chat management is very poor. You should always keep an eye on the chats you have, if the customer said thank you and the conversation came to an end, you will need to close it within 1-2 minutes, ideally within a minute.
When there's a vocal customer or a chat where you need to correct something you shared wrong, you need to do it as fast as possible, not after 10 minutes while you answer a different one.
- He doesn't feel comfortable chatting with more than 2 at a time. This is way too low, you should aim for 4-5 at the same time(not all have to be active, but in total)
- Not understanding the user questions, you can ask if you're not sure about anything but don't provide to the customer wrong info. https://app.intercom.io/a/apps/hrpt54hy/inbox/inbox/2036464/conversations/17204511574
<script>
jQuery( document ).ready(function() {
jQuery(window).scroll(function(){
var winHeight = jQuery(this).height();
var fixMenuheight = jQuery('.fix-menu').height();
var thePos = winHeight - fixMenuheight - 1;
if (jQuery(this).scrollTop() > thePos) {
jQuery('#main-header').addClass('active');
This file has been truncated, but you can view the full file.
[08-May-2018 15:43:22 UTC] .../includes/modules.php:15 ET_Builder_Module_Posts::init():
ET_Builder_Module_Posts::$whitelisted_fields is deprecated.
[08-May-2018 15:43:22 UTC] .../includes/modules.php:22 ET_Builder_Module_Posts::init():
ET_Builder_Module_Posts::$options_toggles is deprecated. Use ET_Builder_Module_Posts::$settings_modal_toggles instead.
[08-May-2018 15:43:22 UTC] .../includes/modules.php:24 ET_Builder_Module_Posts::init():
ET_Builder_Module_Posts::$advanced_options is deprecated. Use ET_Builder_Module_Posts::$advanced_fields instead.
[08-May-2018 15:43:22 UTC] .../includes/modules.php:106 ET_Builder_Module_Posts::init():
[22-Feb-2018 11:48:25 UTC] Aq_Resize.process() error: $url parameter is required
[22-Feb-2018 13:27:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _get_cron_array() in /home/ecupe/public_html/wp/wp-cron.php:67
Stack trace:
#0 {main}
thrown in /home/ecupe/public_html/wp/wp-cron.php on line 67
[25-May-2018 17:05:21 UTC] .../includes/modules.php:15 ET_Builder_Module_Posts::init():
ET_Builder_Module_Posts::$whitelisted_fields is deprecated.
[25-May-2018 17:05:21 UTC] .../includes/modules.php:22 ET_Builder_Module_Posts::init():
ET_Builder_Module_Posts::$options_toggles is deprecated. Use ET_Builder_Module_Posts::$settings_modal_toggles instead.
.et_pb_fullwidth_header .header-content {
position: relative;
}
.et_pb_fullwidth_header .header-content:before {
border: 10px solid #fff;
content: " ";
position: absolute;
left: -100px;
top: -60px;
.et-fixed-header #logo {
background-image: url(/wp-content/uploads/2018/05/auc-color3.png);
height: 68px;
width: 236px;
content: '';
padding: 34px 118px;
}
if ( ! function_exists( 'et_core_clear_wp_cache' ) ):
function et_core_clear_wp_cache( $post_id = '' ) {
if ( ! wp_doing_cron() && ! et_core_security_check_passed( 'edit_posts' ) ) {
return;
}
try {
// Cache Plugins
// Comet Cache
if ( is_callable( 'comet_cache::clear' ) ) {
<?php $type = strtolower( et_get_option( 'archive_list_style', 'standard' ) ); ?>
<div class="posts-blog-feed-module <?php echo esc_attr( $type ); ?> post-module et_pb_extra_module module">
<div class="paginated_content">
<div class="paginated_page" <?php echo 'masonry' == $type ? 'data-columns' : ''; ?>>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
$post_format = et_get_post_format();
$post_format_class = !empty( $post_format ) ? 'et-format-' . $post_format : '';
?>
<?php
/**
* Wrapper for MailChimp's API.
*
* @since 1.1.0
*
* @package ET\Core\API\Email
*/
class ET_Core_API_Email_MailChimp extends ET_Core_API_Email_Provider {
jQuery(document).ready(function(){
jQuery(".page:not(.home) #logo, .blog:not(.home) #logo").attr("src","http://justsellhomes.wpengine.com/wp-content/uploads/2018/04/jsh-dark.png");
jQuery(window).scroll(function () {
if (jQuery(document).scrollTop() != 0) {
jQuery('.page:not(.home) #logo, .blog:not(.home) #logo').attr('src', 'http://justsellhomes.wpengine.com/wp-content/uploads/2018/03/JSH-Logo.png');
} else
{