clayts_121
asked 7 years ago

Hello,
 
I have the theme DW Store, and i have tried to update my sliders .. i can create a new slider, but when i try and update the photos it throws an error.
 
This theme is very unstable and actually very bad.
Please urgently resolve.
Thanks

3 Answers
DominicStaff
answered 7 years ago

Please send me username & password of your site for further checking, I have checked on our demo and it works king fine. 

DominicStaff
answered 7 years ago

Please send me username & password of your site for further checking, I have checked on our demo and it works king fine. 

clayts_121
replied 7 years ago

Hello,

Please have a look at the following link to a test site. I have loaded the files and have installed the demo content.

http://www.pirplhc.co.za/dwstore/wp-admin

u:dwuser
p:dWU$3R!@#

Thank you

DominicStaff
answered 7 years ago

I have checked your site and see that this issue come from the unyson extension. In this case, you can use the FTP account and go to the theme folder, open the functions.php file and remove the following code: 

if ( ! defined( \'FW\' ) ) :
function _filter_fw_framework_plugin_directory_uri() {
return get_template_directory_uri() . \'/framework\';
}
add_filter( \'fw_framework_directory_uri\', \'_filter_fw_framework_plugin_directory_uri\' );
require get_template_directory() . \'/framework/bootstrap.php\';
endif;
require get_template_directory() . \'/inc/installer/theme-installer.php\';

 
Or replace with the following code: 

// if ( ! defined( \'FW\' ) ) :
// function _filter_fw_framework_plugin_directory_uri() {
// return get_template_directory_uri() . \'/framework\';
// }
// add_filter( \'fw_framework_directory_uri\', \'_filter_fw_framework_plugin_directory_uri\' );
// require get_template_directory() . \'/framework/bootstrap.php\';
// endif;
// require get_template_directory() . \'/inc/installer/theme-installer.php\';

Then go to the Dashboard > Plugins > Add new and search the Unyson plugin then install this plugin. After activating the plugin, you can install all the extension of the plugin to work with the Theme. 

clayts_121
replied 7 years ago

HI,

I have tried this … and it is not working. I have now updated and tried a new demo install (dw store kids store) and there are the same issues with the slider. Please kindly log in and just fix the problem for me. You can edit all the files through the website. Thank you

Dominic Staff
replied 7 years ago

You can try to remove the framework folder in the theme folder and remove the code in the functions.php file then install the Unyson plugin.
If you still face their issue, please send me username & password of your site and your FTP account, I will help you resolve it.

Powered by DW Question & Answer Pro