webcreativemaster
Forum Replies Created
-
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?
Forum: Plugins
In reply to: [Search with Typesense] Custom Post Type – Post Thumbnail not updatedAfter 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?
Hi @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
In reply to: [Search with Typesense] Custom Post Type – Post Thumbnail not updatedHi 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.
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 1 year, 9 months ago by webcreativemaster.
thank you that help
@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
In reply to: [YayMail - WooCommerce Email Customizer] Yaymail CSS is not appliedi use the recent update and it works.
Forum: Plugins
In reply to: [WooCommerce] Customer Role is not assignedHi 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=sharingForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Product Name and Custom ShortcodeAny 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
In reply to: [YayMail - WooCommerce Email Customizer] Yaymail CSS is not appliedHi
I am not using custom CSS. I am just using default Yaymailer css. it happens after I updated the pluginForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Yaymail CSS is not appliedForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Yaymail CSS is not appliedreferring to the default yaymail css
Forum: Plugins
In reply to: [ElementsKit Elementor addons] elementor editor wont loadHi, 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 proForum: Plugins
In reply to: [IdeaPush] How to Change tag templateHi
Thank you! That helps ??
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?