Olov Agné
asked 10 years ago

I’m using the Image Widget plugin together with the DW Focus theme on the latest WP version (3.9.1), and this plugin stops the WP theme customization from working (the theme preview don’t load and the various settings cant be displayed). This is a very handy plugin, and it would be a loss not to be able to use it with DW Focus. Could you have a look? The plugin works fine with wp standard themes.
Thanks!
/olov a

5 Answers
DominicStaff
answered 10 years ago

Hi Olov, Thanks for letting us know this case, my friend 🙂 Regarding the problem, we will check and give the solution for it as soon as possible.
The plugin is really needed for your site, right? We can help you out immediately as a custom work. Of course, will take a small fee. Let us know your thought if you concern about it.

Olov Agné
answered 10 years ago

Hi, No panic, I’ll find another solution for the moment. But eventually it will come in handy.   Another thing: on my setup the theme adjustments are reset (custom color, Social links, custom logos) when I save my worpdress general options on “settings” page in CP. Is that expected behaviour?   Thanks!   /olov

DominicStaff
answered 10 years ago

You can tell me detail about this issue, please send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

Right now, you can download the latest version 1.0.8. After updating, if you still face the issue, please change the “Role” for the acc that you provided. we will resolve it.

Olov Agné
replied 10 years ago

Hi,
Sorry about the role, please try now.
/olov

Dominic Staff
replied 10 years ago

I have checked your site. Please download the latest version 1.0.8. After updating, if you still face there issue, please let me know.

Olov Agné
replied 10 years ago

I’ve upgraded and the issue is still there.

Dominic Staff
replied 10 years ago

I have checked your site and you still use older version 1.0.6. Also, I have tested upload image in the
customize, it work fine.

Olov Agné
replied 10 years ago

Oups, the git pull had clicked, sorry about that. Try now.

Uploading image’s was never an issue, it’s the reset of the custom setting (including custom header image) that’s the problem.

Wilfred
answered 10 years ago

Hi Olov, 
To resolve this issue please follow my instruction here:
1. Open customization.php file in /wp-content/themes/dw-focus/inc/customization.php 
2. Remove following code – form line 407 to line 414 

function dw_add_setting_fields(){

register_setting( 'general', 'option_tree');
add_settings_field( 'option_tree[dw_header_script]', __('Enter scripts or code you would like output to wp_head():','dw_focus'), 'nex_setting_field_header_script', 'general' );

add_settings_field( 'option_tree[dw_footer_script]', __('Enter scripts or code you would like output to wp_footer():','dw_focus'), 'nex_setting_field_footer_script', 'general' );
}
add_action('admin_init', 'dw_add_setting_fields');

Hope this helps!

Olov Agné
replied 10 years ago

Yep, that did it. Thanks!

Powered by DW Question & Answer Pro