There is only one file that does everything, all changes are made in that file: jscript_plugin_structured_data.phpBut which file needs to be changed?
There is only one file that does everything, all changes are made in that file: jscript_plugin_structured_data.phpBut which file needs to be changed?
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
i'm getting the following error shown by google console saying my data-vocabulary.org schema is deprecated on just 137 pages out of thousands, is this the fix im looking for guys?
Are you using the Github version? If not, try it.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
i've been looking into the issue and come across this when i googled the issue as one of the top results, yet to give it a go. I had some assistance from a zen veteran to get my checkout issue sorted out after a company made a mess of the site, ive asked him about installing as the installation notes put me off attempting it lol. it seems my site has dropped off in the google search results, i use google product search feeder and recently my approved items have had poor performance, i used to be able to find my stores items in seconds on a shopping search, my assumption is anything on google console would be my issue, it seems this one issue may be the cause in the drop in sales ect. trend micro also had my site marked as a "phising scam" i emailed them and they changed it to "safe shopping with noteworthy content" and my trust score changed from 0 to 100. wondering if that was caused by the same issue?
Hello,
Testing this plugin on 1.5.8 and got this error log:
PHP Fatal error: Uncaught Error: Cannot access protected property breadcrumb::$_trail in ..\includes\templates\responsive_classic\jscript\jscript_plugin_structured_data. php:400
Stack trace:
#0 ..\includes\templates\responsive_classic\common\html_header.php(172): require()
#1 ..\index.php(42): require('...')
#2 {main}
thrown in ..\includes\templates\responsive_classic\jscript\jscript_plugin_structured_data. php on line 400
Any ideas?
Are you using the latest version?
https://github.com/torvista/Zen_Cart-Structured_Data
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Yes, fresh download from yesterday. When I comment out line 400 in jscript_plugin_structured_data. php everything is smooth but there’s no breadcrumb in the schema.
try replacing line 400
withCode:$breadcrumb_this_page = $breadcrumb->_trail[count($breadcrumb->_trail) - 1]['title'] ?? '';
Code:$breadcrumb_this_page = $breadcrumb->last() ?? '';
Mark Brittain
http:\\innerlightcrystals.co.uk\sales\
Changes for ZC158 were not pushed to Github, use the version online now.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Bookmarks