techwpdrift
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Voice…?Hi, after adding DGWT_WCAS_VOICE_SEARCH_ENABLE to wp-config. What’s the expected behaviour?
Perfect, thanks! Working fine after changing CSS.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Problems with VideoObject SchemaSolved changing the way we add videos, thanks!
Working fine, thanks guys!
Thanks, seems to be working fine in 1.3.28!
Thanks for adding it into the next release WPFeel! Looking forward to it
Working fine now, thanks!
Hi, thanks but it seems to fail if we select to don’t show HTML in schema description
PHP Fatal error: Uncaught Error: Call to undefined function woo_feed_strip_all_tags() in /plugins/faq-for-woocommerce/includes/class-faq-woocommerce-schema.php:92\nStack trace:\n#0 /wp-includes/class-wp-hook.php(303): FAQ_Woocommerce_Schema->display_schema('')Can you please verify it? If we add FAQ to a Woocommerce product, WordPress then returns an error message when we load the product page.
- This reply was modified 4 years, 5 months ago by techwpdrift.
Thanks!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] WordPress 5.6.x releaseHi! is the lates beta working fine for anyone with WordPress 5.6.1?
https://github.com/CalderaWP/Caldera-Forms/releases
1.9.4-b2Thanks
Thanks brianvu-tp
Can you please detail which index you added and in which table in order to check if we already have that index in our database?Thanks
Hi augustus09, still experiencing the same problem.
Course assessment randomly change from 50% to 0% without our interaction. If we change evaluate_final_quiz to 50% and then we check the assessment form a few days later, it changed to 0%.
We changed it to 50% again, saved and then checked wp_postmeta table WHERE post_id = COURSE_ID. We detect a new row for that course:
meta_id – post_id – meta_key – meta_value
XXXXXXX – COURSE_ID – _lp_final_quiz – COURSE_EXAM_IDWhy this wp_postmeta row where meta_key = ‘_lp_final_quiz’ randomly appears?
Thanks- This reply was modified 5 years, 4 months ago by techwpdrift.
- This reply was modified 5 years, 4 months ago by techwpdrift.
Forum: Plugins
In reply to: [User Login History] Is it possible to save user city?Great! Please let us know if you finally adapt User Login History to include cities
The settings we mentioned before were the ones from “Assessment” section
We’re seeing constant updates in our database with the following query
UPDATEwp_optionsSEToption_value= ‘7’ WHEREoption_name= ‘CF_DB’
UPDATEwp_optionsSEToption_value= ‘8’ WHEREoption_name= ‘CF_DB’Is it normal?