patelkomal
Forum Replies Created
-
Hi,
okay.. thanks for response.
Is it possible in premium plan?Thanks.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Not working with Material UI effectHi Ernest Marcinko,
Thanks a lot.
I want to display 100 results in resultbox. scroll is working perfectly in desktop view.
But Mobile view, resultbox is overlapping on searchbox..Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Not working with Material UI effectHello,
fixed out above issue by jquery.. one more question i have, in search result, how can i hide custom field title? search in custom field value but not in title..
Example: https://localhost/demo/?acf=acf_contact-fields
dn’t want to show custom field title in results.
ThanksHello,
Same problem i am also facing. if suscriber is already in list, then not displaying duplicate subscriber message.
Display Message – Check your inbox or spam folder to confirm your subscription.Forum: Plugins
In reply to: [Contact Form 7] Prevent clear form after ajax submitHi,
add below code in your theme footer.php
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
jQuery(‘.wpcf7’).find(‘form’)[0].reset();
}, false );
</script>It’s working fine.. form value will reset after mail sent event trigger.
- This reply was modified 6 years, 12 months ago by patelkomal.
Forum: Plugins
In reply to: [WooCommerce] woocommerce updating issueHi,
Resolved my issue..
copy and paste below code in theme functions.php
function mytheme_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}
add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ )and check status of template files in backend – updated files
working fine now
thanks for documentation..Forum: Plugins
In reply to: [Ultimate Reviews] ewd-urp-js conflicts with other pluginsHi,
I want to use ultimate review for custom post type.how to use it?
how can I hide ‘product name from the form’? help please?Forum: Plugins
In reply to: [Ultimate Reviews] ewd-urp-js conflicts with other pluginsWorking fine now. include ewd-urp-js js in theme’s footer file by
wp_register_script
wp_enqueue_script
add_action