Title: webcreativemaster's Replies | WordPress.org

---

# webcreativemaster

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Hook to modify search query before passing to typesense](https://wordpress.org/support/topic/hook-to-modify-search-query-before-passing-to-typesense/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/hook-to-modify-search-query-before-passing-to-typesense/#post-16489218)
 * Hi
 * Thanks! This works for the post thumbnail!
 * But the search query is still hanging. So there is no way I can intervene the
   process between User Search Query —> Typesense?
 * [https://ibb.co/WkPnQFY](https://ibb.co/WkPnQFY)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Custom Post Type – Post Thumbnail not updated](https://wordpress.org/support/topic/custom-post-type-post-thumbnail-not-updated/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-post-type-post-thumbnail-not-updated/#post-16457778)
 * After rechecking many times, I realise that if I were to add my custom post type
   article from the wordpress, the thumbnail is actually updated. It didn’t work
   when I use formidable form to post from frontend.
 * To solve this problem, can I check, is there a snippet or function for re-indexing
   that I can trigger after I submit a form frontend?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Hook to modify search query before passing to typesense](https://wordpress.org/support/topic/hook-to-modify-search-query-before-passing-to-typesense/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/hook-to-modify-search-query-before-passing-to-typesense/#post-16451255)
 * Hi [@digamberpradhan](https://wordpress.org/support/users/digamberpradhan/) I
   thought that this filter is for the schema before it is pushed to typesense server?
   It applies to typed Search Queries as well?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Custom Post Type – Post Thumbnail not updated](https://wordpress.org/support/topic/custom-post-type-post-thumbnail-not-updated/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-post-type-post-thumbnail-not-updated/#post-16451241)
 * Hi I am using this filter: _cm\_typesense\_data\_before\_entry._
 * Is this the correct implementation? My thoughts is that this is not required 
   if it is post thumbnails.
 *     ```wp-block-code
       if ($src = wp_get_attachment_image_src( get_post_thumbnail_id( $object_id ), 'full', false )){
       $formatted_data['post_thumbnail'] = $src[0];
       }
       ```
   
 * Edit: I re-tested this and it didn’t work.
    -  This reply was modified 3 years, 4 months ago by [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Index should refresh automatically on a new post or post update](https://wordpress.org/support/topic/index-should-refresh-automatically-on-a-new-post-or-post-update-5/)
 *  [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/index-should-refresh-automatically-on-a-new-post-or-post-update-5/#post-16450494)
 * thank you that help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search with Typesense] Index should refresh automatically on a new post or post update](https://wordpress.org/support/topic/index-should-refresh-automatically-on-a-new-post-or-post-update-5/)
 *  [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/index-should-refresh-automatically-on-a-new-post-or-post-update-5/#post-16435694)
 * [@codemanas](https://wordpress.org/support/users/codemanas/) when you say default
   posts, are you referring to the post_type ‘post’ or does it automatically index
   and update for custom post types as well? eg. movies, magazine, etc
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YayMail - WooCommerce Email Customizer] Yaymail CSS is not applied](https://wordpress.org/support/topic/yaymail-css-is-not-applied/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/yaymail-css-is-not-applied/#post-14212680)
 * i use the recent update and it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer Role is not assigned](https://wordpress.org/support/topic/customer-role-is-not-assigned/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/customer-role-is-not-assigned/#post-14200679)
 * Hi Cara
 * Yes, I have a record and list of test users. The role became empty ever since
   update.
    Screenshot here: [https://drive.google.com/file/d/16mB8ZJKwuK5Em1wuXYlwzW0VJUMepPfQ/view?usp=sharing](https://drive.google.com/file/d/16mB8ZJKwuK5Em1wuXYlwzW0VJUMepPfQ/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YayMail - WooCommerce Email Customizer] Product Name and Custom Shortcode](https://wordpress.org/support/topic/product-name-and-custom-shortcode/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/product-name-and-custom-shortcode/#post-14028457)
 * Any chance I can input my shortcode? If I have snippet, can I just insert it 
   in? Or do I need to include in some of Yaymail function/hook?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YayMail - WooCommerce Email Customizer] Yaymail CSS is not applied](https://wordpress.org/support/topic/yaymail-css-is-not-applied/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/yaymail-css-is-not-applied/#post-14022718)
 * Hi
    I am not using custom CSS. I am just using default Yaymailer css. it happens
   after I updated the plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YayMail - WooCommerce Email Customizer] Yaymail CSS is not applied](https://wordpress.org/support/topic/yaymail-css-is-not-applied/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/yaymail-css-is-not-applied/#post-14018531)
 * Hi, I am just sharing screenshots
 * [Email Screenshot To Admin](http://fj0.df6.myftpupload.com/wp-content/uploads/2021/02/Screen-Shot-2021-02-08-at-6.45.16-PM.png)
 * [Email Screenshot to Customer](http://fj0.df6.myftpupload.com/wp-content/uploads/2021/02/CleanShot-2021-02-08-at-18.46.44@2x.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YayMail - WooCommerce Email Customizer] Yaymail CSS is not applied](https://wordpress.org/support/topic/yaymail-css-is-not-applied/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/yaymail-css-is-not-applied/#post-14018446)
 * referring to the default yaymail css
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor] elementor editor wont load](https://wordpress.org/support/topic/elementor-editor-wont-load-2/)
 *  [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/elementor-editor-wont-load-2/#post-14014787)
 * Hi, just a heads up. I am also experiencing this issue.
    init.js?ver=2.0.3:1 
   Uncaught TypeError: Cannot read property ‘data’ of null Using elementskit pro
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IdeaPush] How to Change tag template](https://wordpress.org/support/topic/how-to-change-tag-template/)
 *  Thread Starter [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-tag-template/#post-12813282)
 * Hi
 * Thank you! That helps 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] custom fields in account general tab after login](https://wordpress.org/support/topic/custom-fields-in-account-general-tab-after-login/)
 *  [webcreativemaster](https://wordpress.org/support/users/webcreativemaster/)
 * (@webcreativemaster)
 * [11 years ago](https://wordpress.org/support/topic/custom-fields-in-account-general-tab-after-login/page/2/#post-5857183)
 * Hi
 * I have set the custom field and set it to be editable by member but it is not
   showing in the front end when member go to ‘My Account’. Where did I go wrong?

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