Comments 1codeandteam started the conversationDecember 6, 2017 at 3:43amHi guys,The demo importer is broken when using Bedrock - the URLs to the images, CSS & JS are incorrect. They come through as: http://domain.com.au/wp/srv/www/domain.com.au/releases/20171206031624/web/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/field_wbc_importer.min.jsThey should be: http://mex.stg.codeand.com.au/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/field_wbc_importer.min.jsThe offending lines seem to be 43 and 48 in /salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/field_wbc_importer.php-------As a workaround to anyone else using Bedrock and looking for this, change line 43 to $this->demo_data_url = home_url( '/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/demo-data/' );and line 48 to $this->extension_url = home_url( '/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/' );1 Like 9,016Tahir repliedDecember 6, 2017 at 7:36amHey ,Thanks for Sharing.Be.st ThemeNectar Support Team 1codeandteam repliedDecember 12, 2017 at 11:28pmNo worries Tahir,I've noticed a few other people having this problem in the comments on ThemeForest. Any plans to fix? 9,016Tahir repliedDecember 13, 2017 at 1:17pmYes its in the Bug list and will be looked into for upcoming updates. be.st ThemeNectar Support Team Sign in to reply ...
Hi guys,
The demo importer is broken when using Bedrock - the URLs to the images, CSS & JS are incorrect.
They come through as: http://domain.com.au/wp/srv/www/domain.com.au/releases/20171206031624/web/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/field_wbc_importer.min.js
They should be: http://mex.stg.codeand.com.au/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/field_wbc_importer.min.js
The offending lines seem to be 43 and 48 in /salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/field_wbc_importer.php
-------
As a workaround to anyone else using Bedrock and looking for this, change line 43 to
$this->demo_data_url = home_url( '/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/demo-data/' );
and line 48 to
$this->extension_url = home_url( '/app/themes/salient/nectar/redux-framework/extensions/wbc_importer/wbc_importer/' );
Hey ,
Thanks for Sharing.
Be.st
ThemeNectar Support Team
No worries Tahir,
I've noticed a few other people having this problem in the comments on ThemeForest. Any plans to fix?
Yes its in the Bug list and will be looked into for upcoming updates.
be.st
ThemeNectar Support Team