Title: rashedbrur's Replies | WordPress.org

---

# rashedbrur

  [  ](https://wordpress.org/support/users/rashedbrur/)

 *   [Profile](https://wordpress.org/support/users/rashedbrur/)
 *   [Topics Started](https://wordpress.org/support/users/rashedbrur/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rashedbrur/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rashedbrur/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rashedbrur/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rashedbrur/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rashedbrur/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventPrime – Events Calendar, Bookings and Tickets] How make logged-in users can post and see only their own event?](https://wordpress.org/support/topic/how-make-logged-in-users-can-post-and-see-only-their-own-event/)
 *  [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [5 years ago](https://wordpress.org/support/topic/how-make-logged-in-users-can-post-and-see-only-their-own-event/#post-14512051)
 * Hi jurvrn,
 * Can you please mention the calenders has the individual events options? I badly
   needed this. Please let me know if you know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Visual Editor shows blank(white) but have content](https://wordpress.org/support/topic/visual-editor-shows-blankwhite-but-have-content-2/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/visual-editor-shows-blankwhite-but-have-content-2/#post-14354633)
 * I have used jquery migrate helper and it’s fine no.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Classic Editor] Visual Editor shows blank(white) but have content](https://wordpress.org/support/topic/visual-editor-shows-blankwhite-but-have-content-2/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/visual-editor-shows-blankwhite-but-have-content-2/#post-14291277)
 * Thanks, this helps me. But I think this helps a little. I have to edit my products
   now and after the edit complete, I have to shift back to the latest jquery.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Start Chat button not working](https://wordpress.org/support/topic/start-chat-button-not-working/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/start-chat-button-not-working/#post-12347774)
 * If I added the plugin js using functions.php will this work? If this worked then
   which plugin should I use?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Start Chat button not working](https://wordpress.org/support/topic/start-chat-button-not-working/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/start-chat-button-not-working/#post-12286873)
 * I checked twenty nineteen theme. Plugin works fine.
    The plugin js is not working.
 *     ```
       function theme_scripts() {
       	wp_enqueue_style('theme-owlcarousel','//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css', array(), '0.1.0', 'all');
       	wp_enqueue_style('theme-owltheme','//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css', array(), '0.1.0', 'all');
       	wp_enqueue_style('theme-bootstrap','//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css', array(), '0.1.0', 'all');
       	wp_enqueue_style('theme-fontawesome','//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css', array(), '0.1.0', 'all');
       	wp_enqueue_style( 'theme-style', get_stylesheet_uri() );
   
       	wp_enqueue_script('theme-jquery', '//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js', array(), null, true);
       	//wp_enqueue_script( 'wp-editor-customizer', get_template_directory_uri() . 'js/customizer.js', array( 'jquery' ), rand(), true );
       	wp_enqueue_script('theme-popper', '//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js', array(), null, true);
       	wp_enqueue_script('theme-owl', '//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js', array(), null, true);
       	wp_enqueue_script('theme-bootstrap', '//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js', array(), null, true);
       	wp_enqueue_script( 'theme-main-function', get_template_directory_uri() . '/js/function.js', array(), '20151215', true );
       	wp_enqueue_script( 'theme-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
   
       	wp_enqueue_script( 'theme-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true );
   
       	if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
       		wp_enqueue_script( 'comment-reply' );
       	}
       }
       add_action( 'wp_enqueue_scripts', 'theme_scripts' );
       ```
   
 * I used my scripts like this.
    -  This reply was modified 6 years, 5 months ago by [rashedbrur](https://wordpress.org/support/users/rashedbrur/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Start Chat button not working](https://wordpress.org/support/topic/start-chat-button-not-working/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/start-chat-button-not-working/#post-12286565)
 * Hello sir,
    As your suggestion, I added SSL to my website but still it’s not 
   working. The start chat button is not working. Please check.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Start Chat button not working](https://wordpress.org/support/topic/start-chat-button-not-working/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/start-chat-button-not-working/#post-12257608)
 * Thanks for your support. My hosting package doesn’t support** let’s Encrypt **
   ssl. I will buy within few days. Hope then it will work. I read the reviews, 
   this plugin is awesome. But my bad luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Start Chat button not working](https://wordpress.org/support/topic/start-chat-button-not-working/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/start-chat-button-not-working/#post-12252790)
 * I removed all https:// from database replaced with [http://](https://wordpress.org/support/users/rashedbrur/replies/?output_format=md).
   From wordpress installer I changed the domain https to http, still not working.
   Do you have any referral instruction to check where https is still working.
    
   If I add ssl will it work fine? If then I will add after few days. I have to 
   buy ssl. NB: The site is under-maintenance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Start Chat button not working](https://wordpress.org/support/topic/start-chat-button-not-working/)
 *  Thread Starter [rashedbrur](https://wordpress.org/support/users/rashedbrur/)
 * (@rashedbrur)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/start-chat-button-not-working/#post-12246269)
 * Please check the given link again sir. Thanks for your response.

Viewing 9 replies - 1 through 9 (of 9 total)