Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
-  AuthorPosts
-  gocku ParticipantI understand what the problem is. When you write in the settings that the image has for example 1000 pixels, and choose a scan and target folder the same, if images are already 1000 pixels, the system hangs and does not see any pictures because it does not put them in the resized folder gocku Participanti solve modify the file core.php located in the image-store/_inc/ i change this ‘supports’ => array( ‘title’, ‘comments’, ‘author’, ‘excerpt’, ‘page-attributes’), whit this ‘supports’ => array( ‘title’, ‘comments’, ‘author’, ‘excerpt’, ‘page-attributes’,’thumbnail’ ), gocku Participanti add in the function this but not functionally add_theme_support( ‘post-thumbnails’, array( ‘ims_gallery’ ) ); gocku Participanthi, thank’s 
 i add the code in the functions.php but the featured image not appare, what i mistake?// Apply filter 
 function modify_ims_image_post_type( $image_type ) {
 $image_type[‘menu_position’] = 10; // change menu position
 return $image_type;
 }
 add_filter(‘ims_image_post_type’, ‘modify_ims_image_post_type’);gocku ParticipantCan you help me? gocku Participantan how can i solve it? Where is the option? 
 thanksgocku Participantthe error in the page are http error 
 can help me?
 I test this problem on a clean installation, in wordpress 3 or 4 and with the version of plugin 3.5 and 3.5.1
 I modify the directory with the ftp permission 775 but the problem appare
-  AuthorPosts