chidambaram0705
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] YoastSEO is not definedhas anyone looked at above mentioned issue.
Forum: Plugins
In reply to: [Yoast SEO] YoastSEO is not definedBelow is the error which appears on browser console:
wp-seo-post-scraper-1100.min.js?ver=11.0:5 Uncaught TypeError: Cannot read property 'getBlocks' of null at t.isAnnotationAvailable (wp-seo-post-scraper-1100.min.js?ver=11.0:5) at e.value (wp-seo-post-scraper-1100.min.js?ver=11.0:5) at HTMLDocument.<anonymous> (wp-seo-post-scraper-1100.min.js?ver=11.0:5) at i (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2) at Function.ready (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2) at HTMLDocument.J (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2) t.isAnnotationAvailable @ wp-seo-post-scraper-1100.min.js?ver=11.0:5 value @ wp-seo-post-scraper-1100.min.js?ver=11.0:5 (anonymous) @ wp-seo-post-scraper-1100.min.js?ver=11.0:5 i @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2 fireWith @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2 ready @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2 J @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position&ver=5.3:2
wp-seo-post-scraper-1100.min.js?ver=11.0:1 Uncaught ReferenceError: YoastSEO is not defined at u (wp-seo-post-scraper-1100.min.js?ver=11.0:1) at e.exports (wp-seo-post-scraper-1100.min.js?ver=11.0:1) at _.saveScores (wp-seo-post-scraper-1100.min.js?ver=11.0:5) at j.runKeywordAnalysis (analysis-1100.min.js?ver=11.0:21) at j.runAnalyzer (analysis-1100.min.js?ver=11.0:21) at j._pureRefresh (analysis-1100.min.js?ver=11.0:21) at z (analysis-1100.min.js?ver=11.0:1) at analysis-1100.min.js?ver=11.0:1 at j.y [as _pureRefresh] (analysis-1100.min.js?ver=11.0:1) at j.refresh (analysis-1100.min.js?ver=11.0:21)
- This reply was modified 5 years, 3 months ago by chidambaram0705.
Forum: Plugins
In reply to: [WooCommerce] Review Tab missingFinally caught the cause for the issue.
It was due to plugin WappPress and after disabling it, review tab appears.I have installed “Health Check & Troubleshooting” plugin and tried to enable plugin one by one and finally caught the issue when review tab disappeared on enabling WappPress plugin.
Thanks for your time and effort.
- This reply was modified 6 years, 7 months ago by chidambaram0705.
Forum: Plugins
In reply to: [WooCommerce] Review Tab missingObservation:
1. Under woocommerce/templates/single-product/tabs/tabs.php,
print_r($tabs) returns only Description and Additional Information tab.
2. Even after enabling commenting (under Settings>Discussion), still i see “comments are closed” at bottom of article. ex: https://getflowersdaily.com/cart/
But in DB it shows comment_status and ping_status as “Open” for https://getflowersdaily.com/cart/ (under wp_posts table).- This reply was modified 6 years, 7 months ago by chidambaram0705.
- This reply was modified 6 years, 7 months ago by chidambaram0705.
Forum: Plugins
In reply to: [WooCommerce] Review Tab missingComment system exists in default wordpress and review (based rating) is available in woocommerce by default. so without any 3rd party plugin, all comment and review system should work in combination of wordpress + woocommerce.
Is there any way to place some code in backend file and catch the cause of the issue.
Please advice.Forum: Plugins
In reply to: [WooCommerce] Review Tab missingHi,
I have followed the 2 suggestions:
1. https://www.ostraining.com/blog/woocommerce/reviews/
>> I have exactly same setting in place.
2. https://docs.woocommerce.com/document/editing-product-data-tabs/
I don’t find any code to display review tab and its content.I have just add new tab called rating (renamed review) and i see it under product page. But again, the reviews are missing. Ex: https://getflowersdaily.com/product/jasmine-kanagambharam-stringAlso i have tried disabling all plugin except woo-commerce and still face same issue.
Any other guess how to debug the root cause apart from start afresh.Thanks
- This reply was modified 6 years, 7 months ago by chidambaram0705.
Forum: Plugins
In reply to: [WooCommerce] Review Tab missing@conschneider:
Have checked for “fatal-errors” and found 2 error related to (1) mailChimp and (2) undefined function zeroBSCRM_setFlushPermalinksNextLoad(). I guess these errors are not possible cause of the missing review tab. Please advise.@pimplaatsman:
Under “WooCommerce->Status”, i see “woocommerce support” as enabled. Also i have added the following to function.php:
add_theme_support(‘woocommerce’);Forum: Plugins
In reply to: [WooCommerce] tab description and review not showingHi Jesse,
Am facing same situation on my website getflowersdaily.com
I have followed your instructions about “Health Check” and disabled all plugin except WooCommerce and checked the behavior. Even i have check the html tag for the tab but couldn’t find the cause for “missing review tab”.
I have double checked discussion and woocommerce>setting>Product review settings.Please can you have a look once.
Thank you
- This reply was modified 6 years, 7 months ago by chidambaram0705.