Forum Replies Created
-
AuthorPosts
-
gockuParticipant
I 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
gockuParticipanti 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’ ),
gockuParticipanti add in the function this but not functionally
add_theme_support( ‘post-thumbnails’, array( ‘ims_gallery’ ) );
gockuParticipanthi, 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’);gockuParticipantCan you help me?
gockuParticipantan how can i solve it? Where is the option?
thanksgockuParticipantthe 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