Tagged: custom widget area
When I click the x the spinner just spins forever. I have tried refreshing and other various things.
I ran this code in my functions:
update_option( 'sidebars_widgets', $null );
Are these located in enfold somewhere where I can delete them?
Hey talawar,
Sorry but it’s not clear what you are trying to achieve. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
I figured it out.
Sorry, I was referring to the title of the post and I forgot to recap it in the post.
I added custom widget areas in my widgets panel. Then when I was trying to delete them the delete function wasn’t working, resulting in the spinner continuously spinning. There was no possible way to delete these certain sections.
SOLUTION:
Log into the DB. (I used phpMyAdmin)
open table : wp_rxcwrn_options
edit row: avia_sidebars
Now the data is serialized so be careful editing the array
Here is an example of how to do it:
a:2{i:0;s:21:"great sidebar";i:1;s:9:"sidebar that will not delete";}
Should look like this to delete “sidebar that will not delete”:
a:1{i:0;s:21:"great sidebar";}
NOTE the a:2 changes the a:1. a:x is equal to the number of custom widget areas you have. This doesn’t include the footer widgets or the default sidebars.
I hope this helps someone.
Hi,
Thank you for sharing your solution here I’m sure it will help others.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay